[ home / overboard ] [ soy / qa / raid / r ] [ craft ] [ int / pol ] [ a / an / asp / biz / mtv / r9k / tech / v / sude / x ] [ q / news / chive / rules / pass / bans / status ] [ wiki / booru / irc ]

A banner for soyjak.party

/tech/ - Soyence and Technology

Download more RAM for your Mac here
Catalog
Email
Subject
Comment
File
Options


Password (For file deletion.)

File: 1741711960150j.png πŸ“₯︎ (36.05 KB, 391x311) ImgOps

 β„–6569StickyLocked[Reply]

1 post omitted. Click reply to view.

 β„–17888

File: 1755114558736d.png πŸ“₯︎ (226.65 KB, 800x450) ImgOps

linux



File: lundukesrealxitter.png πŸ“₯︎ (75.01 KB, 592x448) ImgOps

 β„–29880[Reply]

i followed 'duke's advice and am daily driving devuan with openrc and xlibre on my corebooted thinkpad

 β„–29893

>>29880 (OP)
But what desktop environment?



File: IMG_6812.png πŸ“₯︎ (20.41 KB, 869x1032) ImgOps

 β„–29775[Reply]

>Start using gentoo on multiple machines
>Want to use a binhost on my home server because my machines are all ancient braptops
>You can only transfer binaries currently on the server
I want a way to have the server emerge packages on demand with custom flags from the target machine. This seems like something that should've been done before. I'm thinking maybe I should use something like distcc or icecc but with the client machine disabled. That way I can have a cluster in the future but for now just one machine

 β„–29776

Gentoo in general is just disappointingly underfeatured. Soft USE flags need to be a thing but aren't and I can't see why. The firmware package is a retarded 1.7GB pack with thousands of devices instead of being scripted to install only the needed ones. Python has no place running major system components, including the package manage. Slow memory hog POS bloatoo rasin poop nigger

 β„–29868

Reppie my thread gentooGODs

 β„–29869

>>29776
Also per package env flags are really annoying.

 β„–29887

As far as I know there isn't a complete solution to this. You could do something like
>emerge package
>wrapper figures out what dependencies/use flags should be used
>sshes into the server, builds the packages in a chroot environment that matches laptop's environment
>server builds them and drops them in an http fileserver
>laptop pulls them
This whole thing wrapped in a script.

 β„–29891

ATP I want to try making my own version of portage. I've chatted with some of the gentoo devs and they seem much more competent than me so my guess is that there is some unforeseen complexity I don't know about. If I do I'm going to write it in C and I'm calling it sortage

 β„–29892

>>29891
I'll make an outline of how it will work later. It will still work pretty much the same and use current ebuilds doe



File: 1771030241359c.png πŸ“₯︎ (26.93 KB, 644x800) ImgOps

 β„–29876[Reply]

France is transitioning government desktops to Linux, with each ministry required to formalize its implementation plan by autumn 2026.

snopes: https://linuxiac.com/france-launches-government-linux-desktop-plan-as-windows-exit-begins/

https://www.numerique.gouv.fr/sinformer/espace-presse/souverainete-numerique-reduction-dependances-extra-europeennes/

 β„–29878

>france is troonsitioning
valid xisters

 β„–29883

>france is transitioning
GEEEEEEEEEG NUFRANCOIS do we really?

 β„–29890

File: 1772571535791d.gif πŸ“₯︎ (243.12 KB, 207x221) ImgOps




File: ClipboardImage.png πŸ“₯︎ (27.01 KB, 178x196) ImgOps

 β„–28577[Reply]

It's pretty good, actually
16 posts and 1 image reply omitted. Click reply to view.

 β„–29509

File: ClipboardImage.png πŸ“₯︎ (401.82 KB, 1015x946) ImgOps

>>29442
>>28577 (OP)
>>28604
>>29442

So Apple, Sony and Nintendo (among other companies) freely use this kernel as a base for their OS's, but don't give any credit to freeBSD lmao

>https://lukesmith.xyz/articles/why-i-use-the-gpl-and-not-cuck-licenses/

>https://freebsdfoundation.org/our-donors/donors/?donationYear=2026
>https://freebsdfoundation.org/freebsd/

 β„–29669

>>>29442 (You)
>>>28577 (OP)
>>>28604
>>>29442 (You)
>
>So Apple, Sony and Nintendo (among other companies) freely use this kernel as a base for their OS's, but don't give any credit to freeBSD lmao
>
>>https://lukesmith.xyz/articles/why-i-use-the-gpl-and-not-cuck-licenses/
>>https://freebsdfoundation.org/our-donors/donors/?donationYear=2026
>>https://freebsdfoundation.org/freebsd/
Post too long. Click here to view the full text.

 β„–29803

>>29669
Yes. Also you're not seeing my point

 β„–29850

>>29509
Well, personally I license all code I make public with AGPL3 and agree MIT etc licenses are easily exploitable cuck licenses. FreeBSD is still impressive.

 β„–29855

