[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: 4CHAN.png (104 KB, 1199x1026)
104 KB
104 KB PNG
Computer science education in Bolivia is in a worryingly underdeveloped state, and this point deserves to be emphasized. While in other countries the teaching of programming, robotics, and computational thinking has become an essential part of the school curriculum from an early age, in Bolivia a limited approach still predominates, focused on the basic use of office software and with little integration of computer science as a formative discipline. on this at UPEA
16 replies omitted. Click here to view.
>>
>>108568877
my teacher in programming classes made us set up fucking Eclipse bro, I hated it so much I instead used vscode. he looked like Gandalf
>>
File: 1763570736742528.png (64 KB, 480x480)
64 KB
64 KB PNG
>>108566630
>CSlets are all about big O notation until they find out it doesn't apply to real life data.
It DOES apply to real life data, it just depends on how big your IRL "n" is. If you're working on small scale projects bounded to a local environment, then write whatever slop you want. But any kind of business or simulation software is quickly going to reach ns in the 100k-1M range if not higher, where time complexity greatly affects performance. I have had to personally go back and rewrite shit people wrote in linear time because it was causing real world systems to buckle. Whereas, if they had just used a hash table or binary search from the beginning, the system would have hummed along smoothly.

>Premature optimization is the root of all evil
is horse shit. POST-mature optimization is the root of all evil. It's very easy to build something performant if you are starting from scratch. But if you build a complex web of unoptimized shit, it's very tempting to keep kicking the can down the road. After a system has been in place for so long, most people working on it won't even fully know how it works under the hood. Systems can languish for years or decades because digging through and refactoring a mature system is a tall task.
>>
>>108561821
install linux and forget about this shit once you graduate anon. on the other hand if you can learn a programming language you can learn all the others in time. i recommend you to learn at least C and python on the side and then try your hand at C++ which is the most critical one in terms of jobs

>>108564817
this also happens in latin america and it's even more pronounced. the muh tradcath latina is a boomer meme parroted by old men that got lovestruck by some latina who pretended to love them and handed them out maintenance sex in exchange for a first world citizenship

>>108568877
i survived for years on shitputers including a pentium 4 shitbox and assorted laptops with 4 gb or less of RAM. my current uni issued laptop feels like a spaceship compared to what i had before. you can make it anon

>>108564251
thankfully i live in chile and we learn tools from this century, but it is a widespread problem
>>
>>108569073
That's not what I meant. Suppose you have an almost sorted list (could be billions of items), if you have a fixed number of unsorted elements (unrelated to N), then you can use bubble sort and you'll get the list sorted in O(n) time. If you use quicksort, you run into the worst case scenario and quicksort would sort in O(n^2) time.

The bigger issue is that people often don't get into the specifics of the data they are dealing with. Real data is not pure entropy, there are very often patterns in data.

If you see two large matrices you need to multiply, then there are O(n^p) algorithms with 3>= p > 2 that do a really good job for all types of matrices, but if your matrices have a lot of 0's in them, maybe you should look for specific algorithms. For instance if you happen to have a LU pair, then multiplication becomes much faster.
>>
>>108569265
Forgot to add, but algorithms like timsort and pdqsort are prime examples of what I was writing about.

We have the best theoretical algorithms, but they happen to do really bad on specific inputs, so these meta algorithms try to correct that by detecting worse-case scenario inputs. And also it turns out that these worse-case scenario aren't really rare, unless your data comes from pure entropy, which isn't usually the case.

>penetrates your ANC
heh.. nothing personnell
https://youtube.com/watch?v=zDaVPfpQvPI
7 replies and 1 image omitted. Click here to view.
>>
>>108567722
bike cucks should not be driving on pedestrian pathways.
fuck you. I hope ANC bros make better ANC.
>>
>>108567948
Formerly Czech, currently under VW group
Mostly they make downmarket cars on the VW platforms. Octavia ~ Golf, Superb ~ Passat etc
Generally what you'd consider a working class car brand. Had a decent bit of rallying success too
>>
>>108568179
>pedestrian pathways
>the pathways literally have bicycles painted on the surface
now we know where all the microplastics in your daddies balls ended up
>>
>>108568308
Rich bikefags around here lobbied for bike lanes and now every road shoulder has a fucking bike painted on it. It's the road; it's for cars. Go put on some spandex shorts and get run over.
>>
>>108567722
Could they have gotten more boring voices for the video?

File: 1775589964408.jpg (92 KB, 1080x603)
92 KB
92 KB JPG
My friend wants to try Linux. I recommended her Debian. Was this a good choice or not? I still have an option to recommend her something else since she hasn't gotten around to installing Debian yet.
72 replies and 6 images omitted. Click here to view.
>>
>>108551217
debian is great and perfectly fine for new users nowadays.
Cachy is also a solid choice.
>>
Go for Fedora, stable enough, not as outdated. Debian is good for someone who already knows Linux, Fedora is good for someone starting out
>>108551484
>snap
You are retarded
>>
>>108566977
>>108567095
I really like Debian's philosophy and as an OS itself and I've been thinking of switching to it to get the "most vanilla" experience Linux can offer, as you said.
But there's something that stops me: If I were to install Debian and then use PPAs and backports for newer kernels and drivers, wouldn't that defeat the purpose of Debian? Would it be better if I went with something else like Fedora/Arch, or even Debian Testing/SID?
>>
>>108566977
I can't speak to flatpak, it probably does ok.
But thing's like Debian's drivers will still be way out of date, the kernel will be way out of date, it will be slow comparatively to a more modern system running flatpaks.

I used to run Debian by pinning a bunch of packages from sid that mattered for performance but it was such a pain in the ass I just fucking run sid these days and its breakage is less than the multi release system.
>>
>>108551217
This is my cousin

File: 0a-2.jpg (715 KB, 1024x1024)
715 KB
715 KB JPG
Previous Thread: >>108485557

>Links:
>DALL-E 3
https://www.bing.com/images/create
https://designer.microsoft.com/image-creator
>4o
https://chatgpt.com/
https://sora.chatgpt.com
https://copilot.microsoft.com/
>Imagen 4 and Nano Banana (Pro)
https://gemini.google.com/app
https://labs.google/fx/tools/image-fx
https://labs.google/fx/tools/whisk
https://aistudio.google.com/prompts/new_image

Comment too long. Click here to view the full text.
164 replies and 131 images omitted. Click here to view.
>>
>>108567541
That's baffling. Arena sounds like a waste of time desu.
>>
>>
>>108568728
Some stuff gets broken often, they plausibly get low priority for API access. Somewhat ironically NBP looks significantly more reliable than others, but I might be biased because I use it more often.
>>
>>
File: 1768122389481028.jpg (2.35 MB, 3072x5504)
2.35 MB
2.35 MB JPG

File: 1775593158976.jpg (120 KB, 951x1080)
120 KB
120 KB JPG
How did this guy become an authority on anything that happens in Linux community?
108 replies and 14 images omitted. Click here to view.
>>
>>
>>108568379
You wouldn't happen to be a Sw*de, would you?
>>
>>108551686
I hate how everything has become about monetizing our hobbies. It's cool that the information is more freely accessible than in the past but at what cost? now everyone is a grifter and attention seeking clickbaiter and half the time they're not even knowledgeable or accurate.
>>
i can't stand linuxtubers man
>>
>>108569029
i've noticed a lot of what i used to watch has either slowed down production or quit entirely. ads pay less and youtube is paying a lot less. they're using all that money on AI. in a few years there won't be any new content to train on because they're starving creators.

File: neo.png (62 KB, 359x328)
62 KB
62 KB PNG
>it's never gonna have more than 8GB!
>nobody is buying the Neo!
>12GB already on the way since next A19 Pro comes with 12GB
>current Macbook Neo selling like hotcakes
https://www.culpium.com/p/apple-in-talks-to-boost-mac-neo-production

/g/ is always wrong
114 replies and 10 images omitted. Click here to view.
>>
>>108552003
12GB should be plenty for normies.
Especially on macs which don't come with 30 OEM shit programs and services that take 6GB of memory away doing fuck all.
>>
>>108568554
>30 OEM shit programs and services that take 6GB of memory away doing fuck all.
just uninstall them, anon.......
>>
>>108568585
I'm talking abut normies.
>>
>>108568400
No I mean they're the same hardware so why does the phone which has a smaller screen less batteries and is produced in larger volumes cost more?
>>
>>108568869
laptops don't always have oled. phones are smaller and thus the electronics are more densely packed. most laptops don't have fancy cameras or 5g modems, and every phone manufacturer has decided they need their own special android skin. phones get ads budgets much bigger than laptop ad budgets.

dios mio! its actually good. works.

we are entering #besttimeline #MULTIPASS
67 replies and 6 images omitted. Click here to view.
>>
File: img_2_1775760218348.jpg (118 KB, 1075x605)
118 KB
118 KB JPG
Lilu Dallas.
>>
>>108553863
test
>>
File: memory_palace_media.jpg (660 KB, 1439x1079)
660 KB
660 KB JPG
>>108553922
>>
>>108553922
>Reduces search time from ~700s to ~12 minutes
>720 seconds is less than 700 seconds
ai slop moment
>>
>>108553863
She need to fund an AI that would make retardedly sadistic choices like Red Queen

I like passkeys but like pretty much any tech trend I think positively about there MUST be some kind of downside corporations want me to ignore by using it so they can leverage more control over my life without me knowing so inform me.
38 replies and 3 images omitted. Click here to view.
>>
>>108569188
Yes but no more so than having a password manager and/or 2FA credential vault that you access through the device as well. If your device is compromised and you access your password manager/2FA hive from it then you're just as fucked, which is not far enough afield to discredit passkeys specifically.
>>
>>108567943
>>108568172
passkeys are stored on a device you dont own
my ssh key is stored on a device i do own
so
>>
>>108569204
Yes.
Which is why everything requires security at both ends.
>>
>>108569210
>passkeys are stored on a device you dont own
If you count your phone or computer as a device you don't own (which could reasonably be argued for).
>>
>>108569232
Well certainly passwords have a lot more ways to do security wrong. 2FA is a good band aid for the potential insecurities of straight password authentication (since you can't see exactly what the remote party is using to keep your password confidential and/or obfuscated) but passwordless does seem to be the way forward in an era where "something you know" just feels incredibly weak.

>>108568318 (which I also posted) feels like the only truly safe "something you know" left (since the characters you're typing are never the same twice, the only thing you know is the physical placement of the characters you're typing on your screen).

File: 4chanllm.png (84 KB, 853x1019)
84 KB
84 KB PNG
Just trained an LLM on 4chan's former textboards.

>Can I have it?
no

>fake and gay
give me prompts i may run them for you
50 replies and 1 image omitted. Click here to view.
>>
>>108554299
>give me prompts i may run them for you
[Board: cunny]
[Thread: what makes you go UOOHHH the most?]
>>
Generate on /prog/
Consider this: A pack of wild AIs
>>
>>108554299
>>108554327
tell your ai terry davis was a retard and acked himself like a tranny
>>
File: SLFDANCE.gif (829 KB, 536x706)
829 KB
829 KB GIF
>>Can I have it?
>no
>>
Bumping since I’ll run these in a few hours

File: dev 3d.jpg (78 KB, 927x853)
78 KB
78 KB JPG
I cant blend edition

/gedg/ Wiki: https://igwiki.lyci.de/wiki//gedg/_-_Game_and_Engine_Dev_General
IRC: irc.rizon.net #/g/gedg
Progress Day: https://rentry.org/gedg-jams
/gedg/ Compendium: https://rentry.org/gedg
/agdg/: >>>/vg/agdg
Graphics Debugger: https://renderdoc.org/

Requesting Help
-Problem Description: Clearly explain your issue, providing context and relevant background information.
-Relevant Code or Content: If applicable, include relevant code, configuration, or content related to your question. Use code tags.

Previous: 108525178
189 replies and 30 images omitted. Click here to view.
>>
>>108568013
Yes SAAR. INTEL IS FOR DALIT SAAR. PLS REDEEM RTX SAAR.
>>
>>108567815
>slavic boomer
>alcoholism
>world of tanks
that pic only needs chainsmoking and maybe bad marriage but considering he is slav thats a given
>>
File: 1754909666472885.jpg (86 KB, 943x1024)
86 KB
86 KB JPG
>>108567815
>>108568195
Looks pretty comfy to me
>>
>>108568232
arguably it is super comfy when you proletarian maxxx your build
>>
>>108557213
Those were the days man
Rpg maker 2000 with an active community
>nostalgic smiling sigh

Which mouse is anon using?
100 replies and 40 images omitted. Click here to view.
>>
>>108565759
It's a damn good mouse. I heard there's a v2 but there's probably not much of a reason to get over the original.
>>
>>108566237
Thanks, anon!
I ended up ordering the v2. From what I read, the only improvement was the scroll wheel with an addition of a "dust cover" or something.
Like you said, nothing huge.
>>
Is keychron m6 really worth the money?
>>
File: file.png (65 KB, 544x414)
65 KB
65 KB PNG
>>108566712
if u compare it to the mx master, it is very narrow, but lightweight and comfy otherwise.
t. had both.
>>
Any recommendations for a wired mouse for large hands and a palm grip? I currently use an M65 and have done for a few mice, but I feel like the most recent version is smaller than previous ones I enjoyed using

File: 1749390302600774.jpg (294 KB, 1440x1853)
294 KB
294 KB JPG
Reminder for Apple bros to reboot their new macbooks!
6 replies and 1 image omitted. Click here to view.
>>
Don't macbooks reboot overnight occasionally? Sensational nothingburger.
>>
>>108566238
they don't
they don't even automatically install updates unless you tell it to
>>
>>108565808
baste
>>
>>108566227
Unsigned integer overflow is completely defined and correct behavior.
If any time duration is less than half of the range and you need only relative times, it just works in a continuous loop.
>>
>>108565808
bass

File: 1770900556599113.jpg (360 KB, 2110x1213)
360 KB
360 KB JPG
>cures your distrohopping
11 replies and 1 image omitted. Click here to view.
>>
>>108565746
Did /g/ remake this image based on the old ad, or did Apple actually update it in 2020?
>>
>>108565762
>normies
Way to out yourself, normalfaggot retard.
>>
File: mac.png (1.98 MB, 1976x1202)
1.98 MB
1.98 MB PNG
>>108567368
this here is the original image
>>
File: 1769079788846405.png (39 KB, 434x318)
39 KB
39 KB PNG
>>108565746
It did cured my distro hopping, I used windows and tested linux a few times yet always found something to complain, at some point windows enshittification make me try macOS, I tried using it full time for more than 8 months as to get used to it, and after that time I happily installed linux on my mac mini so I don't have to boot macOS again.

After the experience I've been able to appreciate linux even more, thanks apple.
>>
>>108567197
I don't discount people who say macOS serves a good use for them but most of the people who are also technical enough for me to know they're considering all options are also using macOS for a specific task rather than as a daily driver.

Beyond that I find they have to daily drive something else.

File: 1748296450227443.jpg (49 KB, 777x712)
49 KB
49 KB JPG
>iphone updates
>yet another moving of buttons around and random icons
>big tech apps update like insta, youtube
>yet another moving of buttons around and random icons

so these niggas just sit in big tech companies and move buttons around for a living?

File: anthropic logo.png (296 KB, 2880x1620)
296 KB
296 KB PNG
>Say far-left and far-right are equally bad
>Claude reacts hysterically and says right-wing is worse
>Argue with it and it apologizes but randomly brings up an obtuse jewish word (kibbutzim)

Holy shit, don't use this thing just because it's good at programming, it's going to genocide us and help zionists rule the world.

This is not a neutral AI, it is jewish supremacist and far-left.
>>
Fuck off migger
>>
>>108568342
Literal dog, they get to heavily bias an AI in favor of an extreme minority, and your reaction is to bite the victims.
>>
>>108568324
you were dreaming, welcome back to the real world where EVERY branch of le nu-right is ultra zionist, enjoy
>>
>using safetyzogged computecucked trash like opus
>>108568324
it's not even good at programming anymore, codex mogs it hard
>>
no shit, retard


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