Self-serve ads are available again! Check out our new advertising page here.
This board is for the discussion of technology and related topics. Reminder that instigating OR participating in flame/brand wars will result in a ban.Tech support threads should be posted to >>>/wsr/ Cryptocurrency discussion belongs on >>>/biz/ To use the Code tag, book-end your body of code with: [code] and [/code] The /g/ Wiki: https://wiki.installgentoo.com/
whip 'em out lads lets see what kind of man you are. uptime | perl -naE 'say+8,"="x$F[2],D'8=======Ddon't be ashamed
uptime | perl -naE 'say+8,"="x$F[2],D'8=======D
>>80392829kek, open a mr
>>80391380Spot the arch baby
>>80390272Oh you WOULDN'T ?
p-p-pwease, i...
>>80387206Burning hatred for everyone, including countrymen.t. Asian
Highly intelligent tranny builds a thingy to make binaries that run on any OS.https://justine.lol/ape.html
>>80395776some of them might be harmless but some of them are engaging in some pretty low down shit to satisfy their sexual desires.
>>80395750You didn't fix the really big typo tho.>>80395711>because Windows has a rather shit command line interface compared to the Unix worldWindows has a serviceable CLI for scripting.Unix tries to use the CLI for everything, which is retarded.
>>80395792>any young boy can look like a girl if he wantsI don't know if you're retarded, but bone structure is a thing.
>>80395784I know what you were talking about; still don't care
>>80395813Then don't reply faggot, go suck some more cocks and leave me alone.
>Is that a....direct instantiation of an object?>No! That is not allowed! We use factories and singletons exclusively around these parts, chief.
>>80395572Based pattern architect.
i haven't been indoctrinated. why would someone be dogmatic about this?
>>80395572>using singletons
>>80395712Because they get lazy, really. They learn that somethings are better than what they started with, learn that thing as a new nmenomic the differentiates between a newbie and an expert beginner like themselves. And then they stay there.Followed by then saying dumb shit like nooooo you can't directly instantiate a DTO on your PR. Or basically act like a bad linter in code review.I'm about 2 PRs from giving these analtecture astronauts the extension cord.
YOU JUST KEEP HITTING THE HOME RUNS BABY!!
>>80389122
>>80385814>these faggot colorskys
i dont understand picture in picture mode. whats the point?
>>80385814Pretty based actually, I already use CHADfox though [spoiler]alongside Chrome[/spoiler]
>>80392691why do trans order finasteride? https://hrt.cafe/finasteride/
>The Framework Laptop is an upgradable, customizable 13-inch notebook coming this spring>The Framework comes with a 13.5-inch 2256 x 1504 screen, a 1080p 60fps webcam, a 55Wh battery, and a 2.87-pound aluminum chassis. Inside, you’ll get 11th Gen Intel processors, up to 64GB of DDR4 memory, and “4TB or more” of Gen4 NVMe storage.>you can also customize and upgrade external components of the chassis, including the keyboard, screen, bezels (which are magnetically attached), and ports (via an expansion card system). If you’re someone who hates dongles and docks, you can select four ports from an assortment that includes the usual suspects (USB-C, USB-A, HDMI, DisplayPort, microSD, etc).Will /g/ put their money where their fat fucking mouth is?
>>80394694/thread
>>80392005>13.5-inchmost laptops are cursed
>>80395265thatsn not AMD's fault though, just shitty mobo manufacturers
>>80392005is this a 16:10 ?
>>80392005I just want a robust thick box of a laptop that I can easily slot shit into. Fuck your slick design, it's just going to complicate shit.
I do not believe that brave would do that, it has to be a lie.
>>80395606If you unironically think u can sustain team of meme devs on ad money ur retardedOfc they sell your data
>>80395627>Brave is especially good because it comes with all of these sensible features out of the box (you don't have to go install an ad-blocker)Luke Smith is too retarded or slow to install ublock in 2-3 clicks
>>80395619>Pedophile Nazi site >Place to be Lol
>>80395652cope lion shill
>>80395606Should've used Brave.
Have you tried to smoke weed bong before start programming on job?
tried it once way back with some coleagues. it was fun but got nothing done. We webt to the nearby park instead and laughed our asses off. It's not meant for work. That's why it's recreational.
Programming is for retards and drop-outs so why not? Just, forget the bong those suck, just use a vape like a civilized person.
>>80395675>anyone else here a degenerate?
>>80395758>It's not meant for workExcept writing honestly.I wrote fuckton of articles while smoking, you can't tell the difference between those pieces and the other stuff I write.It's not like a light joint automatically makes you write gonzo crap.
Fellas, how come we never enforced a strict type safety policy, especially something like that of Haskell or Rust into any programming language that ever comes out? Writing Haskell has given me more pleasure than Fagscript or Pytard ever has.
>>80394420>claims retarded non sequitur as "proof">you can't into proofs>NO NO NO YOU ARE SHITPOSTING
>>80375519just for you thenfizzBuzzN :: Integer -> StringfizzBuzzN n = (fizz . buzz) id (show n) where test d s x = if n `mod` d == 0 then const (s ++ x"") else x fizz = test 3 "Fizz" buzz = test 5 "Buzz"fizzBuzzS :: [Char]fizzBuzzS = foldl (++) "" $ intersperse " " $ map fizzBuzzN [1..100]main :: IO ()main = do printf fizzBuzzSComment too long. Click here to view the full text.
fizzBuzzN :: Integer -> StringfizzBuzzN n = (fizz . buzz) id (show n) where test d s x = if n `mod` d == 0 then const (s ++ x"") else x fizz = test 3 "Fizz" buzz = test 5 "Buzz"fizzBuzzS :: [Char]fizzBuzzS = foldl (++) "" $ intersperse " " $ map fizzBuzzN [1..100]main :: IO ()main = do printf fizzBuzzS
>>80395612oops meant to reply to >>80375593
Because real programmers don't need their fucking language to babysit them. Shit like that is for noob programmers.
>>80395612woops mixed some functions upfizzBuzzN :: Integer -> StringfizzBuzzN n = (fizz . buzz) id (show n) where test d s x = if n `mod` d == 0 then const (s ++ x"") else x fizz = test 3 "Fizz" buzz = test 5 "Buzz"fizzBuzzS :: [Char]fizzBuzzS = concat $ intersperse " " $ map fizzBuzzN [1..100]main :: IO ()main = do print fizzBuzz][/code[
fizzBuzzN :: Integer -> StringfizzBuzzN n = (fizz . buzz) id (show n) where test d s x = if n `mod` d == 0 then const (s ++ x"") else x fizz = test 3 "Fizz" buzz = test 5 "Buzz"fizzBuzzS :: [Char]fizzBuzzS = concat $ intersperse " " $ map fizzBuzzN [1..100]main :: IO ()main = do print fizzBuzz][/code[
Is this a good browser?
>>80395253>Brave -- and everyone else -- tells you not to Tor without the Tor browser>offers service>tells you to better use other servicehuh
>>80395253>I encourage use of both!
>>80395299I read the entire post he made there and it seems fair. There's nothing to complain about.
>>80395279For serious privacy, anon. The type when you're worried about jail or the rope.
>>80394246FUD
For me, its the ASUS GT710>4 hdmi outputs>completely silent>excellent nouveau support on gnu/linux>sub $100 brand newWhy don't you have this card /g/?
>>80395386based
>>80391372because i bought the slient gt730 instead>has vga so useful for older monitors>hdmi for newer ones>bought for 25 bucks usedmakes a great display out for my NAS
>>80391778Lol I only have 1 display because I hate multi monitor setups.Eat shit homo.
Genuinely curious: Why would you have a card like this? Granted not everyone plays games, but surely watching videos is going to max this guy out.Is the GPU shortage pushing you to look at other options?
>>80395746>Why would you have a card like this?So you can work while the main GPU computes stuff.
If you're requesting purchasing advice, please provide your country and what carrier you'll be using. Include the features you want, budget, and size. BEFORE POSTING, narrow down your options by using the links below.>What phone has X and Y feature?Don't ask, use these!https://www.gsmarena.com/search.php3https://www.kimovil.com/en/compare-smartphoneshttps://www.phonearena.com/phoneshttp://phonedb.net/index.php?m=device&s=queryGood Resources:>Reviewshttp://www.gsmarena.comhttp://www.phonearena.comhttps://www.notebookcheck.netComment too long. Click here to view the full text.
>>80395429My friend who doesn't know the first thing about phones managed to disable them on his Redmi Note 9s.
>>80395352Like Sony but pretty shit if you don't care about the camera
Odds that Google is going to extend the support on the 4a in response to Samsung's 5 years of support?
>>80395182Dude there barely exist any Snapdragon models in the EU. The only ones that does are the FE and one more I forgot. So still my point stands.
>>80395643Dude the SoC is irrelevant, US models have locked bootloaders (yes, even ones with Exynos), other regions don't, doesn't matter if it's Exynos or Snapdragon. So to say Samsung does it to make people buy Exynos is factually incorrect.
>use linux>have long hair>long nails>likes cute clothesI think I'm going for that route. Tell your story.
>>80395350thank you, very cool!
>had half-long hairs from 11 to 18, decided to go for the french military haircut since 4 years>no more soda>no more doritos>no more kfc>no more eating junk>30mins of intense cycling from monday to friday>Moved from Lua to LuaJIT, wrote very high performance code>drink a lot of water every day>no coffee>no tabacco>no alcohol>no girlfriend:(Comment too long. Click here to view the full text.
ywnbaw
>>80395594I am a woman
I'd disappointed by nobody mentioning programmer socks in this thread.
>good>fast>relevantname 1 language that ticks all these off
C/C++/C#The only three languages that matter. End of fucking argument.
>>80392611CC++ niggers tongue my static map<struct faggot::anus,struct faggot::anus>&*;
>>80395459https://github.com/dns/benchmark-languageit's still stupid to compare luajit to anything as it can be very fast when you know how the jit compiler works, but fucking hell it's shipped with nothingWhen you actually know how to code in Lua, you can mink LuaJIT to output ULTRA FAST code, for example, one of the fastest brainfuck interpreters/transpilers : https://github.com/ExtReMLapin/fast_brainfuck.luaIn this example, the "correctly coded" transpiler/interpreter is 21 TIMES faster than the "no brain no pain" transpiler coded by someone who didn't bother understanding how Lua/LuaJIT works correctly.
>>80395762You can milk LuaJIT to output ultra fast code*typo
>>80392611thank mr skeltal
how the fuck do you upload a video to this shit site?also fuck moot for the 3mb limit
>moot????????????
Only VP8 supported.
leave
Read the wiki, which is linked in the sticky, and search for "Webm" on it. Actually read the webm page and you will learn how to encode your video as VP8.
>>80395642Handbrake