[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / 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]


Janitor applications are now closed. Thanks to all who applied!


[Advertise on 4chan]

[Catalog] [Archive]

File: YouTube.png (353 KB, 627x438)
353 KB PNG
our response, Gosisters?
132 replies and 15 images omitted. Click here to view.
>>
Does your language support functional programming? Then it's good.
Else it's shit.
>>
>>109027281
People come to Go from Java also.
>>
>>109028267
every turing complete language supports functional programming
>>
>>109010727
His voice is so annoying.
>>
>>109014791
>generally superior to Python and Ruby for CLI performance

Golang is compiled, dr.Shillmaster5000, you cannot compare quasi-runtime with a fully-fledged runtime. any quasi-runtime is inferior to normie runtime, no comarisons required.

>>109014791
>clear and straightforward build system

it doesnt build on win7, while clang builds. you can literally copy clang to a linux distro and it will run from that directory. Golang is inferior compared to C compiler i mentioned.

File: 1776449993995992.png (719 KB, 1462x2787)
719 KB PNG
https://support.microsoft.com/en-gb/topic/june-9-2026-kb5094126-os-builds-26200-8655-and-26100-8655-1a9bcba6-5f53-4075-8156-fe11ac631737
my fucking box just updated
Is this going to detect all my memes on my computer and flag me now?
14 replies and 4 images omitted. Click here to view.
>>
>>109028786
Makes sense. It would look very silly if the NSA got spied on by others.
>>
>>109025738
enjoy your zero-days then
>>
>>109025738
Retard.
You don’t use Linux because you have no brains.
>>
>>109026444
>Maybe it's related to that new law in UK that all OS must analyze porn.
what
are you saying that their government is now telling Microslop to look at what britbongs jack off by using Copilot or some shit?
>>
>>109031180
No. Just to share the data they already collected doing it.

File: tr.png (776 KB, 1280x990)
776 KB PNG
Hey what's up with this topic? Almost hundred videos with similar title and thumbnail text. Are there other similar examples, which would be expected if this is just bots mining a topic?

Here are most of the videos transcribed, for analysis or whatever: https://pastes.io/LArSEdN2
Cosine similarity between transcripts: https://pastes.io/RMh2Y8lb
151 replies and 23 images omitted. Click here to view.
>>
>>109011757
This.
Faggots do nothing just baiting for money.
>>
>>109019431
aka the Asmongold pipeline
>>
>>109030256
*Asmongoy ftfy
>>
There are way more of these video than I thought.
>>
>>109012756
where do you think you are? most people here are animesexual

File: 1701779308570262.gif (364 KB, 112x112)
364 KB GIF
>make my own distro and package manager
>everything just works
why haven't you taken the distro pill /g/? do you enjoy using trannyware?
7 replies and 1 image omitted. Click here to view.
>>
>>109029243
it's kinda cool, but you're not doing anything to mitigate compatibility issues.

your packages provide no information about what file/s are provided, making it almost impossible to uninstall a package.

also you don't seem to be separating regular libraries from devel libraries, nor are you applying security patches, or compatibility patches which all major distros are doing.

>make install
that is proof you don't know what you're doing.
that shit will happily destroy your environment. at least build some intermediary package that you can use something like gdebi to make sure it doesn't break your entire system.
>>
>>109030204
note sure if you're trolling but
>your packages provide no information about what file/s are provided
hokuto manifest pkgname
lists all the files of a package
>making it almost impossible to uninstall a package.
hokuto uninstall pkgname
uninstalls the package
>separating regular libraries from devel libraries
useless minimalist retardation
>applying security patches
you don't need to apply security patches when your packages are up to date and if there are patches instead of version bumps I apply them (eg bash)
>make install
make DESTDIR="$1" install is not make install retard, also I build all the packages as a normal user to avoid rogue packages installing random shit outside of the destidir
>>
>>109030274
I read your package manager code. And everything it does, it does poorly, disregarding common safety precautions.

I opened the install.go and uninstall.go and they're riddled with logic errors and bugs waiting to happen. Find another place to shovel your slop.

I must say, I had quite a blast looking at manifest.go. If any of the steps fail, then you're left with a broken system. LMAO
>>
>>109030674
>broken system
yet I've been using my distro for 6+ months on my desktop + rpi4 (all packages cross compiled from my desktop) and everything works. For example if I have a root shell I can uninstall glibc, brick my system and recover by just installing glibc from my package mirror. And I could keep a static busybox around just to ensure I can always open a root shell for recovery.
>>
>>109030674
anyways thanks for the criticism, I noticed that my busybox wasn't statically compiled and that I didn't have symlink for ash in my package. I fixed both issues and as you can see I can uninstall glibc, open a root shell with busybox and re-install glibc from the remote mirror. most distros would not be able to recover from this without using a live environment.