cuck license

 β„–29888

File: ClipboardImage.png πŸ“₯︎ (113.77 KB, 300x300) ImgOps




File: 21E1F9E4-1A6B-4B6A-81B9-3….jpeg πŸ“₯︎ (1.59 MB, 3840x2160) ImgOps

 β„–29802[Reply]

I’m using I caca phones in the I caca shop for this, ama

 β„–29889

up



File: IMG_1576.png πŸ“₯︎ (27.1 KB, 1025x1025) ImgOps

 β„–29794[Reply]

Could use some help. How can a lock-free multi-producer ring buffer avoid a Total Store Ordering (TSO) violation on a multi-socket Ice Lake system if a speculative MOVNTDQ (Non-Temporal Store) bypasses the L1-D cache and hits the Fill Buffer during a concurrent UPI (Ultra Path Interconnect) snoop-invalidate cycle? Specifically, if the remote socket holds the cache line in the Forward (F) state and the Invalidation Queue on the receiving NUMA node is saturated, what prevents the Store-to-Load Forwarding logic from retiredly committing a stale pointer to the local pipeline before the global RFO (Request For Ownership) has been acknowledged, and can this be mitigated using a LOCK-prefixed instruction without forcing a full serializing CPUID stall that would violate a strict 100ns deterministic latency requirement? Thanks.
1 post omitted. Click reply to view.

 β„–29797

Total Store Ordering is guaranteed by the cpu, and cannot be violated by user code, including on Intel Ice Lake.

 β„–29798

STLF won't forward a stale value locally during a snoop because the FB's valid bits are atomically cleared by the snoop logic. The TSO violation occurs because MOVNTDQ is weakly ordered and allows subsequent normal stores to globally bypass it. While a LOCK prefix architecturally fixes this without serializing the CPU, its reliance on a UPI RFO makes it incompatible with a strict 100ns constraint under your specific F-state/IQ-saturation conditions. SFENCE is the exact instruction designed for this, providing sub-10ns local L3 drain latency without crossing the UPI.

 β„–29806

key word thread

 β„–29815

Sir, this is the distro war and tranny obsession board, please take your programming thread elsewhere.

 β„–29843

>>29797
>>29798
Thank you saars.

 β„–29886

File: Screenshot_20260410-092055.png πŸ“₯︎ (293.42 KB, 1080x2400) ImgOps

>>>29794 (OP)
>ask chatJeetPT



File: strecha.png πŸ“₯︎ (1001.23 KB, 1080x804) ImgOps

 β„–29879[Reply]

what does Intel Management Engine actually do? does AMD have something of that sort too? can i turn it off?

 β„–29884

puts a backdoor in the computers of all of the goyim, amd has psp and i have herd it is less bad. trannyboot should get rid of it but computers 4th gen intel should not have it. but some amd motherboards let you turn psp off

 β„–29885

if your cpu has V-PRO, it's a backdoor for fleet management and the mossad. if it doesn't have V-PRO, it's a backdoor just for the mossad



File: 1773125775400d.mp4 πŸ“₯︎ (7.36 MB, 600x726) ImgOps

 β„–28795[Reply]

I spent every waking minute of free time for literal months designing and programming a digital synth and it still sounds like absolute shit, not because of the implementation but because the ideas were stupid.
Should I fixate on it autistically until it does sound good or just cut my losses?
22 posts and 11 image replies omitted. Click reply to view.

 β„–29760


 β„–29785

>>29760
I overpromised. I am not allowed to upload the files here. I am not even allowed to post external file sharing links

 β„–29786

File: 1303.jpg.png πŸ“₯︎ (610.48 KB, 1038x675) ImgOps

>>29604
>NOOOO YOU NEED TO MAKE SHILALA WITH VI AND A MAKEFILE FROM THE COMMANDLINE NOOOOO

 β„–29788

>>29785
use github niggga

 β„–29790

File: ClipboardImage.png πŸ“₯︎ (2.44 KB, 361x297) ImgOps

>>29788
Fiiiine. Only after I fix this bug. For some reason, the amplitude spikes a little bit out of nowhere when a note is held down and I cannot for the life of me find what the cause is. It appears to be a very sticky bug.

 β„–29882

File: EpianoDemo.mp3 πŸ“₯︎ (340.19 KB)

>>29788
Do you still want it?



File: 1771303554145o.png πŸ“₯︎ (1.59 MB, 912x1177) ImgOps

 β„–29870[Reply]

we all do this

 β„–29873

no real girls use linux. the female mind finds it to complex

 β„–29877

>girls with linux
ack



File: 1772707503544l.png πŸ“₯︎ (1.56 MB, 1024x1024) ImgOps

 β„–29857[Reply]

The goal of Rust-rewrites is to replace GPL software with cucked software licensed with MIT and BSD. It's not "memory safety". It's a lie. Ubuntu replaced GNU core utilities with Rust rewrites licensed with MIT. If they could rewrite the entire Linux kernel in Rust, they would and license that rewritten kernel under MIT
2 posts omitted. Click reply to view.

 β„–29866

