[ Home ]
[ en / f / h / h3 / jp / t / v ] [ Home ] [ FAQ ] [ Rules ] [ Catalog ] [ Archive ] [ RSS ]
Board Statistics
Board PPD Total Posts Unique Posters Last Post
Welcome to the WIRED
image.png - 5278.25 KB (2296x3187) SauceNAO

this is like the only picture i have currently of my xbox 360 and ps3 together. i thought they looked really cute together it's kind of like yuri.. nya

>>

omgsurprised digital love!surprised cyberpunk!!!neco_dance


1d1b7500ca025422d9ce79da4afb6a4bf3251d06d15cdfbcd1b34b06549e8e77.png - 1935.68 KB (1920x1080) SauceNAO

How does your desktop look like /t/? How ricy is it?

>>

>>1378 Development branch is the testing branch, edge itself is just the rolling release repository. It's extremely stable, the only issue I ever had was gimp being recognised as updated when it was still on version 2, I just had to reinstall it to properly have version 3. Other than that I never had any problem

>>

>>1353 thanks happy2 the 11 hours I get is after applying all those optimisations you suggested but as >>1355 Says, enabling amd_pstate driver did yeild better results by utilising the newer hardware powersaving features of my CPU . But I think this applies to my specific machine as opposed to something that would work with a ThinkPad . surprised Using 'indicator cpufreq' to cap the max CPU clock to 500mhz while doing light tasks like reading PDFs also boosts the battery tremendously and make the laptop be comfy enough to used on the lap without getting 3rd degree burns laugh I was basically trying to see if I can outlast MacBooks of my colleagues and not have to carry the 2 kilo brick of a charger eww ROGs come with

>>

>2kilo charger Lol whatlaugh I have 48w charger and it's super light. Another is 65w and it's barely a kilo.skeptical

>>
waha.gif - 32.39 KB (160x198) SauceNAO

>>1383 woaw

>>
bg.png - 61.28 KB (1024x768) SauceNAO

>>491 >>1354 Been nearly two years, damn. Here you are.


ebc05552cbd1cd57f9126a719fef25a0605d5937b2530a5b673c0eef970ad03a.jpeg - 141.94 KB (1025x1113) SauceNAO

What's your favorite programming language /t/?

>>
Java_programming_language_logo.png - 60.04 KB (653x1200) SauceNAO

Java is my primary language after trying multiple languages over the years. For a long while I was crazy into functional programming but then the inability or extreme inconveniene to write traditional for loops, early returns, breaks, continues and responsible mutations hindered my productivity, my program's performance and I would have to write a lot of recursive and conditional boilerplate. Java is pretty underrated and usually blamed for things that it does not cause. A lot of the boilerplate and OOP mess people complain about comes not from Java itself but from the Java developer mentality in the industry.

>>

>>231 Lua and C, best combination ever shadesshades

>>
GsFy6hMW4AA5_Np.jpg - 80.21 KB (550x680) SauceNAO

php of course shades

>>
79ef1ad4-a6e2-4609-8823-c0cb6f012547.png - 81.35 KB (485x641) SauceNAO
>>
04f3f634d1f1b0e23469f4844321ac23ddea42816b2b05ba65dba9179e8dd2fd.png - 94.84 KB SauceNAO

>>1419 PHP is perfect! (not as good as holy c)


78848006_p9.jpg - 559.15 KB (2048x1606) SauceNAO

Modern consumer-grade laptops tend to have durability issues, while business-class laptops tend to be highly durable but refurbished ones are a few generations behind. There's also smaller companies like Tuxedo, Slimbook, System76, etc that seem to make durable laptops as well. At this point, is there any mainstream consumer-grade laptop that is actually durable, or are we now limited to business and Linux laptops?

>>

>>1396 skeptical slimbook site looks like shit. Frameworks' site is at least tolerablesleep also why do you compare refurbished to brand newnope

>>

>>1397 I didnt elaborate I meant to compare business laptop durability and repairability with slimbook's since usually we get refurbished business laptops when we want one of that type

