[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Archived threads in /g/ - Technology - 1583. page

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

File: Edc 3.0.jpg (766KB, 2620x2754px) Image search: [Google]
Edc 3.0.jpg
766KB, 2620x2754px
Daily autism thread.
160 posts and 35 images submitted.
>>
blackberry a10 without a case and a sticker on the back cover
leather wallet
keys
>>
>>61362293
serious question anon, why don't you just get one of those apps that let you scan the reward cards and you just load those up and lose the ones in the keychain?
>>
File: IMG_20170713_021537299[1].jpg (4MB, 4160x3120px) Image search: [Google]
IMG_20170713_021537299[1].jpg
4MB, 4160x3120px
>Raketa Big Zero
>Seiko Alpinist
>Vostok Amphibia
>supergay wallet
>FiiO X1
>Shure SE215
>car/house keys

File: flow-simulation-hvac.jpg (105KB, 1000x751px) Image search: [Google]
flow-simulation-hvac.jpg
105KB, 1000x751px
What is some neat simulation software?
76 posts and 12 images submitted.
>>
packet tracer
>>
File: 1.jpg (86KB, 640x480px) Image search: [Google]
1.jpg
86KB, 640x480px
>>
File: sandcap.png (38KB, 520x460px) Image search: [Google]
sandcap.png
38KB, 520x460px
YOU KNOW YOU PLAYED IT

We are making a web browser!
PREVIOUSLY >>61305715

In the face of recent changes in Firefox and Chrome some anons were asking for a /g/'s perfect web browser, we collected the most wanted here and plan on continuing with the creation.

To contribute follow the WORK PLAN, join the IRC to ask developers for a repo, and get to programming!

WEBSITE: https://retrotech.eu/netrunner/
IRC on Rizon: #/g/netrunner
IRC guide: https://pastebin.com/YDbEWRHV

Gitgud: https://gitgud.io/odilitime/netrunner/
Teknik: https://git.teknik.io/gyroninja/netrunner
Github: https://github.com/5yph3r/Netrunner

>TODO:
- Host project at savannah.nongnu.org
- Set bug tracker and mailing list in Savannah.

>WORK PLAN
1. Browse links2 source code (you can use Ctags for tagging functions and files).
2. Expose API and give access to everything (scripting through executables is planned).
3. Give total control over the DOM, put options in files inside a hierarchical folder structure referencing sites and subsites.
4. Implement a link grabber for every link and media type to be parsed by scripts and independent applications.
5. Create an uncomplicated switch to general security profiles located in saved files.
6. Implement ncurses simple tree style graphics for bookmarks, tabs, advanced security policies by site, etc.
7. Work in the framebuffer graphics rendering.
8. Open API to javascript support (version 2.1pre28 of links2 had javascript enabled).
9. Cache, logs, cookies, and other data storage options.
10. Ports routing proxy management.
11. Vim/Emacs modes, dwb hints and quickmarks.
12. Optionally add parser for HTML, DJVU, PDF, epub, etc.?
90 posts and 14 images submitted.
>>
FEATURES

- Options by site.
- Granular control over incoming traffic like Policeman (more detailed than uMatrix).
- Granular control over outgoing traffic like Tamper Data or like Privacy Settings (the addon).
- HTTPS with the HTTP fallback optionally in a new instance of the browser with functions like HTTP POST disabled.
- URI leak prevention like "No Resource URI Leak" and no plugin enumeration.
- Local CDN like Decentraleyes and Load from Cache.
- Cookie management like Cookie Monster.
- Option to turn off disk usage for all data (cache, tmp data, cookies, logs, etc.), and make cache read only.
- Randomizer for user-agent and canvas fingerprint.
- Custom stylesheets like Stylish.
- Userscript support like Greasemonkey.
- Proxy management like FoxyProxy.
- Simple ports routing to use networks like Tor or I2P.
- Simple switch to universal profiles to be used like blocklists from uBlock, or like Privacy Settings.
- A configuration file like Lynx for universal profiles.
- URL deobfuscation like "Google search link fix" and "Pure URL".
- Search customization like surfraw, dwb or InstantFox Quick Search.
- Reverse image search like Google Reverse Image Search.
- Use of external applications to open links, replacing video player with youtube-dl and MPV, for text input by a text editor, browse protocols like ftp/gopher, or as a file picker.
- Use wget web crawling feature like a DownThemAll.
- Send commands to a monitor (and command history) to keep browsing while commands are working.
- Simple emacs-like keybindings to menubar by default for new users.
- Keyboard driven with dwb features like vi-like keybindings, hints, quickmarks, and custom commands.
- Configuration options from an integrated command-line.
- Non-bloated smooth UI like dwb.
- Import bookmarks from browsers like Firefox.
- Written in C.
- Low on dependencies.
- GPL v3+.
- Framebuffer support like NetSurf for working in the terminal (TTY).
- Actual javascript support so we can lurk and post in 4chan.
>>
FAQ

For users:
>Will it have an adblocker.
Yes.
>Will it have tree style tabs?
Yes, but not up in the priorities.
>Will it be crossplatform?
Already is.
>Will it it have vim keys?
Yes.
>Will it have "graphics"?
Yes. We are planning to run the program in terminal using the frame buffer for graphics, but Links2 also comes with directfb, X server, SVGA and other graphics drivers.
>What logo are you going to use?
We liked all so far.

For developers:
>Are repos representing the finished work?
No. We're focused on making a custom codebase then we're going to go back with what we learned and rearchitect it.
>Why not a single repo?
Developers are experimenting. We plan on moving to savannah.nongnu.org eventually.
>Where do I get a repo to work?
Look at the OP or ask in the IRC.
>Why links2?
Enough features and the API seems more friendly.
>Why not netsurf?
Good rendering but not for DOM updates, plus dependencies gave problems.
>Will you use a separate javascript engine?
We're debating this.
>Will you use a separate layout engine?
We're debating this.
>Will you use netsurf layout engine?
Might be a problem because of the DOM (not enough information).
>Will you use webkit/blink/servo?
No.
>Do you plan to use a separate HTML parser like MyHTML
We are debating this. Some devs plan to make it work as a document viewer too.
>>
First?

File: 20170210_163206.jpg (4MB, 5312x2988px) Image search: [Google]
20170210_163206.jpg
4MB, 5312x2988px
Post your're battelstations
ps if u want more email me
311 posts and 81 images submitted.
>>
File: 2BNzNmt.jpg (307KB, 1024x768px) Image search: [Google]
2BNzNmt.jpg
307KB, 1024x768px
>>
File: 20170210_163421.jpg (4MB, 5312x2988px) Image search: [Google]
20170210_163421.jpg
4MB, 5312x2988px
>>61361430
>>
>>61361435
nice case bro

File: 1474707385154.jpg (46KB, 640x473px) Image search: [Google]
1474707385154.jpg
46KB, 640x473px
>Unix time (and 4chan filenames) are going to roll over from 1.4 billion seconds since January 1st 1970 to 1.5 billion in 4 hours
259 posts and 102 images submitted.
>>
File: 1085620615258.jpg (69KB, 800x600px) Image search: [Google]
1085620615258.jpg
69KB, 800x600px
>>61361157
Vintage timestamps anyone? Who's been around this shithole longer?
>>
>>61361157
man, this shit makes me feel old. I remember when we were at 1 billion like it was yesterday, well mostly because 9/11 was a couple days after, but still.
>>
>>61361175
>Thu May 27 03:16:55 2004
How do I know you're not faking it with a believable timestamp, my boy?

>Headphone purchase advice:
http://pastebin.com/fYZLW7Ub

Please put some effort into your requests and questions.

If you dislike a suggestion, explain why and try giving a better suggestion to whomever asked.

For sub-$50 headphones and IEMs, check out the infographic in >>>/g/csg

>/g/ wiki headphone FAQ:
https://wiki.installgentoo.com/index.php?title=Headphones

Previous thread - >>61340427
316 posts and 56 images submitted.
>>
File: 1475518674930.png (686KB, 860x600px) Image search: [Google]
1475518674930.png
686KB, 860x600px
>>61359929
Idol trash here,
What's your setup like, Anon?
>>
File: brattongue2.jpg (39KB, 267x270px) Image search: [Google]
brattongue2.jpg
39KB, 267x270px
>>61360106
Modded HD600. My mods pointlessly add an inaudible 0.2 dB to 20 Hz and 20,000 response.
>>
>>61360106
good post

Hi all,

This is where we wait for the latest AMD graphics card which AMD will surely release in a timely manner and will definitely blow all of our minds, no questions asked, 100% guaranteed, no chance it'll fail, just you wait.

Last time: >>61331829

VEGA'S GOING ON TOUR. If you're in Budapest or Portland, go take some videos and leak them here, then leak them to VideoCardz so they can then be leaked here too:
https://radeon.com/en-us/rx-community-meetup/
https://videocardz.com/70895/amd-radeon-rx-vega-is-going-on-a-tour

The latest:
https://videocardz.com/70928/amd-radeon-vega-frontier-liquid-edition-is-now-available
https://videocardz.com/70890/amd-radeon-rx-vega-xtx-vega-xt-and-vega-xl
https://www.3dcenter.org/news/erste-informationen-zu-den-einzelnen-modellen-von-amds-radeon-rx-vega (Deutsch)
https://www.3dcenter.org/news/der-release-fahrplan-der-herstellerdesigns-zur-radeon-rx-vega (also Deutsch)
https://videocardz.com/70838/gpu-base-boost-typical-and-peak-clocks-whats-the-difference
http://www.gamersnexus.net/guides/2977-vega-fe-vs-fury-x-at-same-clocks-ipc
257 posts and 21 images submitted.
>>
>>61359572
bugger off m8
>>
>>61359587
Don't like it? Don't respond. Better yet, tell us how we're all in for Another Massive Disappointment.
>>
File: 2 posters.png (116KB, 1350x544px) Image search: [Google]
2 posters.png
116KB, 1350x544px
>3 posts
>2 IP addresses

got you now

File: tpg.jpg (389KB, 1024x768px) Image search: [Google]
tpg.jpg
389KB, 1024x768px
Previous thread:>>61338068 (Cross-thread)

IRC: #/tpg/ on irc.rizon.net

Other business laptops are also welcome in /tpg/ (e.g. Dell Latitude/Precision, HP EliteBook/ZBook).

>New to /tpg/ or looking for purchasing advice? (hint: use the advice request template, it makes life easier)
https://pastebin.com/nBqTEbHn (embed) (embed)

>If you're looking for purchase advice, READ THE BUYERS GUIDE FIRST. Then post, stating budget and requirements (e.g. size and performance).

>Don't buy anything OTHER THAN HP Elitebook (2570p, 8770W, 2170p), Dell Latitude/Precision (E6430, E6440, E7440) and P, T, X, and W SERIES if you want the Real Business Experienceâ„¢

>Recommended models and mod guide:
https://pastebin.com/jVSuE175 (embed) (embed)

>Used ThinkPad buyers guide:
http://ktgee.net/tpg

>xsauc buyers guide:
http://www.dankpads.com

>EPP discount for new ThinkPads (USA & Canada only, usually 15%+ off):
http://pastebin.com/JVwVGVTW (embed) (embed)

>Helpful links and resources (Wiki, lookup tools and wallpapers):
http://pastebin.com/DYjEnVq1 (embed) (embed)
313 posts and 39 images submitted.
>>
>>61358962
first for
>ywn have a modenr x series laptop with a butterfly keyboard
>>
so I'm going to move into a very small apartment soon and I can't take my full pc tower with me, will a Thinkpad keep me safe until I can move to somewhere larger? I game occasionally and do use some large programs every now and then..
>>
>>61359863
Not unless you get a relatively new one.

File: 20170713_213647.jpg (2MB, 2592x1944px) Image search: [Google]
20170713_213647.jpg
2MB, 2592x1944px
My raspberry pi laptop is getting into shape. What are you working on?
111 posts and 19 images submitted.
>>
>>61358437
Be honest op, is that a lunch box?
>>
>>61358658
No its a crayon box
>>
>>61358437
can you walk me through the batter setup?
you used some pre made stuff or what?

File: virtual-tours.jpg (2MB, 6000x4000px) Image search: [Google]
virtual-tours.jpg
2MB, 6000x4000px
Post yer comfy shitboxes.
313 posts and 95 images submitted.
>>
File: 1499824461962.jpg (1MB, 1142x885px) Image search: [Google]
1499824461962.jpg
1MB, 1142x885px
I hope this guy posts here.
>>
File: win3.jpg (4MB, 4000x6000px) Image search: [Google]
win3.jpg
4MB, 4000x6000px
>>61358026
>>
File: DSC00629-compressed.jpg (2MB, 6000x3376px) Image search: [Google]
DSC00629-compressed.jpg
2MB, 6000x3376px
>>61358088

File: macos_screenshot copy-min.png (1MB, 3360x2100px) Image search: [Google]
macos_screenshot copy-min.png
1MB, 3360x2100px
Why is macOS so comfy?
159 posts and 44 images submitted.
>>
>>61357913
How'd you get the file size so small with such a high resolution?
>>
Fuck off, we have this thread every day.
>>
>>61357913
/g/ is finally growing up and realizing the fruits macOS and MacBooks bring forth

I'm happy

why are there so few women in programming?
314 posts and 44 images submitted.
>>
>>61356758

Because they're all busy sucking dick.
>>
>>61356788
What the fuck
>>
>>61356758
Probably a mix of social and biological reasons.
Social in the sense that it sucks to be the only woman in a class/workplace full of dudes (just like it does the other way around).
Biological in the sense that the best programmers tend to be at least mildly autistic and autism is 4 times as rare in women, apparently estrogen can work as an active agent against autism.

http://www.medicaldaily.com/estrogen-mistakenly-believed-female-only-hormone-may-be-key-why-autism-rates-are-higher-301918

File: Rolex Observatory Chronometer.jpg (511KB, 1875x1250px) Image search: [Google]
Rolex Observatory Chronometer.jpg
511KB, 1875x1250px
This thread is about the appreciation of horology, as well as the micro-engineering and materials engineering that are required to make a fine watch, clock, or other timepiece.

>Required Viewings For Zionists:
https://www.youtube.com/watch?v=styLx-iWwC8

>Strap Guide:
http://pastebin.com/SwRysprE

Previous thread:
>>61336280
338 posts and 100 images submitted.
>>
File: 20170626_210652-3024x4032.jpg (2MB, 3024x4032px) Image search: [Google]
20170626_210652-3024x4032.jpg
2MB, 3024x4032px
>>
>>61356203
>two watches
Great if you're going for a soviet liberator look.
>>
File: IMG_20170713_121112.jpg (4MB, 3024x4032px) Image search: [Google]
IMG_20170713_121112.jpg
4MB, 3024x4032px
Is there a way to tell with 100% certainty this is radioactive or not?

File: Renge15.png (143KB, 594x500px) Image search: [Google]
Renge15.png
143KB, 594x500px
Previous >>61297547

This thread is for the discussion of NyaaPantsu (pantsu.cat), a free (FOSS) torrent indexer, and other nyaa alternatives.
The aim of this project is to write a fully featured nyaa.se replacement in golang that anyone will be able to deploy locally or remotely.

FAQ
>https://pastebin.com/Gq9MrJN5

Links
>https://pastebin.com/40aFT7CN

>Why is Pantsu down/error 502?
Most likely because the team is deploying changes. Wait for a bit and refresh the page. It should be mostly stable now.

General updates on the site
>Torznab api
>RSS feeds fixed
>Performance issues fixed
>Python uploading script
>Torrent file generation
>Scrapers fixed
>Stats fixed
>More frontend fixes
>Editing and deleting torrents
>Public mod log
>Filesize searching
>Audio captcha
>Language flags like anidex
>Mobile app
>Customizable mascots by URL
>DB clean up

As for the coming weeks
>Improve scrapers to scrape more sites
>Move db dumps to just nginx to prevent any issues/corruption
>Optimize the code
>Anidb integration
>Add in the nyaazi and anidex scapers into the main program
>Focus on stability and speed
>Refactoring, introduce proper testing and code review procedure
>Purge all unnecessary code as well
>Text board

Dev live server:
>https://dev.pantsu.cat

Database dumps:
>https://nyaa.pantsu.cat/dbdumps

Local Client:
>An anon made a local client in case the online sources are down: instructions and download at
>https://nyanner.net
qBittorrent plugin for Pantsu.
>https://github.com/4chenz/pantsu-plugin

Development roadmap:
>https://trello.com/b/gMJBwoRq/nyaa-pantsu-cat-roadmap

NyaaPantsu Status:
>https://status.pantsu.cat
>Copyrighters wall of shame
https://transparency.pantsu.cat

Development and discussion channel:
>https://github.com/NyaaPantsu/nyaa
>#nyaapantsu on Rizon
>>>/g/nrg
328 posts and 19 images submitted.
>>
Friendly reminder of the superior nyaa.si
>>
>>61354530
>Supporting non-open source bullshit
>>
Why are there very little people making PRs ;-;

File: 10350359.png (52KB, 400x400px) Image search: [Google]
10350359.png
52KB, 400x400px
https://zeronet.io/

Recommend me good zites /g/
69 posts and 6 images submitted.
>>
I don't expect this thread to have traction but I do hope it has. Working on a tech news site for zeronet atm
>>
Btw you can check out the experimental version on Android
>>
Hey g let's make a zite

Pages: [First page] [Previous page] [1573] [1574] [1575] [1576] [1577] [1578] [1579] [1580] [1581] [1582] [1583] [1584] [1585] [1586] [1587] [1588] [1589] [1590] [1591] [1592] [1593] [Next page] [Last page]

[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.