[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology

Name
Options
Subject
Comment
Verification
4chan Pass users can bypass this verification. [Learn More] [Login]
File
  • Please read the Rules and FAQ before posting.
  • You may highlight syntax and preserve whitespace by using [code] tags.

08/21/20New boards added: /vrpg/, /vmg/, /vst/ and /vm/
05/04/17New trial board added: /bant/ - International/Random
10/04/16New board for 4chan Pass users: /vip/ - Very Important Posts
[Hide] [Show All]


[Advertise on 4chan]

[Catalog] [Archive]

since windows XP' source code was leaked, is anyone trying to make a modern version of it?
72 replies and 2 images omitted. Click here to view.
>>
>>106510880
Everyone who hates windblows 11 and we're never happy with windows 10.
>>
>>106516858
>no programs
now what, idiot?
>>
>>106516947
What? What slop are you talking about?
>>
>>106513835
A large part of the problem is that you have to install it and edit config files to make it work properly. This might be solved if someone makes an app-ified version, sort of like what the Orbot phone app does for Tor, or integrates it into a browser so it's a simple on/off button to access it.

The other part of the problem is dumbasses like you making it out to be something just for pedos, especially right now with the growing censorship. It has a lot of potential as a way to share ideas and information that companies and governments don't want you to have, but instead you help the censors by driving people away from the tools they need.
>>
>>106517020
Too many programs won't run on XP anymore. They gripe about missing exports in system DLLs, and you can't just put Windows 10 DLLs in the app folder because XP is missing some syscalls they use. Presumably someone could update the source to add the needed syscalls, but it would be significant work.

File: 1757111775028078.jpg (1.8 MB, 3012x2288)
1.8 MB
1.8 MB JPG
How to request advice:
>Budget
>Intended use (media, source, environment)
>Frequency response preference and music examples
>Past gear and your thoughts on them

FAQ:
>Where do I buy IEMs?
Amazon, Aliexpress, Linsoul, Hifigo, Shenzhenaudio

>Shopping Guide (IEMs, PMPs, Cables, Ear Tips, etc.):
https://rentry.org/consoomer_guide

>EQ Guide (EQ 101, Targets, Myths & Misconceptions, Case Studies, etc.):
https://4ciemg.github.io/IEM-EQ-Guide/

Comment too long. Click here to view the full text.
155 replies and 27 images omitted. Click here to view.
>>
>>106516538
PR2
>>
Best TWS for gym? I want good ANC but no air pods coz I have an android. Mulling over Pic rel POS. The anime connection prompt sounds enticing. Heard that Samsung shat the bed with this years buds and they are overpriced anyway
>>
>>106516783
Same as you but I want physical buttons, water resistance and aptX adaptive at the bare minimum. 7-8 hour battery life would also be preferable. Yet no autist wants to help me.
>>
>>106516935
I am thinking about getting the Earfun air pro 4’s , but it doesn’t have a good mic and the shape seems rather uncomfortable. Only other option I could find was the jabra elite 8, and those seem overpriced and some fags online said it doesn’t last very long.
>>
File: 1732345815854668.webm (1.45 MB, 720x648)
1.45 MB
1.45 MB WEBM
I've had 3 pairs of IEMs so far. Moondrop Aria, Moondrop Chu 2 and Moondrop Space Traveler(1?). I like the sound of Aria and Chu, they're basically the same thing despite a completely different price range, not that big, but noticeable. Sadly, the quality of Aria is disastrous, they got some weird blisters underneath the paint coating in two places, also causing the paint to come off. The wireless ones sound like absolute shit but it's alright since I wasn't expecting anything else from them, I just needed a pair of earphones to use on public transport and occasionally at work.

I'm looking for another pair to try out, I prefer something on the budget side. I just want to increase my point of reference of different sounding earphones, try some new things out. Which of the budget positions in the OP would be worth checking out?

File deleted.
What are you maids working on?

Last one: >>106482423
141 replies and 30 images omitted. Click here to view.
>>
>>106516779
Well, yeah in some(most) cases that might be true. But branch prediction is not something you should rely on when optimising bounds checks. If you can't afford bounds checking in certain places, you should either ensure that it is statically known your index is in bounds(by a check before loop, modulo or assume_unchecked) or just use _unchecked function variants.
>>
Now I can finally filter you degenerates out.
>>
>>106516486
Keywords are "OOP" and "convenient". Since you already know C++, you can breeze through:
>https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-version-history
and google whatever concept you haven't heard of before.
I think you can get official takes about new features from C# 7 - 10 and then from the docs for version 11 - 14 (same as above link)
As for the .NET standard library, it flows naturally between your fingers. You can always ask LLMs and specify which version you're using.
You just have to understand the layout:
>System namespace instead of std
>namespaces only contain types or namespaces, so no flags/consts/functions everywhere, but they exists as enums or Option structs/classes
>namespaces are used to organize the code e.g. System.IO is for io, System.Net is for networking, System.Collections .. and so on
Generally, you are provided two ways (obviously could be more) to do things: the manual/C-like way and the one-shot or convience APIs. Sometimes the convenient way is improved upon with later changes to the lang and lib.
That's it for the BCL (base class library aka .NET aka standard library aka corefx) and the language (compiled by roslyn)
Package management is just "dotnet add package name version". Simply google "nuget LIB NAME" or "C# bindings for lib X"
You'll rarely need to modify the csproj (project file) manually. The most common use is copying or embedding files to output or using the built-in flags for instrumenting the runtime and build options e.g. selecting the GC, public single file or not, native aot, so on.
The runtime is called coreclr or CLR for short. It uses mono (used to be independent impl. of .net for *nix) for wasm and mobile devices.

Comment too long. Click here to view the full text.
>>
File: Cat maid2.jpg (2.32 MB, 2332x3600)
2.32 MB
2.32 MB JPG
>>106516902
There is only cuteness for you, and positivity for your people. Maidbooru is only the beginning. We will have a have a maidchan full of a great number of maids. We will sail to a billion sites, spreading positivity, creativity and cuteness until every site on the internet is doing heart hands. You may be /g/grumpy, but maids are beyond /g/rumpiness. We are maids, and we have come for the internet.
>>
>>106516486
Oh and you already have built-in templates e.g.
>dotnet new console -o projName
for cli
>dotnet new webapi -o webProj
for an api backend and so on for mvc, classlib, etc.
You can install new templates, but I've only ever needed one for a large GUI frameworks that provided generators, huge build modifications, lsp for xaml, so on.
>dotnet run
>dotnet build
>dotnet build -c release
>dotnet publish
>dotnet tool install X
These are self-explanatory.

File: chadpad.jpg (64 KB, 758x644)
64 KB
64 KB JPG
i've actually started mocking and belittling the application reader. while i enjoy the neetbux, being humiliated by passive aggressive mocking is the least wagecvcks can do.
>>
>>106516929
>i've actually started mocking and belittling the application reader
How?
>>
Anon that's not people reading your application.
>>
>>106516929
Form an LLC and pump out a well-structured website shilling yourself, then you'll have a much easier time. Should only cost you a couple hundred bucks and a weekend's worth of time. Worked for me.

>inb4 shill, curry, etc
39 replies and 2 images omitted. Click here to view.
>>
>>106515118
memes aside something like this would probably take some cool 3d photos or video.
>>
>>106515142
>I have heard that Apple hardware usually sells you weaker parts for more money.
The Pro phone variant doesn't have enough to differentiate it from the base model so Apple intentionally gimps the base model to make the pro model seem more attractive. Shitty practice but wcyd.
>>
>>106512484
>curry
Sars apple is very expensive sar. Please consider Android as it's a very good value (AMD is also a good value sars!)
>>
>>106515213
>noooo streetshitters buy ios because.... because they just do, ok! I'll say SAAAR and post the seething apple employee wojack and it'll make it true!!!
>>
>>106514254
Precisely my point. Tim has to pay cash to get that pack of riggers to run a train on him on stage. A corporate event is the only way and the perfect excuse. Plus it makes a great launch event capturing the minds of all apple users because all apple users are faggots.

File: 1545277525444.png (2.12 MB, 3840x2160)
2.12 MB
2.12 MB PNG
>>106401320
Don't buy anything OTHER THAN IBM/Lenovo ThinkPad T, X, and W/P Series if you want the Real Business Experience™
>Other business laptops are welcome in /tpg/ (Dell Latitude/Precision, HP EliteBook/ZBook)

Why ThinkPad?
>Used machines are plentiful and cheap
>Excellent keyboards, tactile feel and quiet + the TrackPoint
>Great durability: magnesium roll cage for structural integrity, with high quality plastic body panels
>Utilitarian design: e.g. indicator LEDs, 7 row keyboard layout on older models
>Docking stations that easily turns your laptop into a desktop
>Easy to repair (most models), upgrade & maintain thanks to readily available service manuals for every model, spare parts easy & cheap to obtain
>Excellent Linux & *BSD support

ThinkWiki - General info about ThinkPads/specs
https://www.thinkwiki.org/wiki/ThinkWiki

Comment too long. Click here to view the full text.
227 replies and 41 images omitted. Click here to view.
>>
>>106516168
>it's a good machine but it definitely doesn't fit the "high end specs for 2025" criteria
thank you for the info. can you ballpark total cost with maximum specs for that model? assuming i dont mind what the screen is and im not looking for the 100% niche autism version, just a good base to upgrade.

for me 1300 for this barebones + <800 in upgrades for 8tb ssd, 96gb ram, etc seem worth it. but I am experiencing choice paralysis and also it's a niche model and not many reviews.
>>
>>106516303
>can you ballpark total cost with maximum specs for that model?
the T480? about ~150-200 for the machine itself, if you're lucky you can get an i7 version at that price but i5 is fine too (typing that on my i5 T480 btw). then you can upgrade the RAM (I paid 100 for my 64GB kit), SSD (pick whatever NVMe size you need, and there's potential to add a 2nd one in the WWAN slot), wifi card (AX210 for about 15 on aliexpress), trackpad (glass trackpad is roughly 40-45, you can ignore that upgrade if you use the trackpoint), keyboard if the one you buy isn't backlit (roughly 30 bucks, might be a bit more or less depending on supply), 72Wh external battery (roughly 45), dual heatpipe cooler (~25-30), screen panel (the seller I bought mine from sells a great one for 65), and I think that's about the extent I've upgraded mine. all those prices are in euros, convert in your own currency if applicable. also all parts were bought from aliexpress except for the backlit keyboard and battery which I bought off ebay, and ram/ssd from amazon. I can provide links for most of those if you need them
again this is a laptop that was released in 2018, don't expect high-end gaming performance on it. it's good for web browsing, media consumption, light games, running VMs, stuff like that though
>>
>>106516252
got a link? the only reliable source I was able to find is like 3 times that price for a single sheet (desktop CPU size)
>>
>>106452561