>>

>>1291 I'm personally a fan of my Dell Latitude 5420. I paid 400 USD for 512GB of NVME Storage, Fingerprint reader, 16GB Ram, built-in wifi, pretty good repairability, plus a fuckton of I/O

>>

>>1399 That's the great thing about business laptops like the latitudes and the thinkpads it's very nice

>>

I've been using the Slimbook since it arrived in tuesday and I can conclude that the battery bypass feature is not placebo. The idea is that, once the charge limit is reached, the charging goes straight to the hardware and bypasses the battery to save its lifespan. After intense use of this laptop since tuesday + gaming, the battery cycle count is still at 0!!! I wonder any mainstream brand does this


8d6747b658a9dc06066761b74e6ece5ecce3f0c01abb4456d4ebd115b501b98f.png - 359.47 KB (800x638) SauceNAO

What are your methods of protecting your privacy from giant tech and internet corporations?

>>

>>1412 there is a crossboard quoting bug lol you probably don't have to change *that* much data by hand though, :(

>>

and what's weird is that it's only on the overboard??? Do you guys handle quoting outside of your "Post" class or whatever similar? 0_0

>>

>>1411 my password manager does it. I can write a shell script that wraps around any tool, processes a file and pads it for three fiddy (in Monero). it's not rocket science

>>

>>1415 laugh troll harder

>>

>>1416 sure man, whatever neco


40542227bb2418b658d0f9bc5e827406b134d756919396bfbfdf226d3a4053a0.png - 330.05 KB (600x900) SauceNAO

How much math is actually required when programming?

>>
>>

>>38 understanding basic geometry in 2D and in 3D, (for example, equations of lines, linear interpolations between points) is very helpful if you are dealing with graphics or even just bare gui layouts For everything else, the way math works is that once someone has figured something out you can just copy the solution. It's highly unlikely that you ever get to work on something inovative so its quite useless. It's still a good idea to understand these things tough If I say that your algorithm takes quadratic time, you should immediately know what that means and why otherwise you will look like a dunce

>>

The amount of math you need will vary depending on what "genre" of programming you're working in. Web development might not need more than basic arithmetic, but you should explore languages that specialize in scientific computation to see another world of computing. https://julialang.org/community/organizations/

>>

Not a lot and for those areas where it is necessary you can learn it then since it's usually just a sub-part of what you'd get taught in school. (like matrices and calculus for 3D graphics or understanding the modular multiplicative inverse for RSA crypto) It's usually the theoretical college parts for academics that focus on the mathematics.

>>
its coming.png - 282.15 KB (545x275) SauceNAO

Many people think that math is the only form of logic or the purest one, but math is just one of many different ways to think logically. Computers and machines focus primarily on machine logic, iteration, electricity, etc. Programming is highly logical but it's not a branch of maths by itself. What to expect: If you do computer graphics, data analysis, LLM, etc, you will use a decent amount of maths, not because of programming itself but because of your field. If you don't work on a math-heavy field then you won't do much maths besides arithmetics, though something that sticks is the declarative mindset of maths. Computers are inherently procedural, but in functional programming you think in a declarative way. If you like that then that's alright and if you don't then that's alright too because there are plenty of traditional languages and machines themselves are not declarative.


440x330_1.jpg - 17.27 KB (768x576) SauceNAO

I want to buy an mp3 player but I don't know which one is the best, so I'm asking you to help me choose one, please. I found this: https://www.amazon.fr/AGPTEK-Bluetooth-Enregistreur-Supporter-T%C3%A9l%C3%A9phone/dp/B0CKV9HDP2/ but I don't know if its true or false. xhat do you think of it?

>>

>>1358 angry because nobody is fondling you rn

>>

>>1360 i fondle myself 3 times a day wanna me fondle you as well?

>>

>>1361 please fondle meeeeee I can fondle you too

>>

>>1134 did you rockbox your hifiwalker H2? how did you do that?

>>

