[ home / rules / faq / search ] [ overboard / sfw / alt ] [ leftypol / edu / labor / siberia / lgbt / latam / hobby / tech / games / anime / music / draw / AKM / ufo / 420 ] [ meta ] [ wiki / shop / tv / tiktok / twitter / patreon ] [ GET / ref / marx / booru ]

/tech/ - Technology

"Technology reveals the active relation of man to nature" - Karl Marx
Name
Options
Subject
Comment
Flag
File
Embed
Password(For file deletion.)
What is 6 - 2?

Check out our new store at shop.leftypol.org!

| Catalog | Home
|

File: 1771027519607.png (1.25 MB, 960x2079, IMG_2955.png)

 

Not so funny now is it?
You have 18 months to organize before youre thrown into the wood chipper :^)
Well maybe more while you take up a lower paying manual job
10 posts and 1 image reply omitted.

IT work is not going to be automated by AI, but it is going to be outsourced to people in India and China who do the work with AI assistance/supervision for a fraction of the pay. Even without AI this has been a long time coming, IT people have just refused to acknowledge this reality and desperately want to believe that their jobs are somehow the exception to the forces of global economics, that nobody except bourgeoisie white Europeans could ever learn JavaScript and their jobs would be secure forever.

>white collar
  • That's accountants and such, not programmers.
  • Lmao imagine how fucked every company will be if they actually try to let AI do their accounting.

>>32589
that microsoft chief officer is full of shit and another vaporware hype salesman

I give it 18 months until the AI bubble pops

File: 1773970203049.mp4 (3.1 MB, 720x1280, DTcLYvDjOr6.mp4)




File: 1773594135594.jpeg (8.72 KB, 302x225, FNCxKqrXEAAR0V1.jpeg)

 

i was waiting to see if maybe gpu and ram prices would go down but now with everything that's happening i'm wondering if maybe this is the most affordable they'll ever be within the next 5 years

i just sold my old gaming pc and replaced it with a cheap dell optiplex because i realized i'm an adult now and i don't give a shit about videogames anymore

>>32878
no, give it three years, it's a bet

no one knows, buddy. i'd say go for it if you have the money right now. everything is gambling now.

>>32878
yes, buy soon before the war drives oil above $150 or even $200 a barrel and shipping makes every pc $5k more expensive



 

Did you know that Hegelian philosophy was used in design work for the GNU Hurd microkernel?
>me reading about Hurd-ng ("next-generation") design
https://www.gnu.org/software/hurd/hurd/ng/part1ownershipandcontracts.html
<Hegel remarks on the effect of perpetual alienation (my terminology) (paragraph 67):
<"Single products of my particular physical and mental skill and of my power to act I can alienate to someone else and I can give him the use of my abilities for a restricted period, because, on the strength of this restriction, my abilities acquire an external relation to the totality and universality of my being. By alienating the whole of my time, as crystallised in my work, and everything I produced, I would be making into another's property the substance of my being, my universal activity and actuality, my personality."
>mfw

microkernels are stupid

Seems like he's arguing against TPM and DRM by saying that having the computer be partially not yours, that as the computer takes up more of your life as you put work into it, your own self becomes partially not yours.

>>32888
you contradict CPC line that Huawei HarmonyOS is future. you are yanqui imperialist falsifier.



File: 1763596156326.png (3.7 MB, 1536x1024, computer_networking.png)

 

<Computer networking is the practice of connecting two or more computing devices to enable data exchange and resource sharing, using either physical cables or wireless signals. Key components include end devices (like computers and printers), media (cables or radio waves), protocols (rules for communication), and networking devices (such as routers and switches). These networks range in size from small Local Area Networks (LANs) in homes to expansive Wide Area Networks (WANs) that span the globe, like the internet

Thread to discuss computer networking. I thought we could use one because networking has an unusually long shelf life for IT skills, unlike programming and even linux to an extent, networking hasn't changed (at least very much) because its basically the physics of IT.
8 posts omitted.

File: 1773203913707.png (670.68 KB, 1000x700, ClipboardImage.png)

Had another idea for a network topology. The network is partitioned into two parts, a dirty part and a clean part.

At the center is a DIY data dyode. It connects a server fitted with a RAID array and large GPU to the dirty network. It hosts a UDP file server which receives signed chunks which can be manually resent by chunk (it deletes incorrectly signed chunks), a set of VDI servers for terminals, and a Local LLM, at the minimum.