>>29863
Why are the uutils developers refusing to look at the source code for the GNU core utils?

 β„–29871

>>29863
Still doesn't change the fact the rewrites have a cuck license

 β„–29872

Rust hate is about as retarded and obsessed as systemd hate

 β„–29874

>>29872
So not at all

 β„–29875

>>29872
GEG what was the idea behind this reppey

 β„–29881

>>29875
It's all retarded emotional screeching



File: ClipboardImage.png πŸ“₯︎ (71.37 KB, 598x628) ImgOps

 β„–29820[Reply]

linuxGODS what do you use your computer for other than gooning to 'p and browsing the sharty?
5 posts and 2 image replies omitted. Click reply to view.

 β„–29849

>inb4 r13
by school i mean university

 β„–29854

Everything except Widevine DRM content because it doesn't work. Needs some deep level fuckery that devs will never agree to like some anticheats.

 β„–29860


 β„–29861

>>29822
>no denying that you also goon to 'P
>>29820 (OP)
Also no arrow and you look like tux which you think is the mascot of the 'P operating system

 β„–29862

File: IMG_1585.gif πŸ“₯︎ (3.7 MB, 320x320) ImgOps

>gooning to β€˜p

 β„–29867

>>29862
giggers…



File: imp coffee.png πŸ“₯︎ (111.15 KB, 845x850) ImgOps

 β„–29762[Reply]

Should I learn PHP before or after Javascript?

 β„–29766

javascript
you'll still need some javascript when writing php

 β„–29767

Learn assembly sissyboy

 β„–29835

learn claude

 β„–29865

>>29762 (OP)
javascript retard



 β„–29830[Reply]

nu 'duke
1 post and 1 image reply omitted. Click reply to view.

 β„–29833

i agree with him on this. dropping support on any hardware goes against the inherent ideals of free software which is that us commoners should be allowed to use whatever hardware we have freely, without the corpos ordering us around. its about sending a message. i don't think it would be that hard to find a nerd who would be willing to maintain these old cpu's

 β„–29836

>There's a proposed change for Linux version 7.1 that, if merged
So, it's only proposed. It might not even happen.

>>29833
You are virtue signalling. The 486 is e-waste and I guarantee that the number of people who actively use Linux on a 486 (other than for a quick neofetch screenshot in pursuit of updoots on r/vintageunix) can be counted on one hand. And it's not like Linux is going to immediately stop working on these computers *if* this patch gets in, these people would be able to use an LTS kernel for the next few years and still receive security updates, and after that move to NetBSD, which will retain 486 support for a very long time, if they REALLY don't want to upgrade their 80s shitbox.

 β„–29838

>>29836
idk what virtue signaling is, i just hate the jews

 β„–29839

>>29836
i use a 486 machine to host an irc server for me and my friends, try again nigger

 β„–29841

>>29839
>i use a 486 machine to host an irc server for me and my friends, try again nigger
Can I see it?

 β„–29856

This guy is an insufferable grifter but yeah, not supporting old hardware is just an excuse to make shit software pretty much. It takes almost no maintenance because the kernel is modular and existing support will still work so long as existing ABI isn't broken which is bad practice anyway. Anything else is moot because just about anything works if you just compile with a different march. The kernel out of anything should work to maintain support just because the moment programs start relying on new kernel features, it gates arches from using them. Also this creates more LTS security maintenance hell



 β„–29804[Reply]

>rust le troon language
Unironically a psyop by most asshurt Cniles to make Rust le bad while depicting C as le badass and high IQ.
Rust and Java are aryan, everything else is jeetslop.
2 posts omitted. Click reply to view.

 β„–29812

File: 1773618049436j.gif πŸ“₯︎ (9.22 MB, 850x768) ImgOps

rust le troon language

 β„–29828

File: jacking off.gif πŸ“₯︎ (2.51 MB, 498x281) ImgOps

rust is slower so its worse. simple as that NIGGER

 β„–29829

forgot to sage

 β„–29846

File: 1754950228548952.png πŸ“₯︎ (31.66 KB, 780x783) ImgOps

>>29828
slower than what, assembly? maybe, so is c/c++
the only thing rust is slower than those two at is compilation because rust checks for borrow violations and undergoes more steps than c/c++ does
rust will always be an aryan gigachad language, cope more ranjeet
>arrow because you look like picrel

 β„–29858

Fuck you tranny. You will never be a woman and your language is cancer killing software. Kill yourself

 β„–29864

>>29858
Nocoder jeet, I thought Quote banned Indian IPs.



Delete Post [ ]
Previous [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20]
| Catalog
[ home / overboard ] [ soy / qa / raid / r ] [ craft ] [ int / pol ] [ a / an / asp / biz / mtv / r9k / tech / v / sude / x ] [ q / news / chive / rules / pass / bans / status ] [ wiki / booru / irc ]