My Latitude 7560 handles fucking Helldivers 2 at full tilt 1080p at around 70fps and has similar specs to some of the P workstation Thinkpad models

>Xeon w-11855 6-core
>128gb ram
>4tb Gen 4 NVME
>Quadro RTX 4000 8gb (based on mobile 3090ti so probably desktop 1080ti performance)

Just turn off Intel TurboBoost if you get something like this, it will immediately go into thermal throttle the second that shit comes on for more than 5 seconds. It has better specs and build quality than most gaymen laptops and it doesn't even have a gaymen card it's a Quadro.

>>106480058

T60! I have the wxga model with FireGL V5250 graphics based on the x1700 Pro, with SSD and WindowsXP and the 9-cell extendo clip battery. Shits awesome I love it, T60/T61 was peak Thinkpad, I run it with a RAMDisk set to 2gb to cut down on trim with XP and SSDs, it runs I believer Supermium for the browser and still plays CS 1.6 online and UT99 online.
>>
>>106516401
Thank you for this comprehensive reply, it's extremely helpful. It sounds like the T480 would be significantly cheaper, bordering on 1/3 the price, compared to the Clevo. I would appreciate any links, but I think what you've posted is enough to get me started. Any idea if any wifi7 cards fit? Can you think of anything tinkery that might be good for me to know in advance if I'm building one out?