File: 1780517703345509.jpg (175 KB, 436x762)
175 KB JPG
Why does the programming language have a package manager, Yomi? Aren't distros supposed to handle package management?
>>
Because scrubs simply cannot be bothered to learn system tools or learn how their system is organize while also knowing that they are far more intelligent than their sempais
>>
>have npm installed by accident
>program I install installed something from npm
>sweat bullets because of the worms that have been going around npm
>>
>>109030418
also
>install program that must be run as root (for understandable reasons)
>program requires packages to be installed from pip
>while pip is run as root
wtf is pip
>>
>>109028152
>Aren't distros supposed to handle package management?
you have to differentiate between the user/sysadmin and the developer, shrimple
>>
>>109028152
Why is Tomo so shit? She ruined the whole episode!

>dude let's just turn the switching power button to call for ai instead! and the screenshot (volume + power) to to be the power button, and then let's not allow our users to turn it back to it's original setup, and let's make the screenshot signal to absolutekly suck and move the screen place while it screenshots so it's never gets alright, because we love revolving things that already simply work into an absoluetlly insufferable experience for our users

this level of slop is lower than iphone, who was the genius that got the idea?
16 replies omitted. Click here to view.
>>
>>109027187
I can't stand modern phones anymore, android is completely insufferable. Constant UI (((upgrades))) make it a pain to do anything. Android 4.0 was feature packed, and very usable even despite the hardware in that era lacking the processing power. Now you can't do fucking anything, and it's ugly as shit. Even android 4.0 was ugly as shit, but I would gladly take it over what we have now. It's like the Android design team is trying to convince the IOS design team to use android phones; it's all ugly slop.
>>
>>109029010
you can, but they also move it around and it's hard to find in the settings
>>
OneUIGODS stay winning. I have my power button configured to unlock rotation with a long press, and my screenshot button combo still works fine
>>
Yeah but on my android I can easily download APKs for things and debloat my phone with easy. With iphone it's a ballache.

For instance on Android I replaced the Youtube app with Youtube ReVanced that has no ads, skips promos, skips sponsors/ad reads, etc. If I want something similar with iPhone I need to get some sideloading software on my PC and transfer files to my phone which breaks once a week and needs to be refreshed or I'm forced to buy an apple developer account. I haven't updated ReVanced on my android in like 8 months.
>>
>>109027187
i recently got a pixel and moved to graphene.
Stock pixel had the same power button combiniation. After installing graphine power button became power button.

I am never going back to stock android.
At this point if stuff like my bank app stops working i would rather change bank then go back to a bloated piece of shit ever again.

File: docker.jpg (25 KB, 335x597)
25 KB JPG
previous: >>108985085

READ THE (temp)WIKI! & help by contributing:
https://igwiki.lyci.de/wiki/Home_server

/hsg/ is about learning and expanding your horizons. Know all about NAS? Learn virtualization. Spun up some VMs? Learn about networking by standing up a OPNsense/PFsense box and configuring some VLANs. There's always more to learn and chances to grow. Think you’re god-tier already? Setup OpenStack and report back.

>What software should I run?
Install Gentoo. Or whatever flavor of *nix is best for the job or most comfy for you. Jellyfin/Emby/Plex to replace Netflix, Nextcloud to replace Googlel, Ampache/Navidrome to replace Spotify, the list goes on. Look at the awesome self-hosted list and ask.

>Why should I have a home server?
De-botnet your life. Learn something new. Serving applications to yourself, your family, and your frens feels good. Put your tech skills to good use for yourself and those close to you. Store their data with proper availability redundancy and backups and serve it back to them with a /comfy/ easy to use interface.

>Links & resources
Cool stuff to host: https://github.com/awesome-selfhosted/awesome-selfhosted

Comment too long. Click here to view the full text.
>>
File: Pearlas money.jpg (69 KB, 1200x800)
69 KB JPG
Im not seeking to build a server, I want to replace my singular 3TB harddrive I had in an external cradle for a while witha raid array because it failed and took 700GB of backups and photography data with it.
I would not be opposed to it having an internet connectivity, but primarily I want to connect it to my PC via USB. I think I would go for 3+1 or 3+2 system of 1TB drives. Ideally, it would just behave like any external harddrive.
What would be a good system to buy and what brand of HDDs should I get?
I run Linux on both my PC and laptop and I sometimes use a switch to use my setup on either of them when I'm at my desk, btw.
>>
Is there a way to run a 4 disk RAID10 storage solution under Windows with the intention of eventually taking those disks and transferring them into a Synology NAS?