This server is connected directly via a switch and ethernet to a number of terminals, likely Banana Pis. Example terminals could include a multimedia system (a nice tv and controller is all you really need), or a workstation for writing, and programming (a nice keyboard and vertical monitor is all you need). We're currently pre-streaming here, so this setup makes some sense.

The dirty network is more or less standard. The user uses the dirty network to download files and upload them to the server.

File: 1773350484562.png (278.13 KB, 1920x1080, WOM server.PNG)

>>32856
>It hosts a UDP file server which receives signed chunks which can be manually resent by chunk (it deletes incorrectly signed chunks)
I've written the server, but not yet tested it. I'm also not sure how large to set the buffer size, just seems like it should be related to the MTU. The entire program would fit on four screens, and the most complex part, which is not very complex, on two (pic rel).

The server basically just receives a datagram which has a UUID (16 bytes), start (8 bytes), length (8 bytes), and a payload. It writes the payload out to the start position in a file with the UUID as the name.

It also maintains an interval tree of missing intervals of the file as a csv. It initializes to an interval from zero to the file length and then on every write to the file subtracts the interval from the tree, and then it writes the whole thing to disk.

It's only realistic to run this program if you're in the LAN, or tunneling in. And also it expects you to be running IPSec for the authentication and encryption, probably with a static SA (whatever that is) and ESN so that you don't have to do key negotiation.

>>32863
I've switched to base64 encoded intervals, replaced the check for diskspace with error handling, and made a function handle_datagram for concurrent writes to the data file using aiofile. I had the machine take a crack at the concurrency, and it made something too complex, using futures which weren't necessary because the coroutines only yield control during an await, and locks which it misplaced. I'm still having some difficulty determining when best to write to the sidecar though, I think I've settled on just writing all the pending files at an interval spaced equally, though I'm not completely happy with this.

>>32856
Is there any advantage of what you're doing over secure nfs or tunneling any conventiona filesharing protocol? You would also need to implement your own caching layer for most real-world usecases.

>>32885
The idea is just to use it for upload over a diy data dyode, everything else would be handled by conventional protocols.

The main advantage of an "airgapped" network like this is the that things produced on site don't leave. So keys, wallets, security cam footage, a diary, or even code.

For text output you could use a printer and scanner, and git diffs. Anything with continuous rather than discrete output (like an old school line printer) is going to require a whole lot more manual inspection.

The truth is it's a bit of a joke.



File: 1771172780997.jpg (46.64 KB, 1200x720, 2400.jpg)

 

The 4chan Pass is literally the ultimate utility for AI spammers. For just $20 a year, you get to bypass the only real barrier—captchas. It allows bot nets to flood the board with LLM-generated slop 24/7 without getting flagged by the automated spam filters. Since Pass users get higher trust scores and can post through VPNs/proxies, it’s basically a 'license to shill.' If you’re wondering why /g/ is 50% dead internet noise, thank the Pass for making automation cheap and frictionless.
1 post and 1 image reply omitted.

Does the new capchas even do anything to deter bots, given how easy they are? Like you wouldn't need AI, just a script per type of puzzle.

>>32639
Are you trolling, m8? Those new captchas take like twice as long to complete as the simple post you were trying to make.

>>32727
>skim instructions that are like 1 in 7 possible types of puzzles
>slide to the end
>slide to answer
>repeat two more times
>post
6 to 7 seconds max sober, 6 to 9 seconds drunk.
I don't think that's just me having giga-brain puzzle autism. They're much easier and less error-prone puzzles than the old "line up the broken warped and noisified code and type it" puzzle. You only have to do it once, while the old one it's inevitable that one will fumble it a few times before getting it right due to the noise making fake letters.

anyone else from europe having trouble to post on 4chan? it seems they rangebanned europe??

>>32730
The one you're calling the "old one" is like six generations of new captcha deep since the one I'm remembering as the "old one". The one that I remember is the original one, where they took two words, one from a book whose OCR was already verified, one from a book that had recently been scanned, and you had to type both words to post even though only one word was actually being checked, the other word was being added to the OCR dictionary. They used that captcha for years until /b/ started posting racial slurs instead of the unknown word.



File: 1773044829802.png (795.3 KB, 1280x800, nwo utopia.png)

 

Post your desktops?