my use case is mostly development, vms, and tinkering with llms (if possible), and it seems like neither machine will really do heavy gaming anyway; I need mainly a productivity machine.

File: 1741625443223311.jpg (122 KB, 640x480)
122 KB
122 KB JPG
I don't get it.
Why is this still not the standard?
35 replies and 3 images omitted. Click here to view.
>>
why not just replace the entire store with vending machine-type shelves?
you get a card when you walk in and you have to swipe it to get an item out of the shelf, you present your card when you leave where your payment is made by a human or a computer.
highly secure by nature and you can't shoplift because you need a card that tracks when items are being dispensed.
>>
>>106516993
the trend is towards either online shops that deliver food at home, or membership required to enter a store so its easier for the store to procecute thieves they detect from camera footage
>>
>>106516512
we should put a chip in someones palm instead and they can just pick up an item and it gets automatically bought
>>
>>106516993
ive been thinking about this for years

if a rich anon is larping here this is a multi-billion dollar idea
fuck it also make it a drive-tru window
crash publix, walmart and target into the ground
>>
>>106516153
because the system relies on you being honest and turns out a lot of people are not

CSAR better known as chat control is a new EU law proposing that all websites allowing user uploads implement software so that all videos,URLS,Audio and text is reviwed by an AI before it's even sent with the pourpose of stopping CSAM that will be voted on in September 12th
Similar laws in Switzerland and Ireland worked horrendously bad with the AI having a 90% false flag rate and led to events like a man being jailed for 48 hours for emailing himself naked pictures of his wife who was 4'11 that were flagged by the AI as CSAM
Read about it here
https://en.wikipedia.org/wiki/Regulation_to_Prevent_and_Combat_Child_Sexual_Abuse
Groups against chat control
https://stopchatcontrol.eu/
https://fightchatcontrol.eu/
21 replies and 3 images omitted. Click here to view.
>>
>>106515939
Are you telling me that Russia fawning over Europe is solely an american interest and not european too?
You think the Cold War was made up too?
>>
>>106515486
Why should the common man, who can barely make ends meet as is, have money stolen from him by a terrorist organization to be used for things like beating him when he complains and killing guys he doesn't know in the middle east?
>>
>>106513886
There's no way my country will oppose the chat control. We banned telegram once (because of football piracy of course) and even tried some age verification system like the UK but only for porn sites except way more stupid.
It had this mechanic of having a limited amount of times you could enter the website and then you could pay money for being able accessing them more. At the end it got memed to death on the whole country with some wordplay that was a mix between passport and gooning and they didn't apply it cuz they are incompetent and the idea was pretty stupid. But yeah, no doubt they will vote yes.
Fuck my stupid euro-chud life
>>
>>106516185
Spain?
>>
>>106516012
Common men don't dodge taxes using crypto, but cash. Crypto is only useful to people who have too much money to hide with cash

