[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]

File: IMG_2562.jpg (257 KB, 1125x725)
257 KB
257 KB JPG
the best macbook apple will never make again
>>
Mini DisplayPort is unnecessary now.
>>
if it has an intel cpu it's trash
>>
>>106507083
All those holes in the side ruin an otherwise classic design
>>
>>106507083

times are good devices plenty no need kensington anymore
>>
damn a 3.5mm jack, such a hard thing to engineer these days

no i wont buy wireless ear buds

File deleted.
What are you maids working on?

Last one: >>106482423
33 replies and 7 images omitted. Click here to view.
>>
>>106508133
okay lil buddy
what did you do today?
I drank wine and worked on a project
currently listening to blackbird blackbird Hearts LP (what we've built)
shits inspiring
>>
>>106508098
The older example was that fucking programmer sock shit.
>>
>>106508165
>what did you do today?
reorganized my music collection and wrote a shitty c program to test something out. i'm currently waiting for pizza to finish baking.
>>
File: 35822e05280.jpg (58 KB, 778x413)
58 KB
58 KB JPG
>>106508199
gonna watch a sick kinolicious film with your za za? mhm?
>>
I implemented LZW-like dictionary compression and (non-adaptive) canonical Huffman entropy coding in my exploration of compression

I'm still not clear on how you decide things like alphabet size for entropy coding. I've read that things like LZ77, LZ78, BWT, BPE, RLE, MTF, etc. are really data transforms that (I think?) should make data more amenable to entropy coding, but it seems like your choice of alphabet size and specifically "what" you apply entropy coding to matters a lot, since the distribution of input symbols will determine if you get any compression from it.
Interestingly, Huffman(text) < Huffman(LZW(text)) < LZW(text) for the ~18kB of English text I'm testing with.

I have variable bit length codes in from LZW that get serialized into a byte sequence, but the LZW codes (that have structure relative to each other) will straddle byte boundaries, so I'm guessing this is why just applying Huffman coding to the serialized bytes doesn't work very well, since it's kind of seeing mangled fragments of the longer codes. I imagine if I only entropy coded the 8-bit symbols in the LZW code stream it would work better (since the symbols that appear in the text are a small subset of ASCII), but I think it would require more coupling between the LZW encoder/decoder and the Huffman encoder/decoder. For example, when the LZW decoder is about to read a symbol, where it currently reads a fixed 8-bits, it would need to call the Huffman decoder to read a single code out since the codes are variable length. Encoding also gets more complicated.

>leetcode gatekeeps the entire teach industry interview process
>Instead of getting creative thinkers my company constantly hires morons that can memorize quick sort
>Can't even design a fucking website
>Landing page completely devoid of a login button
Why does anybody take these people seriously?
>>
I was wondering recently why these login buttons on websites are so fucking far and hidden away. This has bothered me for years really.
I mean I know the thgeiry behind why but it is rather ridiculous. And its I teresti g to see the end conclusion of sites doing their best too minimize the login button and maximize the create account button.
>>
>>106508220
What's the point if I've already got an account?

File: IMG_20250906_203613.jpg (221 KB, 888x765)
221 KB
221 KB JPG
>developer verification
>can't install random apks anymore
wtf are we going to do when this is applied?!
what's the point of android anymore?!
https://developer.android.com/developer-verification
28 replies and 4 images omitted. Click here to view.
>>
>>106506785
https://github.com/JetBrains/amper/blob/release/0.7/docs/FAQ.md#why-dont-you-use-kotlin-for-ampers-configuration-files
They might use a Kotlin DSL. Personally I would like to see something like Rust where everything is a .toml (or whatever markup language) with build.rs as a fallback. The use case for Amper is tutorials and the 90% of projects that don't need to do anything unique, not to replace all of Gradle's complexities.
>>
I gave up fighting android studio and just switched to Godot.
>>
>>106505696

even kids can frozen bubble for hours
>>
>>106504831
>what's the point of android anymore?!
Yeah, that's exactly what I've been asking myself as well. What's the point if you can on longer freely install software and everything has to go through Goolag anyway? At this point the platform is no longer open. Why shouldn't I buy an iPhone at this point? I'm in the EU so they have to allow alternate app stores even on iPhone, does this post-castration Android really offer me any more freedom than that? I'll have to do my research on this shit but it's looking like the answer might be that it doesn't.
>>
>>106504831
switch to iOS
it's over
this was the ONE thing android had as an advantage

File: T545.jpg (917 KB, 4096x4096)
917 KB
917 KB JPG
How do you cope?
16 replies and 2 images omitted. Click here to view.
>>
>>106506726
Adapters are $10
>>
>>106506806
I thought the red thing with blue lights around was a dedicated camera trigger button and found it freaking based, but no, it says "cooling system" under.
>>
>>106508049
First, that is horribly expensive, these used to be 20 cents on aliexpress before the great fuckery...
Second, it's annoying to not be able to use the jack and charge the phone at same time (unless you have wireless charging) or use an usb thumb at same time.
>>
>>106508099
That's the price from a brick and mortar store. Of course it's going to be cheaper if you go the chinkshit route
>>
>oh no I knowingly boughtered a phone without audio jack
>how can this be happening to me?
do morons really?

File: 1733225780382.jpg (1009 KB, 2000x1500)
1009 KB
1009 KB JPG
Why do modern operating systems require a SSD to function? How did Windows 95, XP, 7 & 8 run butter smooth even on 5400rpm spinning hard disks? I want to use a spinning disk as my boot drive, but can't anymore due to OSes feeling sluggish on it.
96 replies and 5 images omitted. Click here to view.
>>
>>106501840
>Why do modern operating systems require a SSD to function?
They don't. Linux still works just fine on a HDD and so does Windows 11
>>
File: wallpaperpuppy3d-wide.jpg (211 KB, 1920x1080)
211 KB
211 KB JPG
>>106501840
>>106501876
>>106503554
Install PuppyOS if you've only got old HHD's to work with otherwise just pucker up $30 something dollars for a 128gb SATA SSD to boot off of and use the other one for storing the larger files like games an what not.
>>
>>106501840
>How did Windows 95, XP, 7 & 8 run butter smooth even on 5400rpm spinning hard disks?
If you ever used them you'd realise how laughable this statement is.
>>106502035
They didn't. The amount of data being moved around on a modern SSD for typical tasks would lock up an old hard drive. Backing up my 500mb windows 95 pc took like six hours
>>
>>106501840
>I want to use a spinning disk as my boot drive, but can't anymore due to OSes feeling sluggish on it.
Use linux with a ramdisk.
>>
>How did Windows 95, XP, 7 & 8 run butter smooth even on 5400rpm spinning hard disks?
They didn't
You're just too young to remember. My NT4 system took like a minute to boot and I preferred to never turn it off

File: 1740465885925697.jpg (124 KB, 1064x1167)
124 KB
124 KB JPG
.
83 replies and 8 images omitted. Click here to view.
>>
>>106505131
a cow is a female cattle
>>
>>106506132
Even mildly successful women doing that are making millions.
People have posted the break down and usually like 50% of the revenue is from 'messages' where they just unironically pay an Indian person to larp as them while guys pay per message thinking they're chatting with the girl.
The money vs work, ie hourly rate is probably one of the highest available options I'd imagine.
>>
>>106506845
It's intentional to hook people into the 'progression', or pipeline of graduate escalating content.
>>
File: Glory Hcow.png (33 KB, 800x600)
33 KB
33 KB PNG
>>106500608
I wish I was that cow
>>
>>106505081
It's a cow, zoophile.

File: 1746715992597524.png (1.37 MB, 800x1200)
1.37 MB
1.37 MB PNG
FAQ:
>How do I activate Windows?
HWID2 generates and registers a permanent legitimate license on MS's activation servers
github.com/massgravel/Microsoft-Activation-Scripts
Usage: paste this into Powershell, run.
irm https://get.activated.win | iex

>and Office?
Same link, select Ohook option
You can also use Office.com if your needs are very minimal
or try OnlyOffice/LibreOffice and set it to save in MSOffice file formats

>What version should I install?
>W10 Enterprise IoT LTSC 2021
Binary identical to Enterprise except no MS Store or apps
Preinstalled with: Edge & Win32 system apps

Comment too long. Click here to view the full text.
149 replies and 19 images omitted. Click here to view.
>>
>>106507815
Name one game that runs only on Win11 and not Win10.
You can't.
>>
>>106508007
Photoshop doesn't run on 10 iot ltsc
>>
>>106481416

you perhaps study affected ssd models detach drive until fuss is solved and attach it again
>>
>>106482503

i do not have ltsc

buyed win11home if miss wants it i maybe stay in loonix
>>
>>106508070

have you iot devices?

File: me.png (192 KB, 600x338)
192 KB
192 KB PNG
>Actually Useful Links
Industry News — https://news.ycombinator.com
GitHub Trending — https://github.com/trending
r/cscareerquestions (industry banter from a rookie/cuck perspective) — https://www.reddit.com/r/cscareerquestions/
r/ExperiencedDevs (industry news from a jaded adults perspective) — https://www.reddit.com/r/ExperiencedDevs
r/overemployed (industry news from Seniors those that "Get It") — https://www.reddit.com/r/overemployed/

Sex Havers General will return, Monday

have a good weekend boys, should be going out w/ friends but that's sparse for me these days and I have some personal matters to catch up on

Old >>106481538
166 replies and 37 images omitted. Click here to view.
>>
>>106507744
I slept a 4h long nap. I should not have slept so much. now I will fall asleep at like 4am... and will have a hard time going to sleep early all week long
>>
>>106507758
watcha doin
>>
>see someone on LinkedIn
>his profile claims he did something that his boss's boss's boss's boss actually did
>he seemingly got a good job from these lies
So you really should just baselessly lie, huh
>>
>>106508122
>she just realized
not the sharpest tool in the shed huh
>>
>>106508137
Exaggerate sure, but he essentially claimed he led a 500 dev team as the it support

File: IMG_0632.jpg (53 KB, 500x614)
53 KB
53 KB JPG
You’re going to look like a real clown in 3 years acting like your money dilemmas meant fuck all.
>>
>>106507222
@grok is this a threat?
>>
File: fuck.jpg (10 KB, 201x251)
10 KB
10 KB JPG
Construction fags think they are different and better than office fags they are all old fat cuck insufferable boomer faggot.
Once the white race is done I wont have to reincarnate on this shitty planet full of faggots and evil people

File: go superiority.png (6 KB, 764x762)
6 KB
6 KB PNG
this is !THE! C language for web dev. the simplicity of C is captured.

Rob Pike & Ken Thompson you are the best
your legacy will live on forever

o7
12 replies and 3 images omitted. Click here to view.
>>
>>106504004
>this is !THE! C language for web dev. the simplicity of C is captured.

buy an ad, you retarded cuck that is unable to learn a real programming language
>>
>>106506478
>I really wish more languages chose to build fully static executables by default. I hate that go is one of the few languages that gets that right.

you are new to programming languages, kid
>>
>>106504493
>>106505334
>>106507852
>>106507861
YEP. IT APPEARS MY SUPERIORITY HAS LED TO SOME... CONTROVERSY :DDDDDDD
>>
File: buffGO.jpg (135 KB, 1400x1400)
135 KB
135 KB JPG
>>106505441
It's really cool how the std lib gives you all the tools to write safe and reliable HTTP services. I still rely on a few packages for syntax sugar like Chi and a form validator, but most of my projects now have so little dependencies
>>
>>106504004

the current battery tech?

u-båt under us throw your devices

File: remarkable.png (416 KB, 1815x1217)
416 KB
416 KB PNG
6 replies omitted. Click here to view.
>>
>>106506195
what is the usecase over normal pen and paper and a notebook?
>>
>>106506195
YO HERE'S THIS PIECE OF PAPER SIMULATOR IT'S 600 DOLLARS
>>
I would rater buy 30,000 A4 sheets
>>
File: file.png (352 KB, 1843x1075)
352 KB
352 KB PNG
>>106506195
Come on
>>
>>106507692
>>106507700
>>106507708
>>106507805
Few problems with that
>harder to access your notes in a notebook
>can’t easily search for information
>consumable, requiring lots of waste
>digital/e-ink tablets are much smaller

File: 1748492610795078.jpg (196 KB, 900x900)
196 KB
196 KB JPG
>new Arch update just bricked my wifi
I'm getting a Mac
60 replies and 7 images omitted. Click here to view.
>>
>>106491983
installgentoo
>>
>>106491983
based
>>
>>106491983
>Arch update
>>
install gentoo
>>
>>106491993
fpwp

File: 1756836693916740.jpg (43 KB, 430x442)
43 KB
43 KB JPG
i been fucking with mac lately son. why the fuck do i need a pc if i don't play video games anymore, ya know what im saying? mac is just a better coding environment, especially if you are trying to build mobile applications.
>>
jay thread

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?
39 replies and 10 images omitted. Click here to view.
>>
>>106501674
this one was my first ssd, i guess its dead
>>
>>106505170
I think bad block count and uncorrectable errors are the worst stats and yours looks alright.
If you have backups should be still somewhat usable. Or for less important shit like games.
>>
>>106505170
owari da
>>
>>106501674
Patriot SSDs are garbage, I've had 3 of them become unreadable.
>>
>>106501674
SHIZUKU>AOI FUCK YOU OP


[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.