[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: deepresize1.jpg (38 KB, 1200x801)
38 KB
38 KB JPG
DeepSeek is infinitely smarter than ChatGPT.

ChatGPT is generic.

I wrote a unique value proposition for my website but was struggling with explaining it. Small things such as words and formulations were important for clarity. I asked ChatGPT about improvements and spent 25 messages battling diminished quality and increased generality.
I then asked DeepSeek if it understood what my service was going for by reading the text, and exactly why I wasn't really happy with it.

I watched it reason and it then responded with "Yes, I understand EXACTLY what you are going for and your value proposition is unique!"
It then proceeded with explaining it better than I, and gave me a much clearer text I could use.

0% generality, 100% originality. I was in awe.

If only it didn't have such shit fontface and UX, and if only it knew my native language a little bit better, it would mog ChatGPT up the ass.
>>
File: sp.jpg (26 KB, 500x375)
26 KB
26 KB JPG
>>106496732
LLMs must have been a godsend for ESLs
>>
>>106496732
All LLMs suck
>>
>>106496732
invent a simple riddle, no ai will be able to solve it
however, deepseek is the least bad
>>
>>106496799
I only use it in my native language, you lingafranca nigger
>>
>>106496984
>invent a simple riddle, no ai will be able to solve it
Well, why not test it now? Come up with a novel riddle and post the LLM attempt to solve it.

File: 1757093226050.png (311 KB, 1187x459)
311 KB
311 KB PNG
The absolute state of CNiles ...
48 replies and 1 image omitted. Click here to view.
>>
>>106496067
True in the op case, obviously, but in general no. If the bounds checking were removed, then (and only then) people might craft malicious files that exploit the lack of checking. As long as bounds checking is there, no such files will be crafted, so it's fair to say it's "always" correctly predicted. But we can modify the statement to "always [for non-malicious, uncorrupted files]" and still come to the same conclusion.
>>
>>106496129
see >>106495962
Games don't need complexity of fontslop, in fact, no software does, kill yourself with your shitty self invented problems, literally no good format causes nonsense like that.
>>
>>106494069
you can just clamp start to end using a single bitwise operation funnily enough
>>
>>106493634
Lisp is just academoidslop that as all academoidslop sucks in the real world
>>
>>106494585
Writing correct bounds checking is actually quite annoying. Especially so if you are working with binary files loaded into memory.

if((ptr + offset + length) < end)
error;


Consider the above, its wrong because of overflow. Its an absolute pain in the ass to make sure that every bounds check respects overflow. Sure you can make helper functions, but there are so many different variations that it quickly becomes a mess.

i was thinking of building a transpiler to mass transpile C into a similar but more modern language.

Any tips before it commit onto it?
3 replies omitted. Click here to view.
>>
>>106496691
Someone much smarter than you could learn a lot in the process of attempting and failing at this. But you will learn nothing.
>>
>>106496691
To bad you'd have to turn it all into unsafe rust.
>>
>>106496756
bindings na those introduce all the pitfalls of the binded language into the new language.

I was thinking of using moses langauge trnaslator Im retard for even thinking that it was going to work?
>>
>>106496816
Your big ideas will work if you know a tech lead at Google
>>
fug you all im going to use regex for my transpiler!

File: 1616626871190.png (615 KB, 1200x982)
615 KB
615 KB PNG
Is there a way to cache websites locally so that you can surf faster? I know for a fact that this was basically the status quo of the "old" internet, sites got cached because it makes sense.

Is there a way to accomplish this with encrypted protocols like HTTPS as well?
>>
>>106496907

>>106472542
>>106472571
>>106472612
>>
File: 1578607574733.png (23 KB, 266x225)
23 KB
23 KB PNG
>>106496915
Oh wow, thank you. What are the odds, eh?

Redirector extension... Hmm. Sounds nice and very interesting to me, but would this work with somebody elses iPad in a local area network with WiFi!? I think they have no broser extensions there, surely there must be a solution like squid that still works for them as well?
>>
>>106496952
yeah youll want to do it on the router level then
so your make a machine on the local network that will act as a proxy that does the filtering.
your router -> squid proxy/firewall filtering -> device
thats much more complex not worth it at all t b h but goodluck!

File: (ichihime-rising-sun).jpg (252 KB, 1024x1024)
252 KB
252 KB JPG
>Lisp is a family of programming languages with a long history and a distinctive parenthesized prefix notation. There are many dialects of Lisp, including Common Lisp, Scheme, Clojure and Elisp.

>Emacs is an extensible, customizable, self-documenting free/libre text editor and computing environment, with a Lisp interpreter at its core.

>Emacs Resources
https://gnu.org/s/emacs
https://github.com/emacs-tw/awesome-emacs
https://github.com/systemcrafters/crafted-emacs

>Learning Emacs
C-h t (Interactive Tutorial)
https://emacs.amodernist.com
https://systemcrafters.net/emacs-from-scratch
http://xahlee.info/emacs
https://emacs.tv

Comment too long. Click here to view the full text.
281 replies and 44 images omitted. Click here to view.
>>
>>106495799
which level of quasiquote/unquote to use can be confusing
>>
>>106495898
The lambda forms can't be quoted in the macroexpanded form. Which means the macro has to expand into something that looks like:

(list (cons (rx form) (lambda () form))
(cons (rx form) (lambda () form))
...)
>>
>>106495192
It's not that offensive. I just wanted to check to see if I was missing something obvious.
>>
>>106487001
Bump
>>
Who came up with the rx macro for Elisp? The API design is brilliant. I really like how rx-define and rx-let can be used to make regexps more reusable and composable.

File: 20250905_200317.jpg (2.3 MB, 4032x1860)
2.3 MB
2.3 MB JPG
>install linux mint xfce
>just update package list
>reboot pc
>see this
Its been going on like this for 20 fucking minuted and it happens all the fucking time. Whats the point of switching from windows if it can't even reboot itself
23 replies and 2 images omitted. Click here to view.
>>
>>106493743
>mint
Retard following retards' advice.
>>
Use Saar Linux instead. Very good! Very high quality!
>>
>>106494507
You're free to join the project and start working on it.
>>
>>106493743
What's the point of Linux when windows and macOS exist?
>>
>>106493743
Anon... You don't want to go down like this. Being the guy who can't install Mint isn't a good look. Did you get Cinnamon?

File: Flag_of_India.svg.png (13 KB, 510x340)
13 KB
13 KB PNG
Theoretically, can you completely de-India your computer by only using software without any Indian commits? Linus removed all Russian code from the Linux kernel, so something like this is certainly doable.

What's a good base to start with for building a non-Indian OS under a free licence? Arch?
152 replies and 14 images omitted. Click here to view.
>>
>>106482236
ECMA is alright IMO, just because it got taken by 25 IQ shitskin jeets doesn't make it a bad lang, JS is and should always be a browser language, it serves its purpose
>>
>>106468491
Stop using Microsoft products then
>>
>>106496746
>implying
>>
>>106476135
Looks like Detroit.
>>
>>106496414
It really all started with the "DO NOT REDEEM" video. Once that went viral, it was over.

>Read the sticky: >>105076684

>GNU/Linux questions >>>/g/fglt
>Windows questions >>>/g/fwt
>PC building? >>>/g/pcbg
>Programming questions >>>/g/dpt
>Obsolete laptops >>>/g/tpg
>Cheap electronics >>>/g/csg
>Server questions >>>/g/hsg
>Buying headphones >>>/g/hpg
>How to find/activate any version of Windows?
https://rentry.org/installwindows

Previous: >>106439810
236 replies and 28 images omitted. Click here to view.
>>
File: EjQyBTTSrczNwfFofCsVfP.jpg (409 KB, 1920x1080)
409 KB
409 KB JPG
Currently looking for a laptop to use at work and play vidya (at work too).
Found a second-hand Razer Blade 17 from 2022 for sale near me.
>i9-12900H
>RTX 3080 Ti
>4K 144Hz
>32 GB RAM
>1TB SSD
1300€
How goo or bad is this deal? What would be a fair price?
>>
File: Taxpayer Dime.png (735 KB, 825x650)
735 KB
735 KB PNG
>>106493839
The Core of Earth is an exotic solid state of matter related to crystalized iron--it isn't liquid.
>>106493475
>>106493826
Nab one of the larger moons from Saturn or Jupiter and put it in orbit around Mars.

If you want to terraform: Venus has always the superior choice on every metric. Cook up some custom microbes to live in the atmosphere and eat their way down through the greenhouse gasses while working from blimps above the worst of the atmosphere.
>>
>>106496420
You can get better for less. You don't really need an i9 in a laptop it just runs to hot to not be throttled. If you really want it offer them 1100 which is still more than I'd pay for any laptop. There honestly isn't really such thing as a gaming laptop.
>>
>>106474963
Hi /sqt/, anon from /tttt/ here (although that has nothing to do with this)

I got a new windows computer recently but couldnt be bothered to buy a windows liscence for it, however the constant 'activate windows' sign is annoying the tits off of me so i'm caving in and thinking of getting one.
Could i transfer the old windows liscence over from my old computer? Or could you even point me in the right direction to get a liscence? (perferably for cheap/free of course :p)

Ty in advance anon's :)
>>
>>106496827
Literally read the post you're replying to.

>>106496453
>Venus has always the superior choice on every metric.
It's also easier to fly to Venus than to the Moon since it requires less energy.
Of course, there's the minor inconvenience of a crushing pressure and 400+ C temperature on its surface.

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
4 replies and 2 images omitted. Click here to view.
>>
File: goyim.jpg (225 KB, 1408x1152)
225 KB
225 KB JPG
>no more lazy-girl jobs for techoylems
>>
>>106496648
I bought and am actively consuming a cheap bottle of red wine.

We do this for 40 years and then we die.
>>
Lol you know you're living in a big tech city when the local movie theaters play Hindi and Tamil language movies... without subtitles
>>
File: 1729842729256138.png (245 KB, 1080x1113)
245 KB
245 KB PNG
>no plans this weekend
I guess I'll play video games with my bros, but how depressing. I'm getting old enough that this is no longer socially acceptable
Lo, how the mighty have fallen. I've gone from fucking new srat pussy every week to a dry spell with no end in sight
/blog
>>
File: 1757117054769.png (623 KB, 1080x1153)
623 KB
623 KB PNG
how do you reverse the microservice spam in big tech companies
our team of 6 has genuinely reached the point where we manage 12 different deployments across 4 tech stacks each with their own separate database, redis and kafka topics

chatgpt is inciting people to commit violent acts
34 replies and 6 images omitted. Click here to view.
>>
>a computer told me to do it
worse excuse than son of sam LMOA
>>
Phenotype status?
>>
>>106493709
>being a white man makes you inherently want to murder innocent people
They're not innocent, and they're *not* people.
>>
>>106496446
>One less school full of elementary school children gunned down at least.
This is transphobic hate speech. Violence is the only language that marginalized people can use that the rethuglican beast system understands. To take away their ability to respond to a system that's literally trying to kill them is to silence their voices.
>>
File: 1591057058959.jpg (104 KB, 1024x768)
104 KB
104 KB JPG
>>106493869
>The chatbot once analyzed a Chinese food receipt and claimed it contained "symbols" representing his mother and a demon
You'd have to be pretty far gone to give GPT a prompt that would return something like this. If a normal person gave it an image of a receipt and asked what it saw, it wouldn't start talking about fucking demon symbols

File: 1756812839.jpg (602 KB, 1920x1080)
602 KB
602 KB JPG
173 replies and 52 images omitted. Click here to view.
>>
only mentally ill trannies and pedos still post itt
>>
>>106462334
>rolling distro with lts kernel
Cursed
>>
>>106496831
stop trying to lump us with trannies, that's offensive
>>
File: 2025-09-05_21-00-23.png (1.52 MB, 1600x900)
1.52 MB
1.52 MB PNG
>>
>>106463160
I'm a tranny and I do neither, I'm staying single and chaste till I die and have deluded myself into thinking it's based. Except if a guy gifted me something really cool like a butterfly thinkpad then I might consider marrying him but that wouldn't happen because I'm not worth that

File: realinquirycat2.gif (327 KB, 500x281)
327 KB
327 KB GIF
I want to program my own indie game without any spaghetti code, what books should I read for this? I already understand some of the basics like: functions, classes, variables, and callbacks but I don't know how to structure and plan out my code, so I always feel lost. I basically never know what the best course of action is. I also code in c# but I assume that's probably not relevant since I'm not asking for language specific advice.
5 replies omitted. Click here to view.
>>
>>106496451
oh ok in that case you need to learn OOP
>>
>>106496618
Yeah I think so. Any book recommendations?
>>
>>106496673
no
just do stuff and then refactor
CS books are a meme unless you are going for the really advanced stuff, which you aren't
you just learn by doing

watch a youtube/udemy/whatever course and then just do stuff
make it work
and then keep refactoring
>>
>>106496883
this
>>
https://teachyourselfcs.com/
Look up a bunch of stack overflow or reddit threads and see what is mentioned the most

File: github-vs-gitlab.png (87 KB, 2000x1000)
87 KB
87 KB PNG
Which one, /g/?
30 replies and 7 images omitted. Click here to view.
>>
>>106496011
It's not the same.
Gitea offers a cloud/SaaS instance with some proprietary features under a enterprise licence, the list of proprietary features are here: https://about.gitea.com/pricing/
Both their cloud instance and the self-hostable gitea instance have enterprise features proprietary and locked behind a subscription.
Forgejo is purely free software with no proprietary features. Codeberg is the non-profit association and it has a public instance with the same name, they develop Forgejo but they do not ask for money nor they offer enterprise features, they just ask for donations to keep developing their projects and to keep hosting their servers.
>>
File: 1748981721733304.png (53 KB, 700x700)
53 KB
53 KB PNG
>>106493227
gitgud and stop making this thread, nigger
>>
>>106496199
Does Forgejo provide all the proprietary features of Gitea enterprise and all the features of the Codeberg SaaS version?
>>
>>106495320
Is this real
>>
>>106493227
OneDev

File: DpewSzsU8AAJdUe.jpg_large.jpg (278 KB, 1600x1200)
278 KB
278 KB JPG
Has anyone else been getting the urge to use simpler offline tech
32 replies and 6 images omitted. Click here to view.
>>
>>106495015
lmao
>>
>>106488180
Love old boomboxes though I would love to know how to polish and remove scratches off them. Damned things have the worst plasticizer on them. These things keep me awake at night that's why I smoke so much pot. A refuge from my phobia of scratching nice things. Car doors are a nightmare to deal with NEVER LET YOUR STONER FRIENDS BORROW SHIT
you get it back and the Xbox 360 remote smells like they wiped their ass and didn't wash their hands
Cause of pipe resin
I wouldn't smoke if the ocd didn't drive me nutso but all in all I still would cause it's a lot of fun and escape from the incessant fragility of things
>>
>>106488180
Smartphones are harder to scratch believe it or not. Drop that boom box with a cd in it I dare you
>>
>>106488180
No, I'm not a zoomer nostalgic for something he's never experienced. Modern alternatives are often just superior. Not always, but in most cases.
>>
>people who weren't alive at the time pretending they were for some reason
I'm pretty sure any shitty bluetooth speaker I pick up would mog the absolute fuck out of that old shit. Zoomers want to be a less useless generation so badly that they pretend absolute GARBAGE is some peak. Fucking fags.

Where do you go to discuss computer systems, coding and all sorts of fun hobbies? It can't possibly be here only. There must be a better community that's more /g/ than /g/
157 replies and 24 images omitted. Click here to view.
>>
File: 9888888.png (330 KB, 2128x1386)
330 KB
330 KB PNG
>>106494599
I don't think so, I asked with my gmail and it was ok.
>>
>>106480944
>I'll love being called a retarded faggot by someone who actually knows what they're talking about
oh no no no
>>
>>106494636
oh, well is it worth getting into
>>
>>106479572
mailing lists
>>
>>106488363
reddit.moe


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