File: 1756559931188015.jpg (504 KB, 2198x2716)
504 KB
504 KB JPG
Previous /sdg/ thread : >>106503934

>Beginner UI
EasyDiffusion: https://easydiffusion.github.io
SwarmUI: https://github.com/mcmonkeyprojects/SwarmUI

>Advanced UI
ComfyUI: https://github.com/comfyanonymous/ComfyUI
Forge Classic: https://github.com/Haoming02/sd-webui-forge-classic
reForge: https://github.com/Panchovix/stable-diffusion-webui-reForge
Stability Matrix: https://github.com/LykosAI/StabilityMatrix

>Early Preview UI
AniStudio: https://github.com/FizzleDorf/AniStudio


Comment too long. Click here to view the full text.
70 replies and 47 images omitted. Click here to view.
>>
>>106516438
pw was confirmed brap poster and ani the schizo terrorizing the rocket anon
>>
>>
File: deSD_cHD_00056_.png (3.44 MB, 1843x1147)
3.44 MB
3.44 MB PNG
>>106516644
ani hasnt posted here in a year or more
>>
>>106516920
wrong
>>106516644
fake news
>>
>>106516438
you missed only your medications, go take 'em

File: 1754873302552433.png (1.13 MB, 1002x760)
1.13 MB
1.13 MB PNG
do SSD's suck? should people go back to HDDs?

My health is getting low. Where the heals at?
57 replies and 16 images omitted. Click here to view.
>>
File: 1606706738933.gif (494 KB, 245x240)
494 KB
494 KB GIF
>>106512862
>>
>>106509899
8 years, 2016-2024. Kinda low, but considering that was the cheapest available ssd i guess its ok. I still use as a spare linux install.
>>
>>106512594
You're in your thirties, transsexual, still addicted to /mlp/ bestality porn. Grow the fuck up and watch some anime idols
>>
>>106503259
Terrible lack of art.
>>
>>106517045
>lack of art.
Image gen trivializes this, you know?
>"Be the change you wish to see in the world."

File: 1696342843575.jpg (335 KB, 1920x1080)
335 KB
335 KB JPG
>>106388854
"An idiot admires complexity, a genius admires simplicity."
--Terry Davis

>Cyberpunk
The FAQ: https://sizeof.cat/post/cyberpunk-faq/
What is /cyb/erpunk?: https://pastebin.com/pmn9vzWZ
How do I into /cyb/erpunk?: https://pastebin.com/5tpNFQds
Huge list of cyberpunk media: https://sizeof.cat/post/cyberpunk/
The cyberdeck: https://pastebin.com/7fE4BVBg
Cyberlife: https://jinteki.industries/files/cyberlife.7z
Bibliothek: https://www.mediafire.com/folder/4m5hd2065hde8/Bibliothek