Well, welcome to the New World Order, i hope you guys like Ruissia, because we'll be living like kings in our anarchist communes, and i'm love it if you talked about how your life is going right now. We all have many enemies but we'lll be enjoying our time either way.



 

I was curios what the fuck they do with themselves and also expect to shit all over them with my disgusting comments while they're being violated with my illegal presence.

move to north korea

Travel to south korea and fly in a raspberry pi with a drone and hope you both find an open wifi spot and you don't start an international incident.
Travel to north korea and stash a raspberry pi and hope you don't start an international incident.

>>32821

동지, 경청해 주셔서 진심으로 감사드립니다. 저희 요원들이 곧 모시러 갈 것이며, 조선민주주의공화국에서 Disco Elysium 를 즐기시고 burger 를 드실 수 있습니다. :)



File: 1772780624918.jpg (100.86 KB, 1000x1000, over.jpg)

 

https://tuananh.net/2026/03/05/relicensing-with-ai-assisted-rewrite/
>Recently the [chardet] maintainers used Claude Code to rewrite the whole codebase and release v7.0.0 , relicensing from LGPL to MIT in the process.
Is AI going to fucking kill Free Software?

Considering what I'm reading,it only seems like AI force you to not be able to license it,which is even better

>>32818
Better for who?

>>32819
in general ?
it both means you can't monetize it,nor even claim it via copyleft or anything,it effectively sideline AI work entirely.

>>32817
Yeah. The “open source community” is going to die. I saw something very weird the other day where a guy on X was telling a vibecoder that he needs to use his copyleft license if he’s building off his code and he just told him he didn’t give a fuck bitch as if he didn’t even understand what the guy was talking about.

This idea here, take some original IP and just tell AI to rephrase it to take ownership, may have further implications than just software. It might extend to… literally all IP.

>>32820
You can monetize it as long as you keep it a secret.



File: 1734072316009.png (6.77 KB, 280x87, riseup.png)

 

Hello, /tech/

I am trying to register an account on riseup.net, but they require an invite code. If you can spare an invite code, please email it to me, I would really appreciate it.

[email protected]
27 posts omitted.

>>27803
They are not threatening Cockli with closure. Vince wants to close it if they try anything. Not the same thing.
It's understandable but some people would prefer to keep being reachable as it wont change anything for them (GPG use + metadata being already spied on anyway) and they may need it as it's their only mean of communication with some people (like a journalist and his source, just for example).
And it may not even be true at all, for all we know maybe Vince is just trying to grab a few $. I hope not but it's a possibility.

>riseup continues to operate with absolutely no pressure from the powers that be

They were under 2 FBI gag orders a few years ago. Idk but that's some pressure.
Now they have onions, end to end encryption (irrc) and still push people to use GPG and keep ransomware operator at bay with their invite only system, that may explain why they have less pressure.

Again, please stop acting like you don't understand that. I think, I hope (as you said you work in infosec), you are just -acting- stupid.

Could I get a code too?
[email protected]


Thoughts on Disroot?

>>32788
I use it. It's nice, but I would still use GPG



 

So in my state, Colorado, there's a bill going currently up to debate to require operating systems like Windows, Linux (which isn't an operating system), and MacOS to have age verification.

damn, so it's not just california. i guess it is a coordinated effort after all, this fucking sucks

they're going all in on literal 1984 surveillance dystopia and aren't gonna stop unless there's a revolution. even if these bills get shot down, they're going to just keep pushing for it and hiding these measures in other bills like they've been doing with everything else.

>>32752
so far it's just California and Colorado but I wouldn't be surprise in the near future more states or perhaps congress would push this bullshit
>>32753
Unfortunately I don't see it being shot down if it pass the general assembly, the governor of my state is a right-wing libertarian anti-vaxxer who thinks corporations should have access to as much data as possible



Delete Post [ ]
[ home / rules / faq / search ] [ overboard / sfw / alt ] [ leftypol / edu / labor / siberia / lgbt / latam / hobby / tech / games / anime / music / draw / AKM / ufo / 420 ] [ meta ] [ wiki / shop / tv / tiktok / twitter / patreon ] [ GET / ref / marx / booru ]
[ 1 /2 /3 /4 /5 /6 /7 /8 /9 /10 /11 /12 /13 /14 /15 /16 /17 /18 /19 /20 /21 /22 /23 /24 /25 /26 /27 /28 /29 /30 /31 /32 /33 /34 /35 /36 ]
| Catalog | Home