>>1134 bump how did you installed rockbox on the H2? please


1497735478567.png - 968.92 KB (1920x1200) SauceNAO

Any Gentoo Friends on this board? If so tell me what you love or hate about it. What USE flags do you use? In the meanwhile I will post some of my favorite Gentoo Desktops!!

>>

>>1386 >accidentally nuked skepticalskepticalskepticalskepticalskepticalskepticalskepticalskepticalskepticalskeptical hikarin...

>>

>>1387 I secure erased the wrong drive.... happy

>>

>>1388 Lovelyhappy

>>
20250527_00h21m01s_grim.png - 8875.76 KB (7680x4320) SauceNAO

Been a Gentoo user since 2006-ish, right around when I was graduating HS. First Gentoo box was a hand-me-down Gateway PC with a 500mhz Katami PIII and a Voodoo3 GPU. It was such a POS PC. Current computer is the fast fetch on the small screen. The other one is my home server, which is my old computer. Yes I am a furry. Yes I will "yiff in hell". Small screen is my WinMax 2 2023's display, upper monitor is a 2560x1080p curved viotek, lower monitor is a 2560x1080p curved acer. There is a 4th monitor, that is an old panasonic CRT TV, but it isn't hooked up right now. Image spoiler'd because it is technically NSFW, but in my opinion my wallpapers are artistically tasteful.

Your fortune: Bad Luck

>>

>>1391 >Yes I am a furry hikarin no hard feelings but I feel absolutely no pity for youdisgust


haxor.jpg - 191.74 KB (960x1000) SauceNAO

This thread is for all things Cybersecurity General topics: OPSEC, Hacking, Offensive & Defensive security, Breaches, Open Source Intelligence, MalDev, Cryptography, Red-teaming VS Blue-teaming, Reverse engineering, etc. Useful resources: • https://git.hackliberty.org/hackliberty.org/Hack-Liberty-Resources#securityhttps://github.com/Hack-with-Github/Awesome-Hacking Learn more: • https://picoctf.org/https://tryhackme.com/https://www.hackthebox.com/https://portswigger.net/web-security

>>

>>1178 >>1179 I don't think hiroshima-san even knows about it

>>

Since we're on the subject, I've read somewhere that the guy who got in was worming inside for about a year, before nuking the site and doxing the mods. Does anyone know if this is true?

>>

>>1181 he claimed it on sjak party. but no proof i wish he somehow got the whole DB. i want to see my bans from back in the day

>>

>>1182 >the whole DB He said he wouldn't leak anything about the users I have seen some ban summaries be posted though?

>>

>>1155 Really useful site for bug bounty hunters: https://lostsec.xyz/


banner.gif - 37.56 KB (240x60) SauceNAO

inspired by: https://www.lainchan.org/%CE%A9/res/73638.html Let's make our own webring Hikari3! How to participate? Post the following: * Link to your homepage * 240x60 .gif banner for your webpage Each anon will can then advertise other anon's sites on their homepage with their banner and a clickable link! I will also keep a directory of everyone's link on my site: https://unreadable.info (picrelated is the banner btw)

>>

>>1294 I don't have anything interesting to post on it though, other than pirated ebooks.

>>

>>1295 make a site dedicated to teaching people about torrenting or something. just something bro. make a neocities.

>>
f35ec7337d1c83aae7fe2754159b0714975470d66ad9bd321be950e2dfd19a2b.jpg - 5589.17 KB (2508x2957) SauceNAO

i am making a personal site on neocities as a project to learn html and css, but i do not knopw very much at all and it is far from complete. maybe when it's closer to completion i'd consider adding it to a webring.

>>

I've followed the LC ring threads for yeaaars but never posted any site I made because they're all smart nerds posting blogs about the same tech stuff I don't understand plus thats kind of their theme. if more h3 sites are posted I might join too, since people here are less intimidating but I also buy new domains every year when I think of something new, so maybe I wait

>>

>>1305 just post, nobody else will


Delete post: [ File only ]