>Privacy
Tools: https://www.privacyguides.org/en/tools/

Comment too long. Click here to view the full text.
55 replies and 9 images omitted. Click here to view.
>>
Somebody is hacking the Gibson: >>106502216
>>
>>106511648
That's so cool! Why can't I hack anything?
>>
>>106514976
Just read up on reverse engineering, soft start by following Hackaday. Instant gratification doesn't work, and those who try by way of LOIC are quickly brought to an end.
>>
>>106510136
>faster at what?
Most likely at ejaculation.
>>
File: Gz-_CUyXkAAb2JI.jpg (336 KB, 1080x1350)
336 KB
336 KB JPG
>>106496489
Another slow night...

File: Home - KDE Community.png (3.11 MB, 1648x928)
3.11 MB
3.11 MB PNG
And just think. All the software in this image was made by people, in their free time, for no pay.
27 replies and 3 images omitted. Click here to view.
>>
>>106509884
really interesting point i never saw it expressed that way.

in that way its also the same as us posting on 4chan, its free, and its all about exchanging ideas for humanity
>>
>>106509879
>Use software
>Hey this is pretty good
>No updates after a few months
>No updates for years
>Check github, he just moved on to a different unrelated project
>Someone asked if there will be an update and he says no, he already got bored
>Now I must use a different, worse version someone else made, then repeat cycle
>>
>>106512469
update it yourself then
>>
>>106509879
It's free, but it's not unpaid.
When you develop a software that is not available, you're paid in the form of the software.
>>
>>106511133
Checked
>>106509884
Wrecked

File: 1756812839.jpg (602 KB, 1920x1080)
602 KB
602 KB JPG
202 replies and 73 images omitted. Click here to view.
>>
>>106515677
Nice background.
>>
File: Markering_002.png (1.13 MB, 1920x1080)
1.13 MB
1.13 MB PNG
Checking in soldier!
>>
>>106515598
I use Yaru-sage icons, but Qmmp and Chromium icons are custom made. Terminal gets its icon from elementary-xfce theme and player is fed from Humanity icons for its control buttons. I know, complicated.
>>
File: 1753574681262832.jpg (55 KB, 960x720)
55 KB
55 KB JPG
>>106516477
thank you anon
>>
>>106465825
i like the glow window border around the foreground window

File: the GOD stack.png (75 KB, 1000x816)
75 KB
75 KB PNG
Why are you not using the GOD stack, /g/?
13 replies and 1 image omitted. Click here to view.
>>
What is this, 2020 coding youtube? Who gives a fuck about a stack? How brown are you?
>>
>>106516335
2020 was 17 years ago =[
>>
>>106515633
Why not just Odin?
Is it not ergonomic enough for ordinary tasks?
>>
>>106516980
No green threads and capturing lambdas
If you are making a web server this is super useful
Also for webservers, GC is kinda recommended
>>
>shitlang only useful because of its ecosystem and DX
>memelang with cool features but no ecosystem
truly a match made in hell

File: 1750332159977785.png (970 KB, 905x720)
970 KB
970 KB PNG
>After almost five decades on air, the future of satellite TV remains uncertain beyond 2029 with broadcasters reluctant to commit to the platform for longer.

A decision needs to be made within the next two years if satellite TV services from Sky and/or Freesat will continue. That’s because the current fleet of satellites are reaching their end of life dates and any replacement satellite needs to be commissioned at least three years in advance.


https://www.youtube.com/watch?v=6KKmGGh1AxM
27 replies and 2 images omitted. Click here to view.
>>
>>106516740
The west already did that shit for decades, all these Radio Free Someshit are literal CIA fronts
>>
>>106513702
Because idiots buy streaming services.

It's no wonder TV is going. It's use is being used less as Boomers are told by their cordcutting kids to get streaming for on-demand programming instead of TV channel flipping.

Why do you think all these streaming services are raising prices?
>>
>>106513600
Cable in general is dying. It's just not tenable with the high costs broadcasters consistently charge service providers.
And honestly thank god. Cable tv's lineup is god awful.
>>
>>106516914
Broadcasters WANT people to go to streaming because they get more profit from it. It's why they keep raising costs on cable providers.
t. works at utility company soon to cancel their cable.
>>
"Live" streaming TV is awful. I hear my neighbours with sky q cheer a minute before this fucking streaming shit shows the goals.


[Advertise on 4chan]

Delete Post: [File Only] Style:
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

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.