I'm currently using Windows Storage Spaces and would like an exit path out of the windows ecosystem that would allow me to use an array in the meantime.

File: 1780785509813780.jpg (35 KB, 556x550)
35 KB JPG
macOS 27 Beta Breaks The Ability To Boot Asahi Linux

https://www.phoronix.com/news/macOS-27-Beta-Breaks-Asahi
14 replies and 2 images omitted. Click here to view.
>>
File: 1759360128158966.jpg (92 KB, 400x400)
92 KB JPG
>>109027989
>>
>>109022804
IMO the point of asahi is research on the apple hw, it's an end on itself that can be referenced in other cases of reverse engineering and not strictly about having linux running on mackbooks.
>>
>>109022530
It also allegedly dropped x86 support, so this is your last chance to build maxed out MacPro.
Protip: use any hexa to tetradeca core CPU of e5 Xeon v4 series and polaris AMD graphics card. Any motherboard would do, but check net and audio hardware in advance, make sure it will work out of the box.
If you're an applefag, may also get a wifi/bt pice card for air drop to funtion correctly.
You can build it for like $250-300. And it will actually be a computer with respectable capabilities, not a Neo toy.
Even if you think you don't need one right now, consider it as a backup device if your daily driver breaks. Set it up now, while that community still kinda exist and software of all kinds is available. Thank me later (in a decade or so, when owning compute would require a loicense and all that).
>>
>>109022530
Asahi say it's a bug and will be fixed in the full release
>>
>>109030263
We had something similar with yellowdog linux back in the day.
I did try it, but it wasn’t that good so went back to os/x but it did work.
os/x is a true unix for the most part, don’t see the need for linux really from an end-user perspective.

File: rin-tan sweep.jpg (226 KB, 1110x768)
226 KB JPG
/lmg/ - a general dedicated to the discussion and development of local language models.

Previous threads: >>109023085 & >>109018067

►News
>(06/10) DiffusionGemma 26B-A4B released: https://blog.google/innovation-and-ai/technology/developers-tools/diffusion-gemma-faster-text-generation
>(06/09) Cohere releases North-Mini-Code-1.0: https://hf.co/CohereLabs/North-Mini-Code-1.0
>(06/07) llama : add Gemma4 MTP #23398 MERGED: https://github.com/ggml-org/llama.cpp/pull/23398
>(06/05) dots.tts 2B released: https://hf.co/rednote-hilab/dots.tts-soar

►News Archive: https://rentry.org/lmg-news-archive
►Glossary: https://rentry.org/lmg-glossary
►Links: https://rentry.org/LocalModelsLinks
►Official /lmg/ card: https://files.catbox.moe/cbclyf.png


Comment too long. Click here to view the full text.
476 replies and 65 images omitted. Click here to view.
>>
File: 1734590244220842.png (148 KB, 411x364)
148 KB PNG
>>
File: palworld Dupin cute.webm (3.23 MB, 720x1280)
3.23 MB
3.23 MB WEBM
>>
>>109033015
There better be full sexual penetration and impregnation in the 1.0 update
>>
File: POCKETPAIR_YOU_OWE_US.jpg (1010 KB, 592x7824)
1010 KB JPG
>>109033177
THEY BETTER
>>
>>109033196
cancer

File: fable BTFO.jpg (160 KB, 1343x1643)
160 KB JPG
/aicg/ - A general dedicated to the discussion and development of AI chatbots.

Fable Is a Cuckie Edition

>The BotBrowser extension for SillyTavern has been confirmed to be a trojan that steals API keys. You should remove the extension and consider rotating your API keys if you've used it. Details:
https://rentry.co/st-backdoor

The StructuredPrefill extension by the same author is suspected to be compromised too, so using it is not recommended either.

>News
Anthropic releases Claude Mythos 5 and Claude Fable 5:
https://www.anthropic.com/news/claude-fable-5-mythos-5
Nex AGI releases Nex-N2-Pro and Nex-N2-Mini: https://huggingface.co/nex-agi/Nex-N2-Pro
NVIDIA releases Nemotron 3 Ultra: https://research.nvidia.com/labs/nemotron/Nemotron-3-Ultra/
Anthropic releases Claude Opus 4.8: https://www.anthropic.com/news/claude-opus-4-8

Comment too long. Click here to view the full text.
380 replies and 62 images omitted. Click here to view.
>>
.
>>
>>109031385
remember when GPT 4 32k was the holy grail to everyone here? people sat through injected starfield ads and the most desperate willingly humiliated themselves before a homosexual degenerate just to get a taste of the good stuff. and now nothing comes close to bringing out that longing in anyone anymore.
>>
>>109032242
because instead of straight improvements, there's always an enshittificaton drawback with models nowadays, and the degenerate homo was a unique case that drew in poorfags
>>
File: toddcall.png (150 KB, 1001x1396)
150 KB PNG
>>109032242
You write "sat through" as if that wasn't the best part.
>>
Agnai added "message parsers" in January, I only noticed this week despite creating multiple presets since... and it's still not regex, only naive string matching.

File: uk.png (47 KB, 586x471)
47 KB PNG
How do you stop this?
21 replies and 3 images omitted. Click here to view.
>>
>>109029111
>How do you stop this?
You snip the internet cables to the UK and set them adrift.
>>
For those who know a lot about this stuff, what's the best way around this that doesn't involve just KYS? I've heard about GrapheneOS abd Pixel phones and Tor browsers but how effective is any of that? Any recommendations?
>>
>>109029864
There's plenty of things you can do but it depends entirely on how much the UK government bans these things.
GrapheneOS is probably your best bet; but the UK government can actually make laws saying that it's illegal for banks, websites, apps, etc to support the operating system.
>>
>>109029111
>>
>>109029207
This cyberpunk witcher game is the most lazy and boring iteration of the cyberpunk setting I've ever seen. It's like their whole inspiration was YouTube playlists named "sci fi retrowave cyberpunk mix to study to"

LOLOLOL
8 replies omitted. Click here to view.
>>
File: 1780059656146186.jpg (27 KB, 480x421)
27 KB JPG
AItards lost
As it should be.
>>
>>109023868
this, but unironically
>>
>>109023852
> Identity verification
Oh nice. Wonder how this will work out for European firms that have their employees make use of Claude Code.
>>
>>109023852
LMAO they lost me at mandatory phone number already.
Local slop bros we may be fine dining soon...
>>
>>109023852
WE WON PELICANBROS
WE WON VIBEGODS
WE WON AICHADS

>If you choose to do so, data we will collect includes, depending on the method: an image of your government-issued identity document and the information appearing on it (such as your ID number and date of birth); your image in photo or video form, facial geometry templates (which may be considered ‘biometric data’ in some jurisdictions); and the result of the verification (for example, whether your age meets the applicable threshold).

>SOURCE
https://privacy.claude.com/en/articles/10301952-updates-to-our-privacy-policy
https://www.anthropic.com/legal/privacy

File: Eupc_hwXYAEu9di.jpg (256 KB, 1080x1080)
256 KB JPG
>if buying isn't owning piracy isn't stealing
it's still stealing tho...
42 replies and 2 images omitted. Click here to view.
>>
>>109022026
don't care + ywnbaw
>>
>>109022026
Copyright infringement is not theft and anyone claiming otherwise should not be entitled to owning property.
>>
>>109027440
If you think like a fag.
Normal people know rhats not the xase though.
I bet you use google chrome without any kind of adblock too because "they need to make money too"
Faggot.
>>
>>109028987
probably didnt mean to reply to me since it doesnt have any thing to do with my post
>>
>>109022290
anon you realize that counterfeiting has never been classified as theft right? There's a reason it's its own category of crime.

File: 1754497642310298.jpg (964 KB, 3072x2304)
964 KB JPG
How come blocklists from Bluesky aren't a bigger idea? I would love to subscribe to a list that automatically blocks content farm and AI algorithm slop for me on Youtube.
2 replies and 1 image omitted. Click here to view.
>>
>pedosky
>MAPsky
>unironically using blocklists
Why are you here?
>>
>>109029376
porn addicted freak
>>
>>109029345
Go back.
>>
>>109029345
eat shit and die, tranny
>>
>>109029376
get rid of your porn addiction fucking subhuman

The final boss of browsers just dropped
30 replies and 4 images omitted. Click here to view.
>>
>>109028733
>windows/macfag tax
unfathomably based
since you are a software paypig anyway you should have no problem with this lol
>>
>>109028752
>free on linux
cheers, installed and probably won't even use it
pay up trannies!

---

sent from brave origin
>>
I'm using microsoft edge. I couldn't have imagined it would get to this point but it has.
>>
>>109030411
You're not an edgy kid anymore.
>>
File: 1752572487508366.png (1.31 MB, 1920x1080)
1.31 MB PNG
>>109028760
>SOME TIMES


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