lesserfield commited on
Commit
948f67b
1 Parent(s): 961fee2

Mon May 1 22:35:01 UTC 2023

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
g/93021749.txt CHANGED
@@ -898,3 +898,101 @@ A decent amount of old Maclisp code still works unmodified in Common Lisp.
898
  The reasoin Scheme "makes CLers seethe so much" is because they keep misrepresenting history, claiming that Scheme is what Lisp originally was all along when this was never true. It's not even just Maclisp, when you look at other older dialects such as Interlisp, Le Lisp or even LISP 1.5, it becomes even more apparent.
899
 
900
  Personally, I have no problem with Scheme, but it is clearly a different language and should be recognized as such.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
898
  The reasoin Scheme "makes CLers seethe so much" is because they keep misrepresenting history, claiming that Scheme is what Lisp originally was all along when this was never true. It's not even just Maclisp, when you look at other older dialects such as Interlisp, Le Lisp or even LISP 1.5, it becomes even more apparent.
899
 
900
  Personally, I have no problem with Scheme, but it is clearly a different language and should be recognized as such.
901
+ --- 93148359
902
+ neato desu
903
+ https://github.com/engstrand-config/dwl-guile
904
+ --- 93148376
905
+ >>93146626
906
+ Of course, scheme isn't part of the standard lineage of lisps from lisp 1.0 to common lisp. No one's saying it is.
907
+ Scheme is a lisp, because it has the most fundamental features of lisps. The history is irrelevant as lisp refers to a family of languages, not one specific language or lineage of languages.
908
+ --- 93148675
909
+ Was Lisp invented or discovered?
910
+ --- 93150447
911
+ >>93148675
912
+ Discovered
913
+ Lisp is a lost ancient ayylmao technology
914
+ --- 93150608
915
+ I'm gonna do it bros, I'm gonna install guix
916
+ --- 93151104
917
+ >>93041541
918
+ What font is this?
919
+ --- 93151130
920
+ >>93148675
921
+ Salomon saith, There is no new thing upon the earth. So that as Plato had an imagination, that all knowledge was but remembrance; so Salomon giveth his sentence, that all novelty is but oblivion
922
+ --- 93151151
923
+ >>93150608
924
+ the package downloads are sooooooo sloooooooooowww
925
+ --- 93151214
926
+ I just finished the last step of Make a Lisp and my implementation is only 20% slower than the reference C++ one, does this mean Im a good programmer
927
+ --- 93151255
928
+ >>93151130
929
+ I didn't understand a thing :DDD
930
+ --- 93151952
931
+ >>93148675
932
+ >Was Lisp invented or discovered?
933
+ I like the way you think.
934
+ --- 93152224
935
+ LAMP but with common lisp
936
+ --- 93152412
937
+ >>93152224
938
+ >https://github.com/mbattyani/mod_lisp
939
+ >last commit 9 years ago
940
+ nevermind
941
+ --- 93152475
942
+ opinions on pic related?
943
+ --- 93154336
944
+ guix is intolerably slow, anything involving package management takes literally a hundred times longer than any other distro
945
+ --- 93155004
946
+ >>93154336
947
+ yeah but guix packs are a killer feature for me so i tolerate it
948
+ --- 93156475
949
+ >>93154336
950
+ guix shell takes less time than apt installing something and then uninstalling it
951
+ you shoudn't have to manage your packages too often anyways
952
+ --- 93156520
953
+ redpill me on your scheme implementation of choice
954
+ --- 93156556
955
+ >>93156520
956
+ SBCL just works
957
+ --- 93156633
958
+ Does anyone know what the official guix position is on allowing multiple versions of a package in their repo? I see some tools have multiple versions, whereas most only have one version or the latest version. I would like to use guix for work, but I'm in a highly regulated space and need to be able to guarantee exact versions of tools I use indefinitely. If I submit packages for older versions of a tool, will the guix maintainers accept it?
959
+ --- 93156779
960
+ >>93156633
961
+ I think they keep old versions if other programs depend on them.
962
+ You can always use guix time-machine/inferiors/or just making your own channel
963
+ --- 93156807
964
+ >>93156633
965
+ >I'm in a highly regulated space and need to be able to guarantee exact versions of tools I use indefinitely
966
+ that's why nix/guix are a big deal, because you CAN do that.
967
+ --- 93156810
968
+ >>93102784
969
+ You can remap ctrl/cap with Powertoys.
970
+ --- 93156924
971
+ >>93137953
972
+ Evil-mode.
973
+
974
+ >>93138039
975
+ Emacs keybindings are only useful for fixing a broken config with -Q. Truly the worst part of Emacs.
976
+ --- 93156993
977
+ >>93156779
978
+ >>93156807
979
+ How do I set up my own channel? Will it automatically pull from the Software Heritage repos if a source GitHub or whatever goes down, just like how the main guix channel works?
980
+ --- 93157046
981
+ >>93156993
982
+ >Will it automatically pull from the Software Heritage repos if a source GitHub or whatever goes down, just like how the main guix channel works?
983
+ I don't know about that. It's not 100% necessary to set up a channel either, you can do it the old way and just have a directory with your scm files that contain your package definitions. then, you point $GUIX_PROFILE to it.
984
+ --- 93157083
985
+ >>93157046
986
+ actually no, it's GUIX_PACKAGE_PATH
987
+ --- 93157109
988
+ >>93156993
989
+ >How do I set up my own channel?
990
+ https://guix.gnu.org/en/manual/devel/en/html_node/Creating-a-Channel.html
991
+ It's basically just a git repo with a Guile module containing packages/services.
992
+ >Will it automatically pull from the Software Heritage repos if a source GitHub or whatever goes down, just like how the main guix channel works?
993
+ Yes.
994
+ >>93157046
995
+ easier to just put them in a manifest or (include) the file if you're doing that
996
+ --- 93157364
997
+ >>93157109
998
+ So could I fork the main guix channel, add my packages to the fork, and then just merge from upstream into my fork every so often?
g/93055052.txt CHANGED
@@ -670,3 +670,86 @@ It's fine for me either way since I only need a clip as a rollstop and to clip i
670
  bump
671
  --- 93146175
672
  First time finding this thread. What do you all think of my parker 75 with space pen cartridge?
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
670
  bump
671
  --- 93146175
672
  First time finding this thread. What do you all think of my parker 75 with space pen cartridge?
673
+ --- 93147237
674
+ >>93140659
675
+ Why would anyone throw away a potential heirloom for disposable trash that may not write in a few days?
676
+ >>93140600
677
+ Mix a tiny drop of liquid dishwasher soap into warm water then gently polish it with a non-abrasive rag.
678
+ --- 93147264
679
+ >>93146175
680
+ That's really cool. Classic outside with high-tech inside.
681
+ --- 93147266
682
+ >>93146175
683
+ looks nice
684
+ --- 93148330
685
+ >>93147237
686
+ >potential heirloom
687
+ it's just a pen lol
688
+ --- 93148415
689
+ I like the precise v5 rt more than any fountain pen at any price point for writing.
690
+ --- 93148639
691
+ >>93147237
692
+ >Mix a tiny drop of liquid dishwasher soap into warm water then gently polish it with a non-abrasive rag.
693
+ Thanks.
694
+ --- 93148696
695
+ >>93146175
696
+ lush
697
+ --- 93150548
698
+ >page 10
699
+ --- 93150653
700
+ >>93148330
701
+ >human food
702
+ It's just food lol
703
+ --- 93150881
704
+ >>93132272
705
+ It's saying that, despite the Marxists claiming to love freedom and seek the liberation of the entire human race, all they have done, in action, is enslave mankind wherever they can.
706
+ Marxists want to free humanity from being subject to divine law and fate, but then subject it to historical law and fate: Marxists believe they have history (which includes the future) completely figured out. That if humanity obeys and subjects itself to Marxist law, without any form of opposition or rebelious action (and all rebellions have 'freedom' as their origin), then absolute freedom will be had, and the irony of such a prospect.
707
+ --- 93152119
708
+ >>93148415
709
+ based V5 RT
710
+ --- 93152965
711
+ general tips on improving shitty handwriting that aren't just "practice bro lmao" aka tips on how to hold a pen(cil), what type of paper to use, bad habits to get rid of?
712
+ --- 93153079
713
+ >>93152965
714
+ unironically the first chapter of drawabox.com will help you do anything that involves precise mark making with a pen
715
+ --- 93153384
716
+ >>93153079
717
+ thanks, didn't know that was a thing, will check it out
718
+ --- 93154751
719
+ are there really this many autists on /g/ who care about the pen they use?
720
+ --- 93155276
721
+ >>93154751
722
+ what pen you use unironically makes more of a difference than what text editor or linux distro you use, and yet people debate about shit like that all the time
723
+ --- 93155575
724
+ >>93148330
725
+ I don't think you quite understand.
726
+ I'm still using fountain pens that my grandparents used. That makes it not just a pen, but an heirloom.
727
+ --- 93155691
728
+ >>93150881
729
+ >It's saying that, despite the Marxists claiming to love freedom and seek the liberation of the entire human race, all they have done, in action, is enslave mankind wherever they can.
730
+ I don't know if it's saying that, but history has proven time and time again that this is 100% true.
731
+ I was actually wondering what the quote was from... or if it's original text.
732
+ I'm having hard time reading some of the cursive, but it's asthetic.
733
+ --- 93155740
734
+ >>93152965
735
+ The secret to good handwriting is caring for your handwriting, take pride in it.
736
+ Use the tripod grip. Don't press too hard or grip too hard.
737
+ Unfortunately no high quality pen or paper will fix unloved writing.
738
+ --- 93155759
739
+ >>93155276
740
+ I agree with you on pens, but text editors and distributions can really make a big difference.
741
+ --- 93155766
742
+ >>93152965
743
+ Get grid paper and try to make your words line up consistently
744
+ --- 93155778
745
+ >>93155276
746
+ No, pens are more like which keyboard
747
+ --- 93156274
748
+ Cool little article on the Pentel Sharp:
749
+ http://davesmechanicalpencils.blogspot.com/2006/05/pentel-sharp-p205-mechanical-pencil.html
750
+ --- 93157053
751
+ >>93155759
752
+ >text editors
753
+ sure
754
+ >distributions
755
+ not if you know what you're doing
g/93102254.txt CHANGED
@@ -589,3 +589,70 @@ Reminder, there is no privacy when you use any of the tech companies.
589
  There are more than 10,000 people at the feds that has the backdoor access to all the tech companies' database. The privacy policy on websites are meaningless false sense of security.
590
  --- 93146320
591
  bump
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
589
  There are more than 10,000 people at the feds that has the backdoor access to all the tech companies' database. The privacy policy on websites are meaningless false sense of security.
590
  --- 93146320
591
  bump
592
+ --- 93147288
593
+ >>93143613
594
+ I totally agree with you. Channels and forums will discuss privacy but still use YouTube or Twitter.
595
+ --- 93147397
596
+ https://dnyuz.com/2023/05/01/the-godfather-of-a-i-leaves-google-and-warns-of-danger-ahead/
597
+ --- 93148673
598
+ >>93131472
599
+ Quad9. NextDNS isn't governed by any privacy law, and doesn't have as many locations or as many threat-intel sources.
600
+ --- 93149318
601
+ search engine, from Google to: searx, startpage, qwant or smt else, what you guys use and why, thx
602
+ --- 93149462
603
+ bogdanoff says bumpitt
604
+ --- 93150528
605
+ >>93149318
606
+ qwant is a honeypot
607
+ --- 93151225
608
+ >>93150528
609
+ what do you reccomend, searx seems to me the best one
610
+ --- 93151334
611
+ also, how bad it is to use google search engine through a browser like Bromite, Mull, Mulch etc
612
+ --- 93151539
613
+ >>93151334
614
+ using Google search in those browsers will be less bad due to their privacy protections and lack of Google service integration, but it's better to sidestep the Google issue and use something like Whoogle or Searx instance that primarily uses Google results.
615
+ --- 93151747
616
+ BUT I KNOW A HERO WILL COME
617
+ (seriously, what happened to ZeroNet?)
618
+ --- 93152102
619
+ >>93151225
620
+ Brave Search
621
+ --- 93152251
622
+ >>93151539
623
+ thx, so how much can google really see using their engine through those browser, ip, search history, querys and thats it
624
+ or there is more
625
+ what about device information, can they read
626
+ --- 93152279
627
+ >>93152102
628
+ werent the Brave browser mining bitcoins without the user knowing, i dont trust them, they are like Northvpn type stuff
629
+ --- 93153119
630
+ >>93152279
631
+ >werent the Brave browser mining bitcoins without the user knowing
632
+ no, that's bullshit
633
+ --- 93153693
634
+ How does /psg/ cope with this fact? Secret police and deep state are necessary evils to contend with the competitive meta of fifth generation warfare. China will become the top 1 economic powerhouse in our lifetime, with whatever the full power of AI is, with their tech savvy conscripts, and with none of the democratic bureaucracy sandbagging the rest of the world. Shouldn't you smart fellas and fart smellas lend your strength to your local cryptocracy?
635
+ --- 93154008
636
+ >>93153693
637
+ >government director says they're outnumbered
638
+ that's a meaningless statement, they're just posturing to get more money, has nothing to do with what is actually happening in reality
639
+ --- 93154189
640
+ 1) To end the debate on whether or not TrueCrypt 7.1a or the latest Veracrypt is most trueworthy, why not just create one container in one and then create a larger container to hold that one in the other using different passwords?
641
+
642
+ 2) If you save your hypno sissy porn or whatever into a *crypt container then lock it back up when you're done, would you have to bother zeroing your empty space to get rid of any chance of file recovery anymore with BleachBit? Obviously you'd still have to delete thumbs.db, etc data
643
+ --- 93154344
644
+ >>93143203
645
+ Searching "eval(" gave me nothing but searching "eval" (without the "(" did) but I assume that is normal.
646
+ Anyways here are some files malwarebytes found and quarantined on its first scan (before running tronscript).
647
+ --- 93154852
648
+ Does anyone actually use qubes or no? If so, how is the experience.
649
+ --- 93155960
650
+ Ik this probably belongs in /twg/, but I figure people here know better. What jobs are there in cryptography besides professor and cryptographic software engineer? Surely there must be more, but I can't find anything
651
+ --- 93156240
652
+ If discord and matrix are sus (the latter still questionable) why are things like jami not popular? On this site at least.
653
+ I know people tried using tox around 8 years ago.
654
+ --- 93156277
655
+ >>93155960
656
+ Researcher? There's protocol design, primitive design, cryptanalysis, improving upon existing schemes. Then within each of these you have a mix of symmetric/asymmetric, lattice/isogeny/code/pairing/...-based schemes. And it branches again depending on the applications: signature, group signature (MLS for instance), delegated signature, ...
657
+ It's very large and the applications are numerous so it connects people from the theoretical side to those on the more concrete side.
658
+ There are also private compagnies specialized in specific areas like safe computation or FHE.
g/93104376.txt CHANGED
@@ -487,3 +487,141 @@ Drew made wayland good actually. He standardised it with wlroots
487
  t. fragile white man
488
  --- 93146463
489
  Bump
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
487
  t. fragile white man
488
  --- 93146463
489
  Bump
490
+ --- 93148081
491
+ Hop
492
+ --- 93148961
493
+ >>93143383
494
+ He is the creator of wlroots and sway.
495
+
496
+ wlroots is the basis of most TWM in Wayland
497
+ --- 93149100
498
+ >>93107409
499
+ He was never based
500
+ He was always a fanatical Wayland shill, even when it was clearly a failed project
501
+ He had a short-lived redemption arc when he started hating on Rust
502
+ But now he's back to being a cuck
503
+ --- 93149144
504
+ Some drama tranny killed himself it seems
505
+ --- 93149209
506
+ >>93129910
507
+ Because Rust is a huge, complicated language like C++
508
+ It has an unreadable atrocious syntax, it has too many unnecessary features
509
+ It's too difficult to implement - there are only a handful of C++ implementations up to spec (with each having major vendor lockin), and only ONE Rust implementation, with vendor lockin to LLVM
510
+ The compile times are awful
511
+ That's why C++ never replaced C, and that's also why Rust will also fail to replace C.
512
+ Maybe if someone made a "Rust--" language, it could replace C.
513
+ --- 93149237
514
+ >>93149100
515
+ Retard. Drew was never a fanatical wayland cuck, in fact he made changes which made wayland work at all!
516
+ Out of all wayland contributors, Drew is probably the most generous one in terms of features that are needed
517
+ --- 93149397
518
+ >>93149144
519
+ This is a terrible loss for the open source community.
520
+ --- 93149514
521
+ >>93149237
522
+ He definitely is a fanatical Wayland cuck
523
+ The deficiencies that his library makes up for should be part of the protocol. It's testament to the fact the protocol itself is opinionated and designed poorly.
524
+ You can see his cuckoldry in action here:
525
+ https://drewdevault.com/2019/02/10/Wayland-misconceptions-debunked.html
526
+ https://drewdevault.com/2021/02/02/Anti-Wayland-horseshit.html
527
+ He had to go on full damage control when the based MPV maintainers called Wayland out.
528
+ Drew has this autistic delusion that his library would be the flagship Wayland implementation, but he is too autistic to understand the politics of free software and that he cannot compete with or convince GNOME developers.
529
+ --- 93149588
530
+ >>93149514
531
+ https://www.youtube.com/watch?v=VuRXHJu5Kmg [Embed]
532
+ Literally the first comment:
533
+ >Thanks for making Wayland usable.
534
+ If it wasn't for Drew, each desktop environment would have their own wayland implementation. Wlroots fixes this.
535
+ --- 93150493
536
+ bumphop
537
+ --- 93151364
538
+ FUCKIN BUMP
539
+ --- 93151750
540
+ >>93151364
541
+ Don't bump hare threads. Hop them
542
+ --- 93152081
543
+ >>93149588
544
+ Even new implementations like Smithay are just a port of wlroots to rust.
545
+ --- 93152397
546
+ >>93152081
547
+ This.
548
+ --- 93152490
549
+ >>93149397
550
+ Said no one ever
551
+ --- 93152593
552
+ >>93107483
553
+ well, he IS
554
+ > Drew is the founder and CEO of Sourcehut and one of its senior engineers. He is also the original author and maintainer of the wlroots and sway projects, a frequent contributor to Alpine Linux, and an expert in C, Go, and web technologies, as well as graphics, compilers, language design, and operations and integration. Drew also has extensive writing experience, including tech & end-user docs, and is an expert software architect.
555
+ --- 93153286
556
+ >>93152490
557
+ I just said it now. And many people are saying it
558
+ --- 93153581
559
+ >>93153286
560
+ Literally not a single person will be impacted by Drew ceasing to publish code. He has not done a single thing of significance.
561
+ --- 93153922
562
+ >>93153581
563
+ consider wlroots, sourcehut, hare
564
+ Ares OS will also be delayed
565
+ --- 93153952
566
+ Hare is the official programming language of /c/ and /u/
567
+ --- 93153997
568
+ I hope this basednigger offs himself
569
+ --- 93154024
570
+ >>93153922
571
+ Thanks for proving him right
572
+ --- 93154046
573
+ >>93153997
574
+ He is based, but he is NOT a nigger. How about you off yourself instead?
575
+ --- 93154433
576
+ hop hop hop!
577
+ --- 93154847
578
+ >>93153997
579
+ I rather you offing yourself. Even if marginal his contribution to humanity is greater than yours
580
+ --- 93154880
581
+ >>93154024
582
+ Helios (and possibly Ares) will be the next big thing in technology in about 3 years. You can screencap this post and yours
583
+ --- 93154894
584
+ >>93154880
585
+ Agree with this. They hated him because he told the truth
586
+ --- 93155391
587
+ hop
588
+ --- 93156458
589
+ >yet another C killer
590
+ wow i'm sure this isn't a stillborn waste of time
591
+ --- 93156667
592
+ >>93156458
593
+ > stillborn
594
+ You don't know how wrong you are
595
+ --- 93156668
596
+ >>93151364
597
+ why tho?
598
+ --- 93156759
599
+ >>93156668
600
+ It's Drew. He likes changing his IP to samefag and bump his own threads.
601
+ Technically you can do the same to sage bomb a thread (as long as it's not being babysat by a mod or tranny who can disable sages). I'm not sure why more people don't do that.
602
+ --- 93156906
603
+ >>93149144
604
+ This fag is you people’s idol? This melodramatic whiney baby? Lmaooo
605
+ --- 93157122
606
+ ok serious question, anyone in these threads actually good at C? i feel like once i'd been doing C for a few years (embedded dev) it feels like the language is genuinely extremely good for what it does
607
+
608
+ it's not perfect but it's way up there in the land of diminishing returns that there's essentially zero chance of another lang coming along that i'd reach for over C, i'd use rust over C++ any day of the week but C is genuinely great and i almost never have any issues with the language itself
609
+
610
+ also drew devult is an insufferable tool personality wise
611
+ --- 93157160
612
+ >>93152593
613
+ According to Drew DeVault merits do not matter. People in leadership should be chosen based on their skin color instead. >>93104981
614
+ --- 93157211
615
+ >>93138240
616
+ Even on MPV?
617
+ --- 93157247
618
+ >>93157211
619
+ mpv is not quality software
620
+ --- 93157331
621
+ >>93157122
622
+ >it's not perfect but it's way up there in the land of diminishing returns that there's essentially zero chance of another lang coming along that i'd reach for over C
623
+ C is clearly on its way out, whenever you like it or not, unless they do something groundbreaking. It will not disappear in the next 10 years but it will just be extremely niche legacy stuff
624
+ Just to be clear it still is worth to learn it
625
+
626
+ The most likely scenario is that rust will take a big piece of the C use case for new projects and another not yet mainstream language will take the remaining market or maybe the other way around, depending how good the new language will be
627
+ To this day the new language will probably be zig, but hare is extremely better suited to replace C language wise so we will see depending how the hare development will proceed
g/93105610.txt CHANGED
@@ -1046,3 +1046,316 @@ how does hydration happen? is it just the concept of of where the javascript cod
1046
  --- 93146709
1047
  >>93143772
1048
  im thinking about leaving node and typescript for php but im not sure
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1046
  --- 93146709
1047
  >>93143772
1048
  im thinking about leaving node and typescript for php but im not sure
1049
+ --- 93146869
1050
+ >>93142561
1051
+ >portfolio with youtube video's projects
1052
+ this
1053
+ trust me bro
1054
+ --- 93146871
1055
+ >>93143772
1056
+ honestly node/ts is better but laravel is cool though
1057
+ --- 93147026
1058
+ >>93146871
1059
+ i've been seeing lots of phpfags from collage get back end jobs while im still NEETing in my coom shed. i've never felt this depressed since i found out that assembly was a waste of time even tho i liked it
1060
+ --- 93147164
1061
+ >>93147026
1062
+ I hope it's as easy for self-taught fags to get php jobs lol. Only reason I'm learning this garbage
1063
+ --- 93147244
1064
+ >>93146709
1065
+ Personally I would only do that if there was a good PHP job on offer.
1066
+ --- 93147404
1067
+ I got a job as a junior dev in the finance/invoice sector.
1068
+
1069
+ The backend is being rewritten into JS due to the software we use can NOT accept any other language unless injected.
1070
+
1071
+ I use the latest node.js, want to get into JSDoc and started to learn computer science in my free time with OSSU.
1072
+
1073
+ Anything else you can suggest for me to look into?
1074
+ --- 93147706
1075
+ >>93147404
1076
+ >The backend is being rewritten into JS due to the software we use can NOT accept any other language unless injected.
1077
+ What sort of software would limit how you write your backend? Interesting.
1078
+ --- 93148127
1079
+ >>93147706
1080
+ the invoice software is contained within the company.
1081
+ while it is written in c#, it is also proprietary sotware,
1082
+ so we can not adapt it to our needs by forking it.
1083
+
1084
+ I don't get it 100%.
1085
+ I just realized we are writing wrapper libraries to translate the database queries into whatever the finance software wants and vice versa to our specific requirements.
1086
+ VBA, excel, whatever is being rewritten into vanilla javascript to make this work.
1087
+ So we can only use Javascript to make it work and I fear it's also not the latest LTS that is featured.
1088
+
1089
+ Whatever, it's my foot into the sector and I will ffinally have the money to ergomaxx my hobby and transfer the ergonomics into the workplace to follow my dreams without too much pain
1090
+ --- 93148759
1091
+ any idea of how this is being implemented? I could use this kind if behavior right about now
1092
+ --- 93148865
1093
+ is setting `visibility: hidden;` the best way to hide content from screen readers and keyboard navigation when the content isn't supposed to be visible?
1094
+ --- 93149001
1095
+ >>93148865
1096
+ legit don't know, but this seems interesting:
1097
+ https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-hidden
1098
+ --- 93149129
1099
+ Is the ruby path of TOP still better than the js one?
1100
+ --- 93149412
1101
+ >>93149129
1102
+ yes
1103
+ --- 93149432
1104
+ >>93149129
1105
+ no
1106
+ --- 93149664
1107
+ >>93149129
1108
+ maybe
1109
+ --- 93149750
1110
+ >>93149412
1111
+ >>93149432
1112
+ >>93149664
1113
+ not funny, faggots
1114
+ --- 93150210
1115
+ >>93149001
1116
+ I put aria-hidden on everything. Fuck blind people.
1117
+ --- 93150227
1118
+ >>93149129
1119
+ prefer not to say
1120
+ --- 93150321
1121
+ >>93149750
1122
+ Keep crying like the faggot you are, faggot
1123
+ --- 93150365
1124
+ >>93150321
1125
+ >i'm so shit at web dev that I feel threatened by literal pre-juniors starting TOP
1126
+ thank god I'm not you
1127
+ last (You) fag
1128
+ --- 93150369
1129
+ My dumb ass UX designers want a debounce on a search input so that once a user stops typing, it submits a search request to our API. How would you implement it so that the debounce wasn't too short but also not too long?
1130
+ --- 93150405
1131
+ >>93150365
1132
+ >he thinks i'm threatened because i said "maybe"
1133
+ Keep swallowing cock like the faggot you are, faggot
1134
+ --- 93150443
1135
+ >>93149129
1136
+ depends on the job offers in your area, ruby is pretty much abandonware at this point, that doesn't stop some companies from keeping running it, but I believe they usually seek seniors for that task
1137
+ long story short: check the market and offers in your area and decide accordingly
1138
+ --- 93150503
1139
+ >>93125672
1140
+ no, not a decorator. instead of making the class implement the interface, just let the class own a copy of the data. if you need to get at the underlying data, just do instance.getData or something.
1141
+ --- 93150619
1142
+ Would I want to shoot myself if I got an ASP.NET job? Or is it okay to work with?
1143
+ --- 93150761
1144
+ >>93150619
1145
+ Why does it have to be entirely ASP.NET? I'd rather work with a modern web framework with a .NET backend.
1146
+ --- 93150900
1147
+ >>93150443
1148
+ >job offers
1149
+ people wanting a job wouldn't be doing top in the first place
1150
+ --- 93150932
1151
+ >>93150761
1152
+ Yeah sure .NET in general, I see jobs where they use that, do you reckon it would be alright? I have used .NET a bit before and it seems okay I guess. Hope I wouldn't contract Microsoft sickness though.
1153
+ --- 93150941
1154
+ What do you guys think about learning Angular to get a job? I already know how to program in Javascript, C/C++ and know algorithms and DS but I have never tried to get a job in programming because it was mostly a hobby for me.
1155
+ --- 93151394
1156
+ >>93150941
1157
+ > angular
1158
+ why?
1159
+ --- 93151480
1160
+ >>93150900
1161
+ Why is that?
1162
+ --- 93151921
1163
+ >>93150932
1164
+ Depends. .NET Framework would be terrible. Especially if you were working with razor views. .NET 6+ with Blazor might be tolerable. If you don't need .NET from frontend, then yeah, .NET is great.
1165
+ --- 93152084
1166
+ I couldn't solve this problem because I have no idea what I pre-requisites to create deeper nested <ul>'s after the first loop.
1167
+
1168
+ Is there any way to solve this without recursion? I can't rack up a solution after the first iteration as I only ended up with:
1169
+ - Fish
1170
+ - Tree
1171
+
1172
+ let data = {
1173
+ Fish: {
1174
+ trout: {},
1175
+ salmon: {},
1176
+ },
1177
+
1178
+ Tree: {
1179
+ Huge: {
1180
+ sequoia: {},
1181
+ oak: {},
1182
+ },
1183
+ Flowering: {
1184
+ "apple tree": {},
1185
+ magnolia: {},
1186
+ },
1187
+ },
1188
+ };
1189
+
1190
+ let container = document.getElementById("container");
1191
+
1192
+ function createTree(container, data) {
1193
+ for (let key in data) {
1194
+ if (Object.keys(data).length !== 0) {
1195
+ let ul = document.createElement("ul");
1196
+ let li = document.createElement("li");
1197
+ li.innerHTML = key;
1198
+ ul.append(li);
1199
+ container.append(ul);
1200
+ }
1201
+ }
1202
+ }
1203
+
1204
+ createTree(container, data);
1205
+
1206
+
1207
+
1208
+ Link to the problem: https://javascript.info/task/create-object-tree
1209
+ >easy way to walk this object is through recursion
1210
+ this kinda implies that I can solve it without recursion, but is it even possible
1211
+ --- 93152619
1212
+ >>93105610 (OP)
1213
+ Used some vite extension that turns your whole project into one index.html file. This was the output lmao. I know that's what it does still hilarious
1214
+ --- 93152746
1215
+ >>93152084
1216
+ All recursive functions can be rewritten as for loops
1217
+ --- 93152852
1218
+ >>93152619
1219
+ reminds me of some /wdg/ meem, heheh
1220
+ --- 93152917
1221
+ >>93152619
1222
+ >>93152852
1223
+ this.not.is.meme.this.is.reality.hit.floor.hard
1224
+ --- 93153534
1225
+ So does learning to front web dev means learning a bunch of useless frameworks that are all gonna be obsolete the second you switch a job since theres 1000 ways of doing the same shit and every company has a different stack? This shit seems pretty miserable
1226
+ --- 93153541
1227
+ Do any of you have side hustles/side businesses to make money?
1228
+ --- 93153843
1229
+ What skills do I need in order to become a good front-end developer?
1230
+ --- 93154390
1231
+ >>93153843
1232
+ low to no self-respect
1233
+ low iq
1234
+ trans (or at least a woman)
1235
+ --- 93154408
1236
+ >>93154390
1237
+ Huh? what
1238
+ --- 93154444
1239
+ >>93154408
1240
+ The skills which you need in order to be good at front-end
1241
+ --- 93154481
1242
+ >>93154444
1243
+ Sigh... alright, what do I need to become a GREAT front-end developer?
1244
+ --- 93154532
1245
+ >>93154481
1246
+ that's difficult... but I guess you need to get rid off all logical thinking, too.
1247
+ --- 93154597
1248
+ >>93154408
1249
+ His mind has been addled by a chronic 4chan addiction
1250
+
1251
+ He just loves thinking about transvestites, it seems
1252
+ --- 93154623
1253
+ >>93154597
1254
+ Now you're projecting, bruh
1255
+ --- 93154683
1256
+ >>93154623
1257
+ No I'm not. If you love thinking about transvestites that's up to you but I don't know why you're bringing it up on the technology board.
1258
+ --- 93154764
1259
+ >>93154683
1260
+ second, it's amazing how much shitting up a thread can a single faggot do, shame
1261
+ --- 93154832
1262
+ >>93152084
1263
+ Recursion is simple and easiest.
1264
+
1265
+ function createTree(container, data) {
1266
+
1267
+ // create parent node <ul>
1268
+
1269
+ // loop through keys
1270
+ // add <li> for each key
1271
+
1272
+ // recursion
1273
+ createTree(parentNode, childrenData);
1274
+
1275
+ // append to the container as html
1276
+
1277
+ }
1278
+
1279
+ createTree(container, data);
1280
+
1281
+
1282
+ According to ChatGPT without recursion it would look like:
1283
+
1284
+ function createTree(container, data) {
1285
+ const stack = [{ parent: container, children: data }];
1286
+
1287
+ while (stack.length > 0) {
1288
+ const { parent, children } = stack.pop();
1289
+
1290
+ const ulNode = document.createElement('ul');
1291
+ parent.appendChild(ulNode);
1292
+
1293
+ for (const [key, value] of Object.entries(children)) {
1294
+ const liNode = document.createElement('li');
1295
+ liNode.innerText = key;
1296
+ ulNode.appendChild(liNode);
1297
+
1298
+ if (typeof value === 'object' && value !== null) {
1299
+ stack.push({ parent: liNode, children: value });
1300
+ }
1301
+ }
1302
+ }
1303
+ }
1304
+
1305
+ createTree(container, data);
1306
+
1307
+
1308
+ Which is conceptually much harder than recursion.
1309
+ --- 93155190
1310
+ Vercel is becoming the flagship of web development
1311
+ --- 93155678
1312
+ My guys are Solid.js
1313
+ --- 93156008
1314
+ >Yjs was already imported
1315
+
1316
+ I fixed this issue with the facebook lexical editor a while ago, now I have ti again and I'm stick.
1317
+
1318
+ I'm not looking for help, just fml,
1319
+
1320
+ any rich text editor recommendations?
1321
+ --- 93156100
1322
+ >>93146064
1323
+ it's more intuitive
1324
+ --- 93156241
1325
+ >>93155678
1326
+ Unexpected Mikepost
1327
+
1328
+ >>93156100
1329
+ In what ways? Maybe I need to read the docs more
1330
+ --- 93156258
1331
+ >>93155678
1332
+ --- 93156862
1333
+ >>93138678
1334
+ Well I've used socket.io a lot, I actually love it haha. I've just never used it in conjunction with routes in express. this is my first very large project, expecting it to be over 1000 hours of work, and over 10000 lines of code lol
1335
+ --- 93156914
1336
+ any passive income project ideas? I'm full stacked dev, but don't really know what to do atm in my free time.
1337
+ --- 93156978
1338
+ >>93156914
1339
+ >full stacked
1340
+ himbo developers ww@
1341
+ --- 93157106
1342
+ Wew, and I was just talking about Neon releasing 2 weeks ago, and Vercel already has done a first party integration with them.
1343
+
1344
+ https://vercel.com/blog/vercel-storage
1345
+ --- 93157215
1346
+ >>93156914
1347
+ my recommendation:
1348
+ >buy some kneepads
1349
+ >download and install grindr, make an account
1350
+ >hang out in gay hotspots in your area
1351
+ >suck and fuck anyone that's willing to pay either through grindr or irl
1352
+
1353
+ you can earn a killing if you play your cards right
1354
+ --- 93157289
1355
+ >>93156862
1356
+ You ever used ws?
1357
+
1358
+ https://github.com/websockets/ws
1359
+ --- 93157361
1360
+ >>93156862
1361
+ If it's going to be really perf crucial, I wouldn't be using express or socket.io. there's better package options for node.js (such as Fastify + regular websockets). Otherwise Go is an option too.
g/93110776.txt CHANGED
@@ -676,3 +676,310 @@ Use SFP-10G-SR fiber modules or quit bitching about the price
676
  --- 93146072
677
  >>93141519
678
  lmao I use windows on my main pc its just shit for home servers not my fault you get filtered by linux
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
676
  --- 93146072
677
  >>93141519
678
  lmao I use windows on my main pc its just shit for home servers not my fault you get filtered by linux
679
+ --- 93146849
680
+ I'm trying to set TrueNAS Scale up with Windows clients using SMB sharing and I feel like I'm going crazy.
681
+
682
+ I have two datasets I'm sharing.
683
+ >Sharing
684
+ >Private
685
+ I have configured the "Sharing" ACL to give access to a couple users on my network.
686
+ I have configured the "Private" ACL to only give access to a select few.
687
+ When I browse the network on a PC with permissions to read/write to both, I see and can access both.
688
+ When I browse the network on a PC with permission to read/write to only Sharing, it still sees Private, but can't access it.
689
+
690
+ Is there any way to hide shares from clients that don't have permission?
691
+ --- 93147656
692
+ >>93145821
693
+ fibre is cheaper than RJ45 for 10G
694
+ --- 93147935
695
+ talk me out of self-hosting, as a software-engineer with a job and a life how much will I lose of my time by self hosting?
696
+ --- 93147988
697
+ >>93136611
698
+ Lads? I don't want to use Windows.
699
+ --- 93148473
700
+ >>93147935
701
+ if you have money u can't stand seeing sit in your bank account it's really neat to actually own stuff.
702
+ since you said you're a software engineer you probably won't be as retarded or poor as the rest of the fags here. your stuff should just werk.
703
+ --- 93148492
704
+ >>93136611
705
+ >>93147988
706
+ debian...
707
+ --- 93148506
708
+ >>93136611
709
+ Try each in a VM to see what you like. I'm used to Ubuntu personally.
710
+ --- 93149192
711
+ >>93136611
712
+ >Jellyfin and Spotify replacement with filesharing. Possibly plex.
713
+ can you clarify this part here? i dont understand what exactly is it youre doing.
714
+ --- 93149309
715
+ Is something like an old workstation machine with a xeon 26xx worth considering as a nas/basic home server or is it just going to be more expensive power consumption wise to the point that I should just build something new for a few hundred more?
716
+ --- 93149405
717
+ >>93149309
718
+ Is it from 2012? Probably not a good idea. There's a sweet spot buying used enterprise hardware and 10 years is a bit old. Look for 6 or so years at the most. Fortunately even things 10 years old have virtualization features.
719
+ --- 93149599
720
+ >>93149309
721
+ idk look at the watts difference, in hardware and use a calculator to see how long it will take to pay for itself in savings. 50w difference for me is like $3 a month so i just run my old shit
722
+
723
+ https://www.omnicalculator.com/everyday-life/appliance-wattage
724
+ --- 93149758
725
+ >>93143303
726
+ I'm thinking of buying them from spd
727
+ Supposedly brand new for 129 kinda sus
728
+ >>93145721
729
+ https://documents.westerndigital.com/content/dam/doc-library/en_us/assets/public/western-digital/product/data-center-drives/ultrastar-dc-hc500-series/data-sheet-ultrastar-dc-hc530.pdf
730
+
731
+ CMR
732
+ --- 93149869
733
+ >>93149758
734
+ >CMR
735
+ Oh shit well I must have been confused with another model...
736
+ go for it and report back!
737
+ --- 93149873
738
+ >>93149405
739
+ Yeah, age is a bit concerning. I can definitely looks for something newer.
740
+ >>93149599
741
+ TDP on the cpu is about double depending on model but I guess the question is does that that actually mean that total system power is significantly higher on average or is it going to be only noticeable when I'm doing more than just serving files? I haven't built a machine like this before, just a few gaming pcs. As of now all it'll really do is store media and other files that don't need to be on my main tower with a bit more redundancy.
742
+ --- 93150119
743
+ Why does the TrueNAS community act like it's a sin to install TrueNAS on anything other than server-grade hardware? If you aren't using a fully-featured supermicro motherboard with some Xeon CPU, 64gb registered ECC ram, 5+ mirrored vdevs, triple-mirror special vdev, optane 900p SLOG, and a 10Gbe network setup with a $1000+ switch, they will say you're doing it wrong. They will also get mad if you use terminology like "1+1 mirror", "zpool" and "Gb/s", and sperg out if you use SSDs without visible PLP or create a raidz1 pool with drives larger than 2TB.
744
+ --- 93150184
745
+ >>93150119
746
+ YOU JUST CAN'T, OK?
747
+ --- 93150207
748
+ >>93149873
749
+ isn't the TDP an upper limit, e.g., a 145W TDP CPU will consume 145W when it's running at 100%? but there seems to be some unspecified lower limit, e.g., it'll always consume say 50W regardless of load
750
+ --- 93150815
751
+ >>93150207
752
+ In most cases TDP = max, but some CPUs will consume more under 100% load. Also older means higher idle most of the time.
753
+ --- 93150842
754
+ >>93150119
755
+ They want to market it it to small enterprises so they can actually make money from it.
756
+ --- 93151245
757
+ >>93110776 (OP)
758
+ My current home server is a QNAP NAS that I setup over 10 years ago. Right now it is in Raid 6 with four 4tb drives so I have about 8TB in storage space. I still have 4 empty bays that would add 4tb per drive but I just haven't needed it yet as streaming options became better I found myself using it less and less. However the streaming services are getting progressively shitty and since half the stuff I downloaded is 720p I've started torrenting movies and TV shows again and will probably need to add some drives soon. The NAS was getting firmware updates but the recent one earlier this year said it would be the last. Anybody else using QNAP NAS?
759
+ --- 93151328
760
+ >>93151245
761
+ >Anybody else using QNAP NAS?
762
+ no
763
+ --- 93152016
764
+ does anyone know how to make a docker compose file to install some shit from github in a contrainer? i want to install this https://github.com/JohnDoee/autotorrent2
765
+
766
+ in a docker on unraid but i cant figure out how to make the file
767
+ --- 93152039
768
+ >>93150815
769
+ ah, makes sense. but re: buying old enterprise hardware, does this even make a difference?
770
+
771
+ https://www.cpubenchmark.net/compare/2779vs2009/Intel-Xeon-E5-2680-v4-vs-Intel-Xeon-E5-2697-v2
772
+
773
+ assuming 24/7 operation at 10% TDP. seems kinda irrelevant to use the top CPU of 2013 vs a decent CPU of 2016, especially since iLO can cap the total system power usage at an arbitrary wattage
774
+ --- 93152089
775
+ >>93151245
776
+ >Right now it is in Raid 6 with four 4tb drives so I have about 8TB in storage space
777
+ >Raid 6
778
+ >not Raid10
779
+ --- 93152162
780
+ >>93152089
781
+ its the exact same amount of redundancy
782
+ --- 93152222
783
+ >>93152162
784
+ And far worse performance. Good job.
785
+ --- 93152306
786
+ >>93152162
787
+ wait a minute, im fucking retarded. it is NOT the same amount of redundancy. raid10 can fail with two drive failures.
788
+ --- 93152382
789
+ >>93112358
790
+ the number of reddit posters showing off a media cabinet with non rack modem, wap, nas, a keystone patch panel and about 5k worth of ubiquity 'smart' switches really disturbs me.
791
+ --- 93153171
792
+ >>93152306
793
+ raid6 is two drive failure too. But it can be any two drives while raid10 is one drive per mirrored pair.
794
+ --- 93153189
795
+ >>93152089
796
+ >raid10
797
+ max utilization is 50% with raid10. While I am currently at that in raid6 with 4 drives that ratio gets better as I add more drives to raid6. Plus raid6 can handle two drive failures simultaneously while depending on what drives they are raid10 cannot.
798
+ --- 93153724
799
+ >>93152039
800
+ Those xeons idle at 40-50W.
801
+ Generally you want to buy the newest used enterprise gear at good price.
802
+ As you noticed the older you go the more power hungry and less efficient they are.
803
+ --- 93153942
804
+ how often do you change port numbers?
805
+ --- 93154131
806
+ >>93153724
807
+ i'm not disagreeing, just noting than going from proliant gen8 to gen9 seems kinda pointless from an efficiency standpoint. the main benefit would be uefi boot and faster ram, but a gen8 power-capped to toaster mode is already way more compute than i really need
808
+
809
+ buying gen10 would be ideal but expensive. the chassis alone goes for at least $750, then there's a cpu and ram, which both get more expensive the more recent they are
810
+
811
+ i already have everything for two fully-maxed servers at the gen8 level (one is a proliant, the other is a supermicro mobo that accepts the same cpu/rdimms). in this case my money is better spent on drives, with an eye to upgrade in maybe 10 years once the hardware really starts showing its age
812
+ --- 93154235
813
+ >>93154131
814
+ hey, joining the convo. i have a dl380 g8 aswell, setting it up slowly etc. Power consumption got me kinda scared since it draws 130w idle. reading this gave me some hope, what is a power cap that you use?
815
+ also i found dl380 8.1 service pack iso , no idea what that does, is it an essential install?
816
+ --- 93154276
817
+ >>93150119
818
+ ZFS is for paranoia freaks so of course everyone is going to be paranoid about what hardware that is installed on it.
819
+
820
+ TrueNAS is a victim of their own success. They made installing and using ZFS so easy that people who don't really care about ZFS and just want an easy-to-use NAS software are also using it. Of course the less paranoid are going to use it on their non-enterprise hardware with less optimal configurations but the TrueNAS community/devs only has themselves to blame if they don't like that
821
+ --- 93154454
822
+ >>93117124
823
+ >I know it's retarded, but I'm gonna do it anyway.
824
+ >I just wanna know HOW retarded, on a scale of 1-10.
825
+ for what reason to run RAID5 over usb 2.0 even those HDDs can likely do 100MB/s which you are not getting over fucking 2.0 even in theory
826
+ rip the wifi card out of the laptop and use a sata card in its place
827
+ --- 93154468
828
+ >>93150119
829
+ theyre 100% right but u can do it wrong if u really want
830
+ --- 93154506
831
+ >>93153171
832
+ raid 6 is still usable after any 2 drives fail, wtf are u smoking on?
833
+ --- 93154602
834
+ >>93154506
835
+ My bad, I read anons "raid10 can fail with two disks" as "raid10 is two drive failures"
836
+ Not smoking anything just nobody talks about raid failing like that. we do talk about the number of drives that can fail and still work, which is true for both ways read.
837
+ Regardless I'd love to see you rebuild raid6 with two drive failures.
838
+ --- 93154627
839
+ >>93154235
840
+ iLO has a power cap feature with an advanced license
841
+
842
+ https://www.chathuraariyadasa.com/ho-ilo-license-activation-keys/
843
+
844
+ i seriously doubt it's drawing 130W idle, especially if you've been setting it up / resetting firmware / rebooting a lot. in that case it's not really "idle," it's actually working quite hard
845
+
846
+ the service pack basically updates all the firmware it can find to when it was released in 2017. from there, you also wanna check things like raid card, iLO, and system rom that have had further updates
847
+
848
+ it's not the most efficient machine for sure, but it's not gonna be as power-hungry as something like a gaming PC. in a perfect world, i'd be on the arm architecture, but you need to spend $$$ for that kind of efficiency
849
+
850
+ https://www.ebay.com/itm/394530142975
851
+ https://www.ebay.com/itm/225516020343
852
+ --- 93154843
853
+ >>93154602
854
+ raid 10 cant even rebuild if a mirrored pair fails. you will never be a sysadmin.
855
+ --- 93154959
856
+ >>93154627
857
+ >but it's not gonna be as power-hungry as something like a gaming PC
858
+ Modern gayming PCs are actually pretty efficient.
859
+ Not as efficient as they could be but modern CPUs can idle under 10 watts
860
+
861
+ You might be fooled with all the power virus tests with CPUs chugging 300w but when they are not doing that they are VASTLY more efficient than something a decade old with less power management features.
862
+ --- 93155101
863
+ >>93154235
864
+ >hey, joining the convo.
865
+ ive never been on reddit but this sounds like something they would say on reddit.
866
+ --- 93155146
867
+ >>93155101
868
+ you were born in reddit
869
+ --- 93155160
870
+ >>93155101
871
+ reddit is your actual nationality
872
+ --- 93155261
873
+ >>93155101
874
+ you have either a reddit passport or a drivers license from reddit or else you are underage b& and should get the foh out of here
875
+ --- 93155299
876
+ >>93154959
877
+ that's possibly true. i've been looking at dl380 gen10 for shits and giggles. this processor goes for minimum $500 (typically double that) and doesn't seem to use any less energy, it just does a lot more with the energy it does use - so in that sense it's more efficient
878
+
879
+ https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+6212U+%40+2.40GHz&id=3608
880
+
881
+ not to mention the chassis itself costing like $1000 and needing to buy ddr4 ram, with can quickly get very pricey
882
+
883
+ it all comes down to the same thing. tolerate a bit of inefficiency for a low-compute application, or spend thousands more for the promise that you might save a couple bucks on monthly electric bills for a few years until ppl ITT start saying that hardware from 2019 is "too old" cuz it's "not as efficient"
884
+ --- 93155419
885
+ >>93155299
886
+ plus, for my use case and the fact that i've had this shit sitting around for years taking up space, it seems fine to colocate a gen8 proliant
887
+ >very low compute requirements - 5% TDP is "a lot"
888
+ >minimum $120/mo colocation spend anyway
889
+ >highly efficient PSU's
890
+ >ssd-based storage
891
+
892
+ and at home
893
+ >same low compute needs
894
+ >8x 10k rpm hdd's take 6W each anyway
895
+ >bound up with my home office, which includes 2 monitors and an inefficient work laptop (overly souped up intel mac)
896
+ >total power use for everything is ~240-260W
897
+ >the server alone uses ~180-190W which is well within the range of "acceptable consumption" for me (my first server, a cheap AMD toaster with 16GB non-ECC RAM and a handful of shitty wd blues, was built on the assumption that 250W peak usage was fine)
898
+ >i did invest in the most efficient PSU reasonable - 80+ platinum rating. (80-92% efficient vs. titanium's 90-94% that costs like 3x as much)
899
+ --- 93155446
900
+ >>93155299
901
+ >it all comes down to the same thing. tolerate a bit of inefficiency for a low-compute application, or spend thousands more for the promise that you might
902
+ You could also just buy modern. lower end hardware.
903
+ If you would be satisfied with a really old server's performance, then you would be satisfied with a modern desktop chip.
904
+ --- 93155468
905
+ >>93155446
906
+ nice try non-ecc simp
907
+ --- 93155543
908
+ >>93155446
909
+ we'll it's still gonna take a certain amount of power to run regardless, and my virtualization / data integrity needs demand a certain class of hardware
910
+
911
+ but yes, i did run a cheap consoomer-grade amd setup for years without issue. these days, i just expect to run everything on VM's and to have robust memory/disk write error correction
912
+ --- 93156151
913
+ >>93122656
914
+ >>93116855
915
+ >now post it in real currancy
916
+ >now tell me how much I'd pay without knowing my location or electric prices
917
+ another day another muttpost
918
+ --- 93156218
919
+ >>93117124
920
+ there's nothing actually wrong with windows server, I just set up a server on my dell r220
921
+
922
+ E3-1241v3
923
+ 32GB RAM
924
+ Qnap 2x m.2 PCIe 3.0 x4 + 10Gbe
925
+
926
+ Virtualised pfSense router
927
+ Virtualised homeassistant
928
+ qBittorrent on baremetal
929
+
930
+ pfsense lan and the home assistant are on a vSwitch shared with the OS on the 10Gb port, dedicated 1Gb for host access+idrac, dedicated 1Gb for pfsense WAN on a passthrough switch.
931
+ Going live tomorrow when my new ISP pulls fibre to my house
932
+ --- 93156524
933
+ >>93154131
934
+ Honestly the main power hog is the drives, my dl360p g8 with dual E5-2640s + 128GB ram and 6 2.5" SAS 10k HDDs sits around 120w idle whereas my supermicro with a single E5-2640v3, 16GB ram and 13 2.5" SAS 10k HDDs sits at 150w idle.
935
+ One of my driving homelab goals has been lowest w/TB storage, I'm looking at 5TB 2.5" HDDs since they have the best w/TB of any other drives I've seen.
936
+ --- 93156537
937
+ >no networking thread
938
+ So I'm here. I just want to get a small 8 port switch for my room to ethernet everything instead of using wifi. Is there a downside to getting one of those cheap $20 switches from TP-Link?
939
+ --- 93156615
940
+ >>93156537
941
+ No
942
+ Had an even cheaper 5 port version and I had it for like 8 years before I just retired it.
943
+ --- 93156690
944
+ >>93156537
945
+ depends if you want everything to be on the same ip network. if thats fine with you, then it should do.
946
+ --- 93156742
947
+ >>93156524
948
+ >optimizing power per storage capacity instead of up front cost
949
+ truly next level posting
950
+ --- 93157111
951
+ >>93156524
952
+ yeah, i have a lot of drives that are more or less constantly working, especially the mirrors that are
953
+ >taking hourly deltas of cloud hosts
954
+ >taking hourly images of machines
955
+ assuming 6W/drive, that's 48W right there. not to mention the requisite 64GB RAM devoted exclusively to ZFS (+ i think either 16 or 32 GB RAM allocated to the NAS VM)
956
+
957
+ i still refuse to populate more than one CPU socket due to power considerations, as that would add another 40-50W for no reason at all. i use E5-2697 v2's in my servers
958
+
959
+ for my home server application, i use HDD's because i need the data to be there and don't care if it's accessed so fast. 10K RPM over 6Gb/s SATA is more than fast enough
960
+
961
+ for my colo server, the entire thing is flash media only except for *maybe* installing proxmox on a pair of 300GB 15K SAS HDD's that i have 5 of lying around and got for free. the rest is straight samsung enterprise ssd's that consume like 1W each
962
+
963
+ the best power consumption for storage with density approaching a trad HDD setup would prolly be something like an array of 3.84TB PM883's. hope you have lots of money
964
+
965
+ i just bought 8x1.92TB of them for a steal at $80/each, which combined with the other drives (883 DCT's, same capacity) gives like 13.5TB mirrored storage. it might even be too much storage,
966
+ --- 93157276
967
+ >>93146849
968
+ You might need to browse those folders logged in as the administrator and set Windows permissions separately from within Windows itself. But I'm not certain if there will be permissions or settings somewhere to explicitly not show the folder they're not allowed in, especially due to the read contents permission of the 'folder' those two shares are contained in will allow anyone to see what's in it.
969
+ Alternatively, you make the users network attach the folders separately.
970
+
971
+ >>93150207
972
+ It's thermal design power. It's what the cooling solution should be able to handle for all conditions of the cpu power load. That also means it's partially related to how much power the cpu can consume and convert into heat but that obviously changes depending on load. You need to find someone testing the cpus to get a clearer picture of power consumption but not many seem to do that for server cpus.
973
+ --- 93157334
974
+ >>93152089
975
+ there is never a valid use case for raid10
976
+ >need speed
977
+ use raid 1, or if you REALLY need speed, use raid0
978
+ >need redundancy
979
+ use raid 5 or 6, where 5 gives you more capacity in a 4disk array and 6 gices you higher redundancy (any two drives can fail rather than only opposingly striped drives)
980
+ raid10 is just a useless raid. its not the fastest and its not the most redundant and it doesnt offer the most capacity. it's this "jack of all trades, master of none" thing that ends up being even a little riskier than anything else because of how it's redundancy works
981
+ >>93154602
982
+ > nobody talks about raid failing like that.
983
+ only on /g/ and useneddit where everything is LARP
984
+ myself and every sysadmin I know talks about the actual probability because it isn't hard to calculate given a known volume and rate of data. i dint know anyone that intentionally uses raid10 without a very, very good reason and speed is never one of them, it's always about mismatched drives and a low budget or some other obscure case and these days most people would just end up with a software raid of some sort instead.
985
+ noone uses raid10 except in a homelab where the point is learning what not to do in the real world
g/93112425.txt CHANGED
@@ -734,3 +734,233 @@ Actually you right im a virgin
734
  And im almost gay
735
  >>93140277
736
  Small desk and nothing to put on top.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
734
  And im almost gay
735
  >>93140277
736
  Small desk and nothing to put on top.
737
+ --- 93146835
738
+ >>93146592
739
+ thats a cute setup, shame about the girl in it
740
+ >the rainforrest anon
741
+ I think my favourite part is the quad-curved-monitor setup with two horizontals in the center and two verticals on the side, really gives you a huge amount of flexability. I frequently find I'm wanting a vertical monitor for long code audits but it's such a pain in the ass constantly rotating screens and rearranging them
742
+ I plan on getting a 32:9 to replace my two 16:9's, and then use the current 16:9 displays as either vertical stand flanking ones, or sit them below the ultrawide facing upwards and use them for controls and such (eg adobe panels)
743
+ --- 93147333
744
+ >>93146835
745
+ I think your confusing multiple monitor anon with a lot of plants with pic rel
746
+ --- 93148169
747
+ >>93147333
748
+ Genuinely top 10 battlestation. Also is that CSM?
749
+ --- 93148313
750
+ >>93137006
751
+ We have access to everything amerimutts and europoors have, but with actual freedom, you guys claim to have it so much.
752
+ --- 93148336
753
+ >>93147333
754
+ goes hard but a femboy resides there
755
+ --- 93148373
756
+ >>93138443
757
+ These would be chileans,argentineans and peruvians
758
+ --- 93148374
759
+ >>93148313
760
+ I was just reading that they banned telegram because they wouldn’t censor users lol
761
+ --- 93148427
762
+ >>93148374
763
+ Yeah, you are right, they wouldnt sensor actual crimes they were posting on telegram, I think discord is next
764
+ --- 93148442
765
+ >>93146592
766
+ > goes outside.
767
+ > dies.
768
+ --- 93149336
769
+ >>93143704
770
+ sounds neat, would be cool to see
771
+ --- 93149634
772
+ First time posting
773
+ Pretty happy with it tbf
774
+ --- 93149821
775
+ Ignore the empty case, the guts get here Thursday, and a separate screen sometime next week.
776
+ --- 93149840
777
+ >>93149634
778
+ the house is neat, but that PC case completely dominates the desk. you should get a small table to put it next to the desk at a lower level.
779
+ --- 93149865
780
+ >>93115212
781
+ >3D printed save icons
782
+ --- 93150161
783
+ >>93149840
784
+ >the house is neat
785
+ Thanks Anon.
786
+ >you should get a small table to put it next to the desk at a lower level.
787
+ Yeah, would clear a lot of space but I like it when the case kind of encloses the desk from the rest of the room.
788
+ --- 93150243
789
+ >>93136369
790
+ Do you keep the informational manual that came with your chair on the desk?
791
+ --- 93150284
792
+ >>93122885
793
+ cute kot!
794
+ --- 93150317
795
+ >>93150161
796
+ fair enough, it just feels a little cramped like that in my opinion, but it's your space.
797
+ --- 93150323
798
+ how do you guys handle your leisure spending? I'm making good money, saving a lot, doing nothing but the occasional low-mid tier restaurant with loved ones and a slightly bigger vacation every other year and yet I still feel guilty for spending 50$ on hardware and computer stuff I don't absolutely need.
799
+ --- 93150327
800
+ >>93149821
801
+ The ultimate in cable management. No parts, no cables. Bliss
802
+ --- 93150502
803
+ >>93150323
804
+ Why do you feel the need to spend?
805
+ Save as much as you want, and invest your savings to make it easier for yourself in the future when you might need these money.
806
+ --- 93150652
807
+ >>93150323
808
+ I just buy what I need for PC and upgrade something when I feel like it or see an opportunity. I do try to at least sell the old stuff before I get new one though.
809
+ On the edge of getting 2x 16GB ram sticks and selling my 2x 8GB, and wanting to get a 27" if I'm able to see my secondary 22".
810
+ I lose interest on buying things if it will become clutter or unused. Thinking of paying off all the things then going on a basic local trip with friends.
811
+ --- 93150718
812
+ My old Shitposting headquarters while I was in romania
813
+ --- 93150744
814
+ >>93150323
815
+ literally all of my "leisure money" just goes to getting coffee and sandwiches hand-delivered to my doorstep.
816
+ last year i realised that computer parts would never make me happy, and decided to start taking the "7 deadly sins"-pill, i.e. just satisfy carnal desires.
817
+ currently doing the "gluttony" walkthrough.
818
+ --- 93151945
819
+ >>93114905
820
+ >>93112425 (OP)
821
+ brazilbros keep on winnin
822
+ --- 93152150
823
+ >>93118594
824
+
825
+ Comfy.
826
+
827
+ >>93122439
828
+ Is the fan not in use or are you cooling that drink?
829
+
830
+ >>93130228
831
+ Still based.
832
+
833
+ >>93146592
834
+ >>93140277
835
+ This is why I rarely clean mine. It doesn't have to be so antiseptic otherwise I think it loses something.
836
+ --- 93152178
837
+ Contract ended recently so with some of the free time I may be re-jiggering the setup.
838
+ --- 93152191
839
+ >>93152150
840
+ the fan keeps my hand cool.
841
+ --- 93152496
842
+ >>93152178
843
+ more free time to BLOAT
844
+ --- 93152566
845
+ >>93145380
846
+ thats exactly why i got it, and i want the larger version of it now that i use a number pad more at work.
847
+ Its the perfect profile for my typing style.
848
+ --- 93152582
849
+ >>93149865
850
+ i use them for copying MIDI music albums, though i have left that pack there because it stabilizes my monitor really well
851
+ --- 93152714
852
+ >>93150718
853
+ yeah looks pretty romanian
854
+ --- 93152921
855
+ >>93149634
856
+ I think it looks comfy, although I'd recommend you invest in some better headphones.
857
+ --- 93153017
858
+ >>93149634
859
+ id suggest as the other anon putting the case next to the table rather than on, you can put left of the desk it seems, no need to get a smaller desk though, cozy setup
860
+ --- 93153031
861
+ old wfh setup
862
+ --- 93153279
863
+ >>93150718
864
+ You American, boyo?
865
+ --- 93153608
866
+ Never did one of these, about time I did.
867
+ 34" mon wired to laptop in the back while the rig is being built.
868
+ Also, 5-6 piss bottles below the table.
869
+ >inb4 faggot motivational shit
870
+ --- 93153705
871
+ >>93143421
872
+ >>with the osciliscopes and the 400 cans of dr peper (two different people I think)
873
+ max comfy, dream life.
874
+ --- 93153748
875
+ >>93132795
876
+ based steve with the vx2100. wonder if he recorded any sick skate footy with that.
877
+ --- 93153871
878
+ serious question, why is everyone that post in these threads so poor
879
+ --- 93153897
880
+ >>93152921
881
+ Well, I have to wear glasses and the Sennheiser HD 25 Plus I bought presses too hard against my ears to be comfy/painless (even when switching to the soft earcups provided with the headset), so I reverted back to the cheap shit you see on the pic that doesn't hurt my ears at all no matter how long I have them on.
882
+
883
+ >>93153017
884
+ I know it would be the smart thing to do but I do like the cramped/enclosed feeling.
885
+ --- 93153982
886
+ >>93117949
887
+ >average americuck military cuck narrow minded burger retard
888
+ --- 93154011
889
+ >>93119170
890
+ instalează gentoo
891
+ --- 93154047
892
+ poasting relatively old pic but whatever
893
+ --- 93154138
894
+ >>93153608
895
+ i respect the schizophrenia
896
+ i feel like the clock deserves a more dignified hanging mechanism than a plastic towel hook...
897
+ --- 93154160
898
+ >>93153938
899
+ diamond in the rough. that massive CRT is absolutely baller.
900
+ it just needs to get cleaned up by a hazmat squad and it'll be super comfy.
901
+ --- 93154609
902
+ >>93148336
903
+ what the fuck tells you that
904
+ --- 93154711
905
+ >>93151945
906
+ --- 93155035
907
+ >>93153938
908
+ sovl, so comfy anon
909
+ --- 93155090
910
+ >>93115919
911
+ I don't understand lighting the screen, what is the point ?
912
+ --- 93155263
913
+ >>93155090
914
+ the point of those light bars is to not light the screen. he is just incompetent and has his improperly aimed.
915
+ --- 93155393
916
+ >>93133147
917
+ post @, baka
918
+ --- 93155667
919
+ has anyone here tried this?
920
+ --- 93155820
921
+ >>93148427
922
+ >has the ability to track child predators with ease
923
+ >refuses to do so
924
+ tell me again why i should like brazil? sometimes you cant give everyone all freedoms or else your kids get raped and your famiky gets murdered.
925
+ --- 93155875
926
+ >>93115919
927
+ >>93115061 fur fag
928
+ >>93118377
929
+ >>93120037
930
+ >>93122895
931
+ >>93135554
932
+ >>93154047
933
+ very decent I dig it
934
+
935
+ >>93122439
936
+ said the guy with AGP
937
+ --- 93155904
938
+ >>93155667
939
+ steps-as-cabinets look flimsy. feels like my feet would easily fell through the floor.
940
+ --- 93156114
941
+ >>93154711
942
+ zazed and testosteronepilled
943
+ --- 93156345
944
+ I can't tell if
945
+ >>93153031
946
+ or
947
+ >>93153608
948
+ bum me out more.
949
+ --- 93156473
950
+ >>93156345
951
+ >>93153608 anon here, how can I improve, fren?
952
+ --- 93156801
953
+ >>93153608
954
+ is you screen AW3423DWF ? are you happy with it ?
955
+ --- 93157184
956
+ >>93153608
957
+ this is the modern equivilant of this
958
+ --- 93157292
959
+ >>93157184
960
+ nah, that lacks the schizo notes
961
+ --- 93157316
962
+ >>93112425 (OP)
963
+ Based
964
+ --- 93157338
965
+ >>93155667
966
+ this looks terrible, being confined to a small overhead while working
g/93115956.txt CHANGED
@@ -934,3 +934,203 @@ iPhones of my friends though, didn't last even 4 full years. They had 7 back the
934
  >>93139825
935
  My two banking apps work just fine plus the 2fa auth from work doesn't have any issues.
936
  Keep seething iToddler, I paid a quarter of the iToy X for my Poco F1.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
934
  >>93139825
935
  My two banking apps work just fine plus the 2fa auth from work doesn't have any issues.
936
  Keep seething iToddler, I paid a quarter of the iToy X for my Poco F1.
937
+ --- 93146832
938
+ >>93144385
939
+ Stop using wireless charging, it heats up the battery more than wired and it is extremely inefficient.
940
+ --- 93146936
941
+ Is the Zenfone 9 still the only good "small" phone to get? Shit is still 760 euro where I am.
942
+ --- 93147101
943
+ >>93126901
944
+ 7a. Will be better all-round. Faster SoC, better fingerprint reader, new camera setup, 90Hz screen.
945
+ --- 93147105
946
+ >>93139961
947
+ >Does anyone know of a good way to turn it into a dedicated e-reader?
948
+ Yeah. You download png files and then read them.
949
+ --- 93147116
950
+ >>93140541
951
+ A14 is fine.
952
+ --- 93147135
953
+ >>93141686
954
+ Xcover 5
955
+ Pixel 4a
956
+ Galaxy S10e w/Lineage
957
+ Ulefone Jelly 2
958
+ --- 93147168
959
+ >>93145894
960
+ $300. Get something Motorola.
961
+ --- 93147220
962
+ >>93115956 (OP)
963
+ Best phone with a headphone jack?
964
+ Asus zenphone 9 looks decent, but I'd like something a little bigger and with wireless charging.
965
+ If the s23 had a headphone jack, I'd get it.
966
+ The glass back on my s10+ is coming unglued, so I'd like to replace it. I think I left it in from of my car's heater for too long...
967
+ --- 93147458
968
+ >>93147220
969
+ >The glass back on my s10+ is coming unglued
970
+ It's a feature that lets you replace the battery easier. Also just get a case
971
+ --- 93147573
972
+ >>93144338
973
+ Anime website
974
+ --- 93147641
975
+ >>93147458
976
+ I have a case, but now my phone isn't waterproof.
977
+ Battery has actually held up fine over the years.
978
+ Maybe I should just get a battery replacement kit and glue it back on.
979
+ Also, my screen is burned in quite a bit from being in the sun, so I was looking for another phone anyway.
980
+ --- 93147698
981
+ >>93147220
982
+ Xperia 1 V in a few days, Xperia 5 V in a few months. It should be about the same price as a S23U.
983
+ --- 93149102
984
+ >>93146936
985
+ Stop trusting "reviewers" calling the Zenfone 9 "small".
986
+ --- 93149128
987
+ >>93147698
988
+ Too bad the audio jack is 20$ mp3 player tier.
989
+ --- 93149376
990
+ >LCD screen (every OLED phone I have used has gotten burn in)
991
+ >120hz
992
+ >Cutting edge chipset
993
+ >headphone jack
994
+ >Ateast 8gigs of memory
995
+
996
+ Does this phone exist?
997
+ --- 93149635
998
+ >>93149376
999
+ poco x3 pro
1000
+ --- 93149807
1001
+ I think I'm going to buy an A34, but I'm pissed that it has no headphone jack. If the Moto G82 had a better camera, I would've bought it already.
1002
+ I guess I can just buy an mp3 player.
1003
+ --- 93150120
1004
+ My second Pixel 3 has now lived through 2 days when I didn't need to use it too often. I'm proud of it. Although they could've put some 4000 mAh in that generation already, Pixel 5 has shitty speakers and camera hole.
1005
+ --- 93150472
1006
+ >>93147220
1007
+ The S23 doesn't have the headphone jack but you can always buy a dongle.
1008
+ --- 93150811
1009
+ Youtube Vanced has died. What the hell am I supposed to use now
1010
+ --- 93150916
1011
+ >>93144183
1012
+ >>93144173
1013
+ Is it easy to tell that a phone is fake? I can buy one and just check.
1014
+ --- 93151166
1015
+ >>93150811
1016
+ Newpipe is nice. Lack of Google account bullshit is refreshing. I heard there's LibreTube too.
1017
+ --- 93151289
1018
+ Just got my zenfone 9, set everything up, it's still at android 12 and sec update from august 2022, ota update will come later right?
1019
+ --- 93151442
1020
+ >>93115956 (OP)
1021
+ >I'm proud to present the iPhone
1022
+ --- 93151474
1023
+ my phone just baleeted an entire music folder
1024
+ dont even know where to begin figuring out what happened
1025
+ --- 93151549
1026
+ >>93151474
1027
+ You can't find it with a file manager? X-plore has a handy folder map which you can use, and if it's a big folder it will show up. Maybe you moved it by mistake.
1028
+ --- 93151666
1029
+ Decided my next phone will be an iphone, haven't used one since the 5s. Let's see if the shills are onto something.
1030
+ --- 93151724
1031
+ >>93151549
1032
+ nope, i looked for the files and they're gone
1033
+ the folder itself is still there but it's empty
1034
+ i'm sure i didn't delete it myself and i was just listening to that folder yesterday, then opened poweramp today again and all files are missing
1035
+ pretty weird
1036
+ --- 93151846
1037
+ >>93151666
1038
+ I've been using mine for more than 4 years, mr. Satan.
1039
+ --- 93151862
1040
+ >>93151724
1041
+ Well, the OS always re-creates an empty Music folder.
1042
+ --- 93151943
1043
+ >>93151862
1044
+ No it's a subfolder in the music folder
1045
+ The main music folder is fine, all files are there, other subfolders are also untouched, it was just this specific one
1046
+ --- 93152197
1047
+ Sick of EU volume limit here in the U.K how the duck do audiophiles enjoy uninterrupted audio bliss without the volume randomly turning itself down? Lawmakers must be trolling...
1048
+ --- 93152211
1049
+ What's the best Samsung or Motorola for $200?
1050
+ --- 93152533
1051
+ >>93152197
1052
+ Never happens to me on S23U.
1053
+ --- 93152552
1054
+ >>93143760
1055
+ that's true
1056
+ --- 93152613
1057
+ >>93146226
1058
+ I have more in altcoins than you make in a year nigger. Sent from my FagBook Pro Max 16,2" 64GB of RAM.
1059
+ --- 93152747
1060
+ >>93149128
1061
+ >sony failing headphones
1062
+ it's over for real
1063
+ --- 93152755
1064
+ >>93152533
1065
+ Yes, it does
1066
+ --- 93153281
1067
+ >>93151846
1068
+ Ok, well what do you think? Are there any thoughts in that head of yours?
1069
+ --- 93154102
1070
+ Is a53 the fav phone was it another one
1071
+ --- 93154144
1072
+ CAN THESE MEME PHONE MAKERS STOP WITH THE FUCKING OLED THAT CANT EVEN GET BRIGHT AND HAS PWM
1073
+ WHO EVEN LIKES FUCKING OLED
1074
+ BRING BACK THE LCD JESUS CHRIST
1075
+ --- 93154377
1076
+ >>93149807
1077
+ A52 5G.
1078
+ --- 93154445
1079
+ >>93152211
1080
+ Moto G82 or G100
1081
+ A14 or A52 5G
1082
+ --- 93154451
1083
+ >>93154144
1084
+ You need an S23 right now and I'm not even shilling. You get the best display and the best software experience
1085
+ --- 93154474
1086
+ >>93149128
1087
+ Works fine on my machine.
1088
+ --- 93154543
1089
+ >>93154377
1090
+ >>93154445
1091
+ the a53 is not good?
1092
+ --- 93154726
1093
+ >>93124470
1094
+ >buying a nice phone is retarded
1095
+ >buying several overpriced euroshit vehicles is not
1096
+ --- 93154808
1097
+ Does LCD panels have any advantages over AMOLED ?
1098
+ --- 93154872
1099
+ >>93154474
1100
+ Your machine is shit and it doesn't matter. Stop coping.
1101
+ --- 93154890
1102
+ >>93154808
1103
+ They're thicker, less efficient and have worse specs in every measureable metric. But they don't burn in unevenly.
1104
+ --- 93154994
1105
+ >>93140680
1106
+ https://www.youtube.com/watch?v=rLmwLcLikXQ [Embed]
1107
+ --- 93155186
1108
+ still waiting for 1 V to btfo samsung shills
1109
+ --- 93155340
1110
+ >>93155186
1111
+ >throttles
1112
+ kek
1113
+ --- 93155398
1114
+ >>93154543
1115
+ No.
1116
+ --- 93155415
1117
+ >>93154451
1118
+ I'll wait for the S27
1119
+ --- 93156311
1120
+ >>93116410
1121
+ The King!
1122
+ --- 93156394
1123
+ >>93155340
1124
+ throttle deez nuts lmao
1125
+ --- 93156939
1126
+ >>93154808
1127
+ They don't destroy your eyes
1128
+ --- 93157014
1129
+ >>93149807
1130
+
1131
+ I bought an A23 5G instead of an A33 solely because of the headphone jack.
1132
+ --- 93157135
1133
+ >>93156939
1134
+ >eyelet
1135
+ --- 93157401
1136
+ i've been using the pinephone as my daily driver for a couple years without much issue, but i gotta start going back to the office so i'm gonna need something with a longer battery life, what should I get?
g/93121411.txt CHANGED
@@ -796,3 +796,369 @@ this is cool
796
  --- 93145896
797
  >>93145045
798
  https://www.youtube.com/watch?v=ZRsJH6De6nI&list=RDZRsJH6De6nI [Embed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
796
  --- 93145896
797
  >>93145045
798
  https://www.youtube.com/watch?v=ZRsJH6De6nI&list=RDZRsJH6De6nI [Embed]
799
+ --- 93147474
800
+ >>93143736
801
+ Using the word "homosexual" is homosexual.
802
+ --- 93147480
803
+ >>93142211
804
+ Neumi bs5p has a firmware version with a high pass filter at 80Hz. That's the easiest option. But in general go with minidsp or recievers.
805
+ --- 93147567
806
+ >>93144698
807
+ How does moode go with downloading stuff for local storage from tidal, deezer or spotify?
808
+ --- 93147992
809
+ >>93147567
810
+ Can't say, i play stuff from my own server or net radio stations.
811
+ I'm a bit of a pirate and download my shit from rutracker, TPB and so on.
812
+ --- 93148858
813
+ Hello, dual-mono friends
814
+ --- 93149010
815
+ >>93148858
816
+ I think if I ever did distributed audio in a house I'd do it all in mono. Makes no sense when people do kitchen systems and stuff and then do stereo.
817
+ --- 93149173
818
+ What are some good cheap powered speakers that take RCA ?
819
+ Under 50 euro if they exist, I just need them as secondary speakers in another room
820
+ --- 93149490
821
+ >>93149173
822
+ Used Alesis M1 active with a couple of female RCA - male Jack 6.35mm adapter
823
+ --- 93149598
824
+ DSP and room correction noob here. I've recently obtained a measurement microphone and corrected my setup via a convolution filter. I did not move my speakers at all, only equalization. After applying it i feel like the soundstage has expanded significantly, vocals appear to stage much further forwards, especially audible in songs with fairly isolated vocals, first noticed it while listening to In The Air Tonight. Is it possible for equalization alone to do that or have I gone full placeboid?
825
+ --- 93149739
826
+ Got a pair of Spendor A1s to Rega Brio to Rega P3.
827
+ What kind of dac\streamer+dac would you recommend to attach all that to a tv?
828
+ --- 93149867
829
+ >>93149739
830
+ >Spendor A1
831
+ cute. i'd like these in natural walnut for my desk. what finish do you have?
832
+
833
+ As far as attaching to a TV, I'd just get a receiver.
834
+ --- 93149977
835
+ >>93149867
836
+ The light one. Oak I think.
837
+ I like Spendors, my big bro had a pair of different ones and I always liked how they sounded.
838
+ --- 93150691
839
+ >>93148858
840
+ Sweet silver ware, my dude.
841
+
842
+ >>93149010
843
+ Not sure, you can still enjoy the airyness of stereo, even if you aren't in the sweet spot.
844
+
845
+ >>93149598
846
+ Hard to say, but it's entirely possible that a real change has happened in the frequency response and what you hear is real.
847
+ I hear the change in bass mostly in my setup, it's gotten dry, it feels as if there is no reverb in it as it is without DSP.
848
+ I bought a Dirac license, but didn't activate it yet, word is it will fix timing issues and allows for a less smeary stereo image.
849
+ Last step would be testing out some room treatment. I have glass doors behind my speakers, i wonder what an absorber would change.
850
+ Anyway, i pity the people that don't have any EQ at all.
851
+
852
+ >>93149739
853
+ MiniDSP Flex, input from TV via optical.
854
+
855
+ >>93149977
856
+ Show pics you thundercunt.
857
+ --- 93151135
858
+ >>93149598
859
+ Every audiophool buzzword is just a product of frequency response and distortion, so that's entirely possible.
860
+ --- 93151292
861
+ >>93151135
862
+ You didn't account for the spirituality of music there.
863
+ --- 93151495
864
+ >>93145045
865
+ Real music.
866
+ https://youtu.be/voSHK1bAIN4 [Embed]
867
+ --- 93151528
868
+ >>93151292
869
+ >take LS50
870
+ >put it in a big box and cross it over with other woofers so it actually has bass and high output
871
+ >say you made the best speaker ever and charge $250,000
872
+
873
+ It's insulting, honestly.
874
+ --- 93151821
875
+ >>93151495
876
+ Jorge wants to be hardcore, but his mother doesn't let him.
877
+
878
+ >>93151528
879
+ It's a clownshoe thing, you wouldn't get it.
880
+ --- 93151857
881
+ >>93121411 (OP)
882
+ are wharfedale diamonds really that good?
883
+ --- 93151987
884
+ >>93151857
885
+ They are good for the money, check out the measurements of the 12.1 at ASR. Good directivity, fair distortion. They work well with DSP and are acceptable without.
886
+ If you find something better, let us know.
887
+ Anyway, we don't have really bad gear in the OP, so feel free to pick something else. I'm a large fan of the LX-3 II since a few days.
888
+ --- 93152000
889
+ >>93151857
890
+ --- 93152021
891
+ >>93151857
892
+ Also, check out the 5 way Vuvuzela
893
+ --- 93152062
894
+ >>93151987
895
+ >I'm a large fan of the LX-3 II
896
+ I really wish there was more reviews on these. How are they? You ever used diamond 12.2s before?
897
+ --- 93152090
898
+ >>93152021
899
+ For optimal trainhorn sound restitution.
900
+ --- 93152268
901
+ BOOM BOOM, BOOM BOOM
902
+ I WANT YOU IN MY ROOM
903
+ LETS SPEND THE NIGHT TOGETHER
904
+ BOOM BOOM, BOOM BOOM
905
+
906
+ >>93152062
907
+ Nope, not personally. I usually have a bit pricier stuff, the ATC below the Mission are somewhere at 3k€ or so.
908
+ But every now and then i try out stuff when there is a price error. So i found an Amazon.de listing for shower curtains with the description of the LX-3 II for 190€ and gave them a try.
909
+ What do you have? Pics?
910
+
911
+ >>93152090
912
+ Imagine this thing in a regular Yuropoor flat, in a 30m2 living room. Tröööööööt
913
+ --- 93152315
914
+ NGL, these are cool.
915
+ --- 93152350
916
+ New copypasta for when we have another audiophool?
917
+
918
+
919
+ You claim that an
920
+
921
+ ( ) audible
922
+ ( ) measurable
923
+ ( ) hypothetical
924
+
925
+ improvement in sound quality can be attained by:
926
+
927
+ ( ) upsampling
928
+ ( ) increasing word size
929
+ ( ) vibration dampening
930
+ ( ) bi-wiring
931
+ ( ) replacing the external power supply
932
+ ( ) using a different lossless format
933
+ ( ) decompressing on the server
934
+ ( ) removing bits of metal from skull
935
+ ( ) using ethernet instead of wireless
936
+ ( ) inverting phase
937
+ ( ) installing bigger connectors
938
+ ( ) installing Black Gate caps
939
+ ( ) installing ByBee filters
940
+ ( ) installing hospital-grade AC jacks
941
+ ( ) defragmenting the hard disk
942
+ ( ) running older firmware
943
+
944
+ Your idea will not work. Specifically, it fails to account for:
945
+
946
+ ( ) the placebo effect
947
+ ( ) your ears honestly aren't that good
948
+ ( ) your idea has already been thoroughly disproved
949
+ ( ) modern DACs upsample anyway
950
+ ( ) those products are pure snake oil
951
+ ( ) lossless formats, by definition, are lossless
952
+ ( ) those measurements are bogus
953
+ ( ) sound travels much slower than you think
954
+ ( ) electric signals travel much faster than you think
955
+ ( ) that's not how binary arithmetic works
956
+ ( ) that's not how TCP/IP works
957
+ ( ) the Nyquist theorem
958
+ ( ) the can't polish a turd theorem
959
+ ( ) bits are bits
960
+
961
+ Your subsequent arguments will probably appeal in desperation to such esoterica as:
962
+
963
+ ( ) jitter
964
+ ( ) EMI
965
+ ( ) thermal noise
966
+ ( ) existentialism
967
+ ( ) cosmic rays
968
+
969
+ And you will then change the subject to:
970
+
971
+ ( ) theories are not the same as facts
972
+ ( ) measurements don't tell everything
973
+ ( ) not everyone is subject to the placebo effect
974
+ ( ) blind testing is dumb
975
+ ( ) you can't prove what I can't hear
976
+ ( ) science isn't everything
977
+
978
+ Rather than engage in this tired discussion, I suggest exploring the following factors which are more likely to improve sound quality in your situation:
979
+
980
+ ( ) room acoustics
981
+ ( ) source material
982
+ ( ) type of speakers
983
+ ( ) speaker placement
984
+ ( ) crossover points
985
+ ( ) equalization
986
+ ( ) Q-tips
987
+ --- 93152351
988
+ >>93152315
989
+ >naked men
990
+ lol ok
991
+ --- 93152438
992
+ >>93152351
993
+ >is afraid of evropean sovl
994
+ >thinks naked men are gay
995
+ >is a wizard
996
+ I can tell your opinion doesn't matter to anyone by the tone of your prose.
997
+ --- 93152501
998
+ >>93151495
999
+ >Insect Warfare
1000
+ got attacked by some ants last October their music was more fun
1001
+ --- 93152528
1002
+ >>93152350
1003
+ >replacing the external power supply
1004
+ Aiyima A07
1005
+ >inverting phase
1006
+ If you train you can hear it
1007
+ >running older firmware
1008
+ Airpods
1009
+ --- 93152679
1010
+ I've had ma Vanatoo T0s and SB-1000 for about half a year now. How do I calibrate them?
1011
+ --- 93152683
1012
+ >>93152350
1013
+ >vibration dampening
1014
+ Subwoofers on a suspended floor. Bookshelf speakers on a desk. Studio monitor isolation pads do make a difference depending on the surface they're used on.
1015
+ >inverting phase
1016
+ Phase adjustment can help.
1017
+ https://www.audioholics.com/subwoofer-setup/subwoofer-placement-the-place-for-bass-part-1/subwoofer-placement-the-place-for-bass-part-1-page-5
1018
+ --- 93152715
1019
+ >>93152679
1020
+ https://www.youtube.com/watch?v=Ev1bSSL8tRA [Embed]
1021
+ --- 93152757
1022
+ AP3050D vs TPA3116 ?
1023
+ --- 93152761
1024
+ >>93152021
1025
+ meh, I prefer real bass with my train horns
1026
+ --- 93152773
1027
+ >>93152438
1028
+ You talk like a fucking a fag, i know exactly how to deal with the likes of you, you're lucky this is the internet you faggot pussy
1029
+
1030
+ And I don't care about the topic sexuality being pushed in music or other arts but when it stands against man and woman that's the shit that I'm not comfortable with.
1031
+
1032
+ I've got a right to speak my mind and no one can tell me anything
1033
+
1034
+ speakers looked like shit anyway, fucking shit taste
1035
+ --- 93152865
1036
+ >>93152773
1037
+ poor little anon, show me where the globohomo touched you.
1038
+ also your reddit spacing is gayer than any naked man can ever be.
1039
+ --- 93152893
1040
+ >>93152865
1041
+ pompous servant of the serpent show yourself
1042
+ --- 93152942
1043
+ I have iFi portable dac but i use this beauty daily, the headphone cue feature is my best friend for djing
1044
+ --- 93153004
1045
+ 1x10 can basically blow your ears out, some of these giant rigs are downright scary
1046
+ --- 93153108
1047
+ >>93152773
1048
+ >it stands against man and woman
1049
+ It's just in your head, son. Nobody projects sexuality into this, it's just a naked stone dude.
1050
+ You have to be 18 to post here. Picrel is (you).
1051
+
1052
+ >>93152942
1053
+ What does it do?
1054
+ --- 93153302
1055
+ >>93153108
1056
+ 4channel usb soundcard lets monitor channels 1+2 or 3+4 with headphones
1057
+
1058
+ handsome pic btw
1059
+ --- 93153449
1060
+ >>93153302
1061
+ >handsome pic btw
1062
+ Y-you t-too?
1063
+ --- 93153493
1064
+ finally got around soldering some xlr cables and set up the in-8s i ordered last week
1065
+ first time having speakers on my desk - this fucking sucks - no space for anything can't even open the laptop
1066
+ and now i have to buy a fucking shelf or highboard or whatever to put the record player on
1067
+ oh and also stands for the speakers (am thinking about isoacoustics any other recommendations?)
1068
+ sound is great though so i guess it's all worth it
1069
+ --- 93153646
1070
+ >>93152773
1071
+ >>93152438
1072
+ >>93152351
1073
+ >>93152315
1074
+ Guys guys guys calm down. I think we can all agree that class D is fucking shit and only purchased by scrubs. Class A/B audio is the true patricians choice.
1075
+ --- 93153694
1076
+ >>93152350
1077
+ Nice, I prefer to just call them fucking faggots and insult their probable virgin status. That's a lot simpler.
1078
+ --- 93153810
1079
+ >>93153493
1080
+ Studio monitor isolation pads. They're all made of the same dense foam, so just get the cheapest ones that fit the dimensions of the speaker.
1081
+ --- 93153928
1082
+ >>93153810
1083
+ >foam pads
1084
+ aren't isolation stands supposed to be much better?
1085
+ --- 93154076
1086
+ >>93153928
1087
+ Why are they supposed to be better, compared with say, a stack of books with a rubber mat?
1088
+ --- 93154104
1089
+ >>93153928
1090
+ They just look nicer. You only need to stop vibrations, and the foam they use is great at that.
1091
+ --- 93154121
1092
+ >>93153928
1093
+ Comprehend the incomprehensible.
1094
+ --- 93154213
1095
+ >>93154121
1096
+ Stealing the flooring from children's playgrounds and using it to soundproof your room?
1097
+ --- 93154259
1098
+ The two live discs that came with the special edition of So are so fantastic.
1099
+ --- 93154280
1100
+ >>93154213
1101
+ I see no problem with that, if you make sure to leave some heroin needles or something in exchange.
1102
+ --- 93154372
1103
+ >>93153928
1104
+ Stands don't do anything. Elastic materials absorb vibration, increased mass reduces the amplitude of vibrations. I have a granite plate on a rubber mat under my subwoofer, no vibration is reaching the floor. Cost me about $10 in total. This doesn't stop the sound itself vibrating the floor though.
1105
+ --- 93154373
1106
+ >>93154076
1107
+ >>93154104
1108
+ >>93154121
1109
+ I don't know I guess the smaller contact surface should reduce transmitted vibrations
1110
+ I'll also need 9-10cm of lift so pure foam won't cut it and i don't really like the idea of stacked books
1111
+ just looked at the different options on thomann and the isoacoustics look nice and stable and had the best reviews
1112
+ I'm sure there's some autist out there who measured different monitor stands (waterfall decay diagram maybe?)
1113
+ --- 93154490
1114
+ >>93154372
1115
+ >I have a granite plate on a rubber mat under my subwoofer
1116
+ I do the same with a 3D printer. The stone plate was 1.50€ and the foam is from some packaging.
1117
+ --- 93154526
1118
+ >>93154373
1119
+ Get the foam pads and make small risers yourself. Get creative and be proud of it. Spray paint is surprisingly easy.
1120
+ You could also try wall mounting them with brackets, which would also be cheap and give you more desk space.
1121
+ --- 93154845
1122
+ I had a $300 dac and $300 tube amp, and beyerdynamic T1.
1123
+
1124
+ Gave the dac and tube amp away, beyer t1 have been in a closet for 4yrs because the headband and pads are worn. Using AKG 240 directly connected to my onboard sound instead and a chink soundbar. Doesn't really get much better than this.
1125
+ --- 93154961
1126
+ >>93154526
1127
+ why do you hate stands so much?
1128
+ I'd rather spend 100€ on some ready made stands than 50 in materials and an afternoon of work for no improvements, just for the sake of diy
1129
+ >wall mounting them
1130
+ not that much cheaper so i prefer the flexibility of stands also the gained desk space would be unusable because of the low height
1131
+
1132
+ >granite plate on a rubber mat
1133
+ that probably works great for you but obtaining a granite plate is a lot more effort or not that much cheaper than just ordering some stands
1134
+ --- 93155359
1135
+ >>93154961
1136
+ Because they're very overpriced for what they do. And yes, mounting them on the wall would be much cheaper. It's like $35 for a pair of mounts on Amazon and the pads are like $25.
1137
+ --- 93155474
1138
+ >>93155359
1139
+ >$35 for a pair of mounts
1140
+ i could also get a pair of amazon stands for that price
1141
+ I just want some nice stands don't really care about spending 50 bucks more or less
1142
+ still open for other (stand) suggestions
1143
+ --- 93155549
1144
+ >>93155474
1145
+ Then don't cry about reduced desk space. And look for yourself, you're not a child.
1146
+ --- 93155569
1147
+ >>93155474
1148
+ I could get your mother for 2 hours for that price.
1149
+ --- 93155758
1150
+ >>93154845
1151
+ >Gave the dac and tube amp away
1152
+ I have some Grado GS-1000's that I run with a Matrix mini-i DAC into a woo audio WA22 tube amp. While I love the sound with the tube amp and it looks cool on my shelf it is only slightly better than just going out of the DAC's headphone out. If I were to do it again I would have just skipped buying the tube amp. The DAC is like 95% of the improvement over going direct out of a sound card, or at least it was for me. A higher end soundcard though with a nice set of headphones will probably do the trick for most people.
1153
+ --- 93155764
1154
+ >>93155549
1155
+ i was simply asking about desk stands maybe some anons have had good experiences with other brands
1156
+
1157
+ >>93155569
1158
+ >your mother for 2 hours
1159
+ that'd be a generous tip, thanks anon
1160
+ --- 93156919
1161
+ hifi is for boomers
1162
+ --- 93157070
1163
+ >>93156919
1164
+ lofi is for chads
g/93121756.txt CHANGED
@@ -794,3 +794,74 @@ If 10/11 still had access to that classic theme that 7 had I'd be using it in a
794
  --- 93145780
795
  >>93144953
796
  Check out the site OSVault. I'd also very much recommend running Windows like the 9x editions in PCem or 86Box instead of VirtualBox or VMware.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
794
  --- 93145780
795
  >>93144953
796
  Check out the site OSVault. I'd also very much recommend running Windows like the 9x editions in PCem or 86Box instead of VirtualBox or VMware.
797
+ --- 93147174
798
+ >>93145073
799
+ The Eye still has OS downloads? A mirror I found doesn't seem to.
800
+ Man, I miss when they had full rom sets.
801
+ --- 93147855
802
+ >>93145498
803
+ The irony is, it does. The "classic theme" is actually "no theme at all": it's how GDI and USER have drawn windows and controls since Windows 95. If you completely kill the DWM, it will fall back to it.
804
+ However, therein lies the problem: so much modern code is now dependent on DWM, killing it breaks a ton of stuff, not least of which is all UWP apps.
805
+ --- 93148717
806
+ >>93147855
807
+ Well then there's really no use trying to "use" it then is there. I guess there might be some kind of classic theme you could get off DeviantArt to use with SecureUXTheme if I was *really* desperate, but I have my taskbar auto-hide and I barely even use my Start so whatever I guess.
808
+ --- 93148751
809
+ >>93148717
810
+ No, there isn't. Not since Windows 8.
811
+ The world moves on, anon. Yes, your best bet is to fish around for lookalike theme.
812
+ --- 93149765
813
+ help a brainlet out, how do i upgrade from windows 7 to 10 iot ltsc without breaking shit and without doing a fresh install
814
+ --- 93149883
815
+ >>93149765
816
+ That upgrade path is specifically blocked. However, there is one horrible way around it, and that's install LTSB 2015 first. It didn't have a block on upgrading coomer SKUs, so if you do that, you can then install LTSC 2021 and get on with your life.
817
+ Don't be a retard though: take a full, working backup of at least C: drive before doing this, and budget at least four hours for the job.
818
+ --- 93149948
819
+ >>93149765
820
+ Going from 7 to 10 LTSC with all files kept isn't officially supported and you gotta go through hoops if you want to do it. The easiest thing to do would be to backup all your shit and then just wipe your install and install 10 LTSC over the rubble.
821
+ --- 93150533
822
+ So I heard that win 10 and 11 have either reduced or removed telemetry of you use a EU version or set your system to a EU country during install. That or, if you disabled teletry on a EU version it actually disables all of it thanks to EU privacy laws.
823
+
824
+ That true or a load of shit?
825
+ --- 93150591
826
+ >>93150533
827
+ It's a load of shit. The EUSSR is probably working on the idea (they like controlling everyone and everything like all communists do), but it doesn't affect the Windows ISO you install today - or tomorrow, or next month, or likely even next year.
828
+ --- 93150654
829
+ >>93150533
830
+ Sounds like snake oil to me. Just run ShutUp10++ on a stock install like the rest of us.
831
+ --- 93151384
832
+ >>93121756 (OP)
833
+ Where do I get Windows 11 Education, if that is even a thing ?
834
+ --- 93152008
835
+ >>93151384
836
+ Microsoft website, copypaste links
837
+ Microsoft releases a multi-edition iso which you can select from lots of version liek Home, Pro, Education etc
838
+ >>93150533
839
+ Education comes off with some telemetry and settings already off
840
+ You should run shutup10++ after each install anyways
841
+ --- 93153402
842
+ which anime should i start watching guys
843
+ --- 93154769
844
+ >>93121820
845
+ >imagine needed 1GB of RAM minimum
846
+ *2GB
847
+ >~ this post was made by XP gang
848
+ needs 512
849
+ --- 93155664
850
+ Is it possible to program foobar2k to use my ASIO audio interface only when it's speakers are the default audio device on windows?
851
+ My current setup is Headphones/Monitors and I don't want to switch foobar settings according to which audio device I'm using.
852
+ --- 93155803
853
+ Guys how do I install Windows from a USB without deleting my secondary ssd? Am I rarted?
854
+ --- 93155851
855
+ Bitch ass nigger Win10 update fucked my trackpad up. The center of my x270 trackpad doesn't work properly anymore. Stupid piece of shit.
856
+ --- 93156318
857
+ >>93155803
858
+ In the normal setup just don't delete that drive and select the primary drive instead. (Go by size and not number)
859
+ See pic rel
860
+ --- 93156562
861
+ Does Ryzen 5600x have better scheduling on Win11? If so, how do I get it while also removing TPM requirements and etc so I don't mess up my mobo?
862
+ --- 93156563
863
+ anyone tried it?
864
+ https://github.com/LGUG2Z/komorebi
865
+ --- 93157180
866
+ >>93144541
867
+ windowblinds
g/93125586.txt CHANGED
@@ -719,3 +719,407 @@ What are you gonna do, clone your dotfiles in the superuser account of every mac
719
  Flatpak exists, you know. You might even, may God forgive me for uttering this, use snap. And a lot of projects just have a standalone tarball or something on their homepage you can download and unpack.
720
  --- 93146370
721
  I start a new internship next week. I might have exaggerated and upsold my skills a little bit in my resume and interview. I've been cramming shit but I dunno if I'll be able to be prepared on time. Is it over?
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
719
  Flatpak exists, you know. You might even, may God forgive me for uttering this, use snap. And a lot of projects just have a standalone tarball or something on their homepage you can download and unpack.
720
  --- 93146370
721
  I start a new internship next week. I might have exaggerated and upsold my skills a little bit in my resume and interview. I've been cramming shit but I dunno if I'll be able to be prepared on time. Is it over?
722
+ --- 93146964
723
+ Is there a good (preferably official) explanation of windows app-specific directory uses?
724
+ Mainly, when to use "Roaming" over "Local" and the cache cleanup policy.
725
+ --- 93147028
726
+ >>93143923
727
+ Okay then. How do I do that?
728
+ --- 93147151
729
+ >>93128233
730
+ >>93134719
731
+ >>How can I get an url in javascript for a tamper monkey userscript but without prefixes like www.?
732
+ Bumping again.
733
+ --- 93147231
734
+ >>93147028
735
+ Just share a folder (right click properties sharing) and if you connect to that machine via windows explorer -> network on the other machine you'll see it
736
+ ethernet recommended, naturally
737
+ --- 93147250
738
+ >>93147231
739
+ About to head out for work so will try later, but thank you in advance should this succeed. However, the aforementioned server/second PC I'm putting the vids in is running Ubuntu. Will it still work?
740
+ --- 93147318
741
+ >>93147250
742
+ ah ok, if you're the only one who uses your local network (or you trust anyone who may be on it not to dick with anything) just use method 1 from https://itsfoss.com/share-folders-local-network-ubuntu-windows/
743
+ otherwise look at method 2 on that page, using Samba, which is no more complicated to setup than anything else on Ubuntu, but gives you a bunch of options for users & permissions
744
+ --- 93147346
745
+ >>93126805
746
+ ¡Ay caramba!
747
+ --- 93147539
748
+ >>93145662
749
+ bump
750
+ --- 93147558
751
+ is there any 3rd party twitter client up to date?
752
+ --- 93147581
753
+ I'm looking for a site/service where I can put in a url, then require a password for someone to reveal/unlock the url, it's for a game.
754
+
755
+ Basically, the idea is the person needs to identify the thing from a portion of an image, click a link, then put the name of the thing as the password and if they're right it'll forward them/link them to a page about the thing.
756
+
757
+ But I don't really know if there's a site that I can use to set that up. Most search queries get me password reset plugins and things like that.
758
+ --- 93147621
759
+ I have just gotten a deepcool as500 plus cooler for my ryzen 7800x3d and noticed it was running a little hot (84C on cinenench with no pbo or expo and 91C max in Far Cry 5). Upon closer inspection I saw that the screw on one of my brackets was fucked. I'm thinking of buying a new mounting kit, but the only one available in my country is the Noctua NM-AM5/4-MP83. Will this work? I've measured the distance between the screws using paper (because I don't have a ruler), and it was 85 mm. Or is that even necessary?
760
+ --- 93147693
761
+ Is it possible to have an animated gif as a desktop wallpaper?
762
+ --- 93147695
763
+ >>93147581
764
+ Maybe this?
765
+ https://shrtco.de/tools/password
766
+ --- 93147702
767
+ >>93147581
768
+ If you're not fussed about aesthetics, a passworded Pastebin?
769
+ --- 93147740
770
+ >>93145797
771
+ nothing
772
+ toggles are retarded
773
+ --- 93147770
774
+ >>93147693
775
+ I did it on xp
776
+ --- 93147800
777
+ >>93130681
778
+ Open Video Downloader GitHub
779
+ --- 93147915
780
+ >>93125586 (OP)
781
+ >nano
782
+ >mostly used by people
783
+ ftfy
784
+ --- 93147918
785
+ >>93147695
786
+
787
+ Absolutely perfect, thank you.
788
+
789
+ >>93147702
790
+
791
+ Also a good idea, thanks!
792
+ --- 93147941
793
+ >>93125586 (OP)
794
+ I like nano
795
+ --- 93148163
796
+ >>93140736
797
+ Newly built in January, I was generous with the paste. As I mentioned my fans are linked to CPU temp in the BIOS but anything innocuous from a YT vid to even random activity in my OS can send the fans up for a bit, or keep them up. Strangely enough when I'm generating something using only VRAM the fans barely pick up, less than on YT
798
+ --- 93148188
799
+ >>93147918
800
+ --- 93148325
801
+ I'm dumb when it comes to computer wiring.
802
+ Tell me why don't people do this?
803
+ >Make a diagnose box, it consists of different parts a computer needed, GPU, CPU, RAM, etc
804
+ >Connect to the faulty PC
805
+ >Self diagnose by temporarily running the certain part on the diagnose parts, until it found the part with issue
806
+ >E.g. running everything on PC, except using the diagnose box's GPU
807
+ >The PC booted up and running without issue now
808
+ >So, the problem is the PC's GPU
809
+ Wouldn't this be super convenient and a must have for every PC repair shop?
810
+ --- 93148429
811
+ >>93125586 (OP)
812
+ I cannot get php to work on rocky linux 8.7. I have a webserver, it has a SSL cert. I have php installed, I get details when I type
813
+ php -a then phpinfo();
814
+ I just can't get php to work on any of the web pages.All it shows is the code I put in <?php echo "do something" ?>
815
+ I feel like such a tard. I run the IIS webserver at work but apache is fighting me at every freaking step.
816
+ --- 93148700
817
+ >>93148429
818
+ wats the current year preferred way of getting a SSL certificate?
819
+ --- 93148754
820
+ >>93148700
821
+ certbot
822
+ --- 93148877
823
+ How do I get access to an ebook I purchased on amazon to put on a non amazon ereader? It seems like I can only access through kindle program for desktop and the files are encrypted or something.
824
+ --- 93149325
825
+ >>93148754
826
+ Cool, the thing gave me two pem-files. What to do with them? Whats the preferred server software for static content?
827
+ --- 93149338
828
+ >>93148325
829
+ >Tell me why don't people do this?
830
+ Because it wouldn't actually work. Let's say you want to test for faulty RAM, so you plug your magic box into the computer and... then what? There's no protocol for the motherboard to use RAM that isn't plugged into the motherboard, and even if there was the motherboard maker certainly wouldn't have implemented it on a consumer-grade motherboard because that sort of thing costs money and the company would rather save 2c per board than enable your business model. If the RAM isn't plugged into the motherboard's RAM slots, it might as well not exist as far as the computer is concerned. You could do something LIKE that with the GPU because there are existing protocols for external GPUs, but even then you would have no way of knowing whether the fault lies in the GPU or the motherboard (maybe the PCIe slot itself isn't working, for example) without actually opening the case and trying the new GPU in the correct PCIe slot.
831
+
832
+ Also, if you know what you're doing it's not that hard to narrow down where the fault lies. Motherboards have error codes for things like missing GPU or missing RAM if they fail at the boot phase. You can tell that the PSU is faulty because when you press the power button nothing happens. And so on.
833
+ --- 93149430
834
+ >>93149338
835
+ Thanks for the answer.
836
+ I just thought about it but am too dumb to figure out why nobody does it.
837
+ Since if it's viable, surely it's already done.
838
+ --- 93149550
839
+ >>93142369
840
+ Because Intel expect you to get a nvidia or AMD GPU.
841
+ They were there only to give minimum video and that was it.
842
+ like the new AMD IGPUs on Ryzen 7000 series.
843
+
844
+ >>93143699
845
+ Sony MDR-7506.
846
+ Phillips SHP9500.
847
+
848
+ >>93145662
849
+ No.
850
+
851
+ >>93145682
852
+ Without soldering no.
853
+ Just leave the keyboard there, helps in stopping dust clogging the heatsink.
854
+
855
+ >>93147621
856
+ X3D CPUs run hot as fuck by default, those are the expected temps.
857
+
858
+ >>93148163
859
+ Which heatsink you got? sounds like fucked up fan curves.
860
+ The I5-13900K is hot as fuck and can spike from low temps to high temps while doing something simple.
861
+ --- 93149596
862
+ I've got about 30 SAS SSDs for free, what is the cheapest way of connecting them all to a PC? Speed isn't important
863
+ --- 93149681
864
+ >>93149550
865
+ Thanks for the answer (I'm the X3D guy), still ordered the new brackets, they were like 11 bucks and I could see when applying thermal paste that one side was pushed more than the other. Hopefully they work (oh and also ordered some Artic MX4 paste, seeing as I was using the cooler thermal paste).
866
+ --- 93149749
867
+ >>93148429
868
+ did you enable php in your apache ?
869
+ a2enmod php
870
+ if not, try that then restart your apache2/httpd
871
+ --- 93149812
872
+ >>93149681
873
+ With all that money you could have ordered something like a Scythe Mugen.
874
+ Also look for Arctic MX6 if you really want that 1°C less.
875
+ --- 93149896
876
+ >>93149596
877
+ probably a bunch of usb to sata connectors and a massive powered hub
878
+ --- 93149915
879
+ >>93149896
880
+ SAS isn't SATA
881
+ --- 93149965
882
+ >>93149812
883
+ From what I've quickly glanced , the as500 plus is a little bit better at cooling, and in my country a bit cheaper too. And nah, I don't really care about 1 or 2 degrees difference IF is below 80. It's just fucking scary turning on Far Cry 5 and seeing 90C or pausing Deus Ex Mankind Divided and it running at 80C worst case.
884
+ --- 93150134
885
+ >>93149965
886
+ The X3D CPUs are made to run at 90°C~ since they will run at the highest clock possible without limits, worry if you hit 95°C+.
887
+ If you give it better cooling it will run at the same temps again, just at faster speeds.
888
+ --- 93150292
889
+ >>93150134
890
+ That's fucking scary, especially considering the problems the EXPO ram currently has. Anyway thanks for the info, I'm gonna keep that in mind.
891
+ --- 93150347
892
+ >>93150134
893
+ >are made to run at 90°C
894
+ Marketing speech for "we made a cpu so hot it is expected to throttle"
895
+ --- 93150398
896
+ >>93150347
897
+ that's every cpu.
898
+ --- 93150416
899
+ >>93150398
900
+ Except all the ones that run cool with normal cooling
901
+ --- 93150988
902
+ I installed Mint to dualboot with Windows but I just got a thinkpad and plan on installing a VM instead of dualbooting to code on my PC. After I delete the Linux partition from disk management in Windows, how do I repair the Windows bootloader? My disc is GPT.
903
+ --- 93151026
904
+ >>93149550
905
+ It's a 13600k and I put the BQs Dark Rock Pro 4 on it. By all accounts it's substantial enough, it's the biggest heatsink I've ever used
906
+ --- 93151133
907
+ >>93149325
908
+ you dont do anything with certbot files, it automatically does everything your site should have ssl enabled now, make sure to redirect http->https traffic.
909
+ Im using nginx for my website server side
910
+ --- 93151205
911
+ >>93146068
912
+ I do not consider 8 spaces tabs good defaults but whatever.
913
+ I do use it. It's much better than vim or other shitty terminal wannabe ide.
914
+ you can even use macros so no problem doing repetitive tasks
915
+ --- 93151427
916
+ https://github.com/ekisu/mpv-webm
917
+ When I use the crop it gives me green lines on the left and right side
918
+ --- 93151446
919
+ >>93149749
920
+ a2enmod isn't a command on Rocky linux. I'll have to dig to see if it's enabled. I know it's something simple which is why i'm not overly frustrated but I am getting tired of being fought every step of the way.
921
+ --- 93151508
922
+ I use WSL with windows 10. I downloaded some files to my D:/ drive through git using Ubuntu with WSL. Later, I went to delete this folder using the file explorer in windows. One file in particular failed to delete, as windows claimed that it no longer existed at that location. When I tried to open the file, it made me create a new file as it said the file no longer existed. I couldn't rename the file because it didn't exist. Yet, it obviously did exist, because you could see it in the file explorer.
923
+ To delete it I had to go to Ubuntu and rm the file.
924
+ So I already solved the problem, but why did this even happen. I understand that different OS's have different file structures and all, but file explorer through windows saw the file in the correct location, so why could it see it but not use or delete it?
925
+ --- 93151770
926
+ Please explain to me in retard terms why high dpi (e.g. 4K on 27'' screen) and scaling in windows are bad.
927
+ --- 93152133
928
+ >>93125586 (OP)
929
+ So I know it's popular to think people in tech are generally autistic, but does anyone else feel like QA in particular are the most autistic of the bunch? These fucking people.
930
+ --- 93152175
931
+ I found my old pre build PC from 2004 I had when I was a teen and was planning on removing the HDD for memories and nostalgia. As I was taking it apart I realized I didn't know what to do with some of the parts like the RAM, CPU, and PSU. Other than recycling centers, is there anything else I could do with them? I usually just gave out my old PC parts but these are way too old to do anything with. The PC stopped working and was used up until 2009, looking back I never did figure out why or what happened as I already moved on from it. I think it was the PSU thought since I had just replaced it with a newer one before it stopped working.
932
+ --- 93152181
933
+ >>93151770
934
+ Things that were made to be pixel perfect on normal dpi have to be upscaled and can look blurry.
935
+ --- 93152185
936
+ >>93146370
937
+ it's an intership, you're supposed to learn on the job. imo don't worry too much about it lol
938
+ --- 93152198
939
+ >>93152175
940
+ Give them away for free on cragslist
941
+ Or wait another 2 decades and sell them for profit
942
+ --- 93152743
943
+ >>93125586 (OP)
944
+ Is anyone familiar with codewars? Its this website where you do these programming tasks and you level up every time you complete a task. Will this help me in becoming a better programmer? I have been doing it for a couple of days but I fell like I haven't learn shit.
945
+ --- 93152818
946
+ Fixing a relative's iPad. Give it to me straight /g/. How fucked am I?
947
+ >Without knowing the password, you can't install anything. You can't even restore to factory settings.
948
+ >There are only two ways to reset the password. One requires knowing a date of birth, which we don't know despite "we" including the person who made the account. The other requires opening an email that is sent to a recovery email. The recovery email is not known and the iPad won't give you even the slightest hint.
949
+ >Third-party software for resetting the iPad always costs money. The ones that look like they don't only let you get as far as confirming that it can do the job if you pay.
950
+ >iTunes has reset the iPad, but the factory-reset iPad still wants the password. This means the iPad is now a brick, because we can't get out of the setup process.
951
+ >The Apple website gives more info about the recovery email. We now know that the first letter is "n" and the first letter after the "@" is "i". The original email is [email protected], so my best guess is that the recover account is [email protected]
952
+ >The recover process for [email protected] requires us to enter at least one of three phone numbers. It doesn't say why. It just says we must enter them. We only suspect that we've ever owned one of them and that number is dead. We can't even find a record of what the full number was.
953
+
954
+ >>93150988
955
+ Go to /fglt/.
956
+
957
+ >>93126666
958
+ Go to /lol/
959
+
960
+ >>93129028
961
+ Be very fucking careful about what format you format the drives in to. If possible, have Windows do the formatting.
962
+ --- 93152899
963
+ >>93150988
964
+ It doesn't do anything to the Windows boot loader. Just select it from your BIOS menu.
965
+ --- 93153018
966
+ >>93152818
967
+ give it back
968
+ --- 93153082
969
+ >>93153018
970
+ I wouldn't steal an iPad. They're too shit to steal.
971
+ --- 93153117
972
+ >>93152818
973
+ Contact an Apple store with the owner present. Dig up whatever receipts or credit card statements you can from the purchase. Also look into their credit card. A lot of boomers have sick high roller CCs where the issuer will literally replace things you broke by being a retard.
974
+ --- 93153143
975
+ >>93153117
976
+ >Contact an Apple store with the owner present. Dig up whatever receipts or credit card statements you can from the purchase.
977
+ The purchase was in 2013. I've already asked and he says he doesn't have the documents.
978
+ --- 93153153
979
+ Dumb question: For those that charge money to fix PCs for family/neighbors. How do you go about posting your services? Do you use facebook or some sort of social media?
980
+ --- 93153172
981
+ >>93153143
982
+ >2013
983
+ It's fucking useless. Go buy another.
984
+ --- 93153272
985
+ does anybody know how I can switch the axis on this graph in excel? whenever I click switch row/column on chart design it just changes the colors of the bars and gets rid of the axis labels (second picrel)
986
+ --- 93153273
987
+ >>93153172
988
+ I don't expect to be able to convince the Boomer of that. How much would a replacement cost? Less than £50, I hope?
989
+
990
+ For what it's worth, I can tell the battery life is shit. Remind me what else usually happens with old Apple products?
991
+
992
+ >>93153153
993
+ DON'T FUCKING DO IT ANON.
994
+ --- 93153294
995
+ >>93153273
996
+ why not?
997
+ --- 93153343
998
+ >>93153272
999
+ --- 93153403
1000
+ >>93153294
1001
+ Once you have fixed someone's machine, you will be responsible for it for the rest of that machine's life. It does not matter what you fixed, you're now responsible for everything.
1002
+
1003
+ >>93153343
1004
+ Isn't there a wizard for this shit?
1005
+ --- 93153437
1006
+ >>93153403
1007
+ I dunno honestly, I'm new to this excel graph shittle.
1008
+ --- 93153540
1009
+ >>93153403
1010
+ then I'll charge for a lifetime of service. what's the issue?
1011
+ --- 93153632
1012
+ I have a drive with some issues, but I think it might just be a false positive kind of thing.
1013
+
1014
+ What happened is I was moving files from 2 drives to 2 separate drives in a USB-C dock, what happened is the one of the drives started shitting out errors saying it couldn't find the source files, and gave me SMART errors (bad sectors)
1015
+
1016
+ I was able to make the smart errors go away by doing a full format on the drive and it went back to normal, question is why does this happen, is it just too much struggle to be running 4 drives at once, and one of them just can't keep up, or is the drive really getting ready to shit the bed?
1017
+ --- 93153958
1018
+ are there any decent altchans left? 420chan's been dead for a long time, dreamchan went down last week... /tea/ is still around but it feels like the internet is starting to get really small. i don't know where to ask this but /g/ seems like as good a place as any.
1019
+ --- 93154218
1020
+ >>93153958
1021
+ is /tea/ still advertised anywhere? A few years ago it got regularly posted on some boards
1022
+ Also what was the link again
1023
+ --- 93154316
1024
+ Does anybody know how to make a bar graph in excel that only uses one column of data, where the horizontal axis is the name of each data point, and the vertical axis measures each time a data point is repeated in the column? For example, ig you have picrel chart, the horizontal axis is the names of the fruits, and the verticle axis measures how many times each fruit is listed again.
1025
+ --- 93154334
1026
+ my c drive size keeps decreasing without me downloading or adding anything.. help
1027
+ --- 93154692
1028
+ >>93154334
1029
+ Restart to install updates
1030
+ --- 93154798
1031
+ >>93154218
1032
+ https://chakai
1033
+ .
1034
+ org/tea/
1035
+
1036
+ very comfy
1037
+ --- 93154865
1038
+ >>93154798
1039
+ Oh wow, literally nothing about that site changed in all those years
1040
+ --- 93154873
1041
+ >>93154798
1042
+ >/tea/ is closed
1043
+ Open in 06:07:18.
1044
+ --- 93154932
1045
+ >>93154873
1046
+ yep! that's the point
1047
+ https://chakai
1048
+ .
1049
+ org/roji/
1050
+ you have ample time to prepare your tea and find a nice place to settle down
1051
+ --- 93154990
1052
+ I feel like pc's would have been a better experience overall if it had no UI and was just the terminal, no over complex bullshit applications and interfaces to cover everything up
1053
+ --- 93155009
1054
+ >>93154932
1055
+ how long is each 'session'?
1056
+ --- 93155038
1057
+ >>93154316
1058
+ Pivot table. Aggregation is ‘count’. Not exactly easy if you’ve never done it but super easy if you have
1059
+ --- 93155078
1060
+ >>93155009
1061
+ Two hours, I think.
1062
+ --- 93155079
1063
+ >>93144981
1064
+ in firefox look for "layout.css" in about:config
1065
+ --- 93155270
1066
+ >>93155038
1067
+ I didn't even know this existed, thank you desu
1068
+ also, would you happen to know how to add up all the values on the left column into one large bar instead of them all bunched up side by side?
1069
+ --- 93155286
1070
+ >>93155270
1071
+ oh fuck nvm that probably has to do with aggregate, I'll try to find that
1072
+ --- 93155565
1073
+ what hosting service should I use to host a website with very few visitors? it's just something I did to showcase my abilities to employers
1074
+ --- 93155866
1075
+ Does fast charging wear out the battery quicker than regular charging?
1076
+ --- 93156018
1077
+ >>93154798
1078
+ It's a fucking shame that 420chan shut down
1079
+ --- 93156027
1080
+ >>93155866
1081
+ Yeah
1082
+ --- 93156124
1083
+ >>93140454
1084
+ View > uncheck preview pane
1085
+ --- 93156221
1086
+ >>93153153
1087
+ >family
1088
+ Don't be a jew unless they need a part and even then you can just find an old part laying around.
1089
+
1090
+ >neighbors
1091
+ Just don't
1092
+ --- 93156259
1093
+ >>93154990
1094
+ Well, use your pc like that then.
1095
+ --- 93156540
1096
+ >>93128233
1097
+ >>93134719
1098
+ >>93147151
1099
+ >How can I get an url in javascript for a tamper monkey userscript but without prefixes like www.?
1100
+ Bumping again.
1101
+ --- 93156648
1102
+ where does transmission hide the torrent that are deleted? i delted a bounch of torrent but free space on hard disk is the same
1103
+ --- 93156665
1104
+ >>93156648
1105
+ Check the recycle bin
1106
+ --- 93156817
1107
+ SOMEONE PLEASE TEACH ME THE FUCKERY OF USBS THAT MESSING WITH MY COMPUTER
1108
+
1109
+ I got a new external SSD(Crucial X6) and it came with USB C to USB C gen 3.2 cable. Now my motherboard supports 3.2 gen 1 usb c, and my case header also support 3.1 gen USB C. NOW, when I plug my external SSD into the front USB C connector on my case, my pc freezes for a second, my keyboard and mouse disconnect, and the drive shows in the device manager but can't allocate it or do anything to it. Updates the BIOS, windows, my drive drivers and firmware, nothing changed. Luckily all of my other front connectors and my motherboard connectors are either USB 3.0 and higher. I plugged my external SSD to each one of my USB slots, none managed to exceed 60 MB/s which apparently USB 2.0 limits. WTF, I wondered: "red and blue outer colors represents SuperFast USB ports, so why I couldn't get past the 60MB/s" tried different cables from different phones, none worked, am starting to think that newer phones with USB type C at one end and type A are actually utilizing 2.0 speeds. I'm not good at googling or researching on stupid things like this, that's why i came here. PLZ HELP AND THX FOR ADVANCE
1110
+ --- 93157090
1111
+ >>93156817
1112
+ SPECS
1113
+ https://pcpartpicker.com/list/VbdbBj
1114
+ Ahh ohh that's pretty close to me REEEEEEEE
1115
+ https://forum-en.msi.com/index.php?threads/mag-b550-front-usb-does-not-recognize-external-hard-drives.348588/
1116
+ --- 93157107
1117
+ >>93156648
1118
+ transmission doesn't move files around unless you tell it to
1119
+ --- 93157171
1120
+ >>93125586 (OP)
1121
+ Where can I download the PDXBrowser_IPC.dll file? I can't find it anywhere?
1122
+ --- 93157285
1123
+ >>93156817
1124
+ temporarily, i bought capable cable.
1125
+ Also I'm kinda shocked at how ppl DEMANDS USB C for everything and then realize that even newer phones with usb c come at gen 2.0 speeds. thought that usb c bandwith shatters anything 3.2 gen 2 and beyond. so is all this hype for embracing USB C just for uniformity and nothing else?
g/93128294.txt CHANGED
@@ -725,14 +725,6 @@ How do I fix this? I've got two GPUs in this thing:
725
  They can use Mesa's software rendering via llvmpipe if they really wanted to.
726
  I don't understand their complaint. They're complaining that it's installing drivers to utilise their hardware?
727
  Somehow it's a joke for doing this yet if they didn't do that they'd be complaining that it's a joke for letting everything run at 1FPS.
728
- --- 93146509
729
- My tracker3 is fucked and I don't know where else to ask. It was failing to index a ton of files, so I reset everything with tracker3 reset --filesystem.
730
-
731
- Then I removed every location from the index, "tracker3 index" returns empty.
732
-
733
- Now it jumps to "indexed 498 files, 24 folders", even though no locations are supposed to be indexed. It sits there and says "Estimated less than one second left". tracker3 search / returns nothing.
734
-
735
- How is it possible for this thing to break so thoroughly that even a complete reset doesn't fix it.
736
  --- 93146544
737
  >>93145622
738
  Yes they are copied, I used modinfo to get their path or whether they are builtin and then I load them with modprobe. I am using an lts kernel btw, but I doubt it is the problem
@@ -749,3 +741,413 @@ is there way to edit and fix fstab entries from grub without needing full live i
749
  --- 93146711
750
  >>93146679
751
  Add init=/bin/bash to the cmdline or use Systemds rescue target.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
725
  They can use Mesa's software rendering via llvmpipe if they really wanted to.
726
  I don't understand their complaint. They're complaining that it's installing drivers to utilise their hardware?
727
  Somehow it's a joke for doing this yet if they didn't do that they'd be complaining that it's a joke for letting everything run at 1FPS.
 
 
 
 
 
 
 
 
728
  --- 93146544
729
  >>93145622
730
  Yes they are copied, I used modinfo to get their path or whether they are builtin and then I load them with modprobe. I am using an lts kernel btw, but I doubt it is the problem
 
741
  --- 93146711
742
  >>93146679
743
  Add init=/bin/bash to the cmdline or use Systemds rescue target.
744
+ --- 93146777
745
+ >>93146653
746
+ Interesting, thanks anon
747
+ --- 93147114
748
+ Guys could you suggest an alternative app launcher for Ubuntu / Gnome ? I hate the default one. It's not easily customizable and it's made for tablets.
749
+
750
+ I'd like some sort of start menu.
751
+ --- 93147187
752
+ >>93147114
753
+ https://extensions.gnome.org/extension/3628/arcmenu/
754
+ --- 93147196
755
+ >>93147114
756
+ GNOME has an extension called ArcMenu that you'd probably like.
757
+ --- 93147268
758
+ >>93147187
759
+ >>93147196
760
+ Looks nice thanks !
761
+ --- 93147414
762
+ Any issues with using KDE Plasma with picom instead of Kwin compositing?
763
+ I want to use picom because it's more reliable for me when it comes to unredirecting fullscreen applications. I know there's no fancy effects or window borders but I don't care much anymore about that.
764
+ --- 93147928
765
+ Gentleman, I did it. I finally uninstalled Steam after finishing all the games I wanted to.
766
+ I've been running Mint for a while now, started watching DistroTube and want to change to using a floating WM only. What's the most beginner friendly? He has a beg video on Openbox, so is that the one?
767
+ I will also install Arch on a VM, since people say you learn by doing it.
768
+ I want to get to the point that I know enough to do everything on terminal and get into self-hosting using Ubuntu Server.
769
+ --- 93148043
770
+ >>93147928
771
+ OpenBox is very beginner friendly. Its XML config can be a bit annoying but it's simple to understand and you can mostly just leave it as is or copy paste a few snippets here and there.
772
+ OpenBox "just weeks", it's very user-friendly.
773
+ If you wanted a complete system you could check out something like LXQt.
774
+ --- 93148321
775
+ >>93128294 (OP)
776
+ How do I permenetly delete files from calibre?
777
+ They seem to go to a trash/backup directory under the library.
778
+ --- 93148568
779
+ >>93148043
780
+ Alright, thanks, I'll go with it then. Just hope it's not like awesome, that made my mouse pretty laggy.
781
+ --- 93148612
782
+ >>93146491
783
+ >I don't understand
784
+ If you look closely, it's installing thing 1/6. Guess what the other 4/6 things are?
785
+ --- 93148824
786
+ >>93148612
787
+ Graphics drivers, yes they're different versions of the same thing and you can blame NVIDIA for that (they're the joke here, not flatpak). It needs them all because Nvidia craps itself if the version used in a container doesn't match the exact same version used on the host.
788
+
789
+ Mesa doesn't have this problem.
790
+ --- 93148825
791
+ >>93146653
792
+ i wonder if you'll have to bootstrap gcc-rs from an existing rust installation like their ada compiler. i'm hoping you won't have to do that.
793
+ --- 93148843
794
+ >>93148825
795
+ You won't. It can be bootstrapped from C, along with the rest of GCC.
796
+ The long term aim is to provide proper support integrated with GCC which should also bring Rust to targets LLVM will never support.
797
+ --- 93148889
798
+ >>93148824
799
+ I guess that's a problem specific to flatpak. Snaps don't seem to have this problem.
800
+ --- 93148903
801
+ >>93148889
802
+ They do. They just deal with it differently in a more error prone way (instead of downloading the driver I think they try to bind-mount the copy from the host into the container which might not work properly)
803
+ --- 93148934
804
+ >>93148903
805
+ >mounting
806
+ >error prone
807
+ How is that error prone? What do you think will happen with all those flatpaks anon is downloading, if not mounted?
808
+ --- 93148945
809
+ >>93140313
810
+ imagine telling a new user he has to click on obscure menus and type shit into a terminal just to install non-proprietary packages. do you dumbasses really think that you're going to attract new users with that? maybe hobbyists who are interested, but not people who are sick of windows and switch over for ease of use
811
+ --- 93148953
812
+ >>93148843
813
+ >along with the rest of GCC.
814
+ you can't build their ada and dlang compilers from scratch, at least i haven't been able to.
815
+ --- 93148982
816
+ >>93148934
817
+ It's more error prone because they don't know what the lib is on the host or where it's located. Read the source code of Snapd for all of the various hoops it jumps through and if a distro decides to put the NVIDIA libs in a different place it _will_ break.
818
+
819
+ Snapd has a lot of distro specific code which it shouldn't have considering they position themselves as "universal".
820
+ --- 93149044
821
+ >>93142680
822
+ XFS + LVM for NVMe, BTRFS for SATA
823
+
824
+ Only caveat with BTRFS is it doesn't handle running out of space well.
825
+ --- 93149139
826
+ >>93148982
827
+ >distro-specific code for distro specific differences bad
828
+ As long as it avoids installing 5 different driver runtimes, it's miles better.
829
+ >crash prone
830
+ Citation needed. What do you think happens on your OS when you update drivers and libraries, and how is that any better than a FIXED set of libraries for the lifetime of the process that snap guarantees?
831
+ --- 93149156
832
+ >>93144811
833
+ just use a goddamn normal vm
834
+ --- 93149165
835
+ >>93149044
836
+ As if XFS does? lmao, there was no repair utility for that garbage until very recently.
837
+ I assume it has one now, can't be bothered to check.
838
+ --- 93149221
839
+ >>93148945
840
+ we dont care
841
+ --- 93149251
842
+ >>93148043
843
+ Well, I just tried it, followed what DistroTube did, changed to it. Nothing would show up on monitor 1 because everything was on monitor 2 but monitor 2 registered as not active, so had to go back to Cinnamon display settings because they don't work in Openbox, deactivate monitor 2 and go back to Openbox. Then the mouse is laggy because Openbox doesn't support HiDPI. Followed a fix in forums, didn't work. Tried another fix, didn't work. Display settings, doesn't work because it's a Cinnamon thing. While editing text files I noticed the keyboard isn't set for my language anymore, so that's another thing I'd need to fix.
844
+ Yeah, not beginner friendly at all if things just do not work with modern hardware and everything requires fixing and configuring.
845
+ I'll keep using Cinnamon for now.
846
+ --- 93149312
847
+ >>93145985
848
+ Ridiculous. If you're losing metadata you have a disk controller problem.
849
+ --- 93149503
850
+ >>93148321
851
+ I have a folder with nothing but trash files taking up my HDD but I don't wanna damage calibre's database by running rm -rf on calibre's trash folder.
852
+ Does anyone know what to do here?
853
+ --- 93149515
854
+ I just built a brand new computer with a 6700 XT but for some reason I can not get the accelerated graphics to work, I am on MX Linux. I thought that AMD cards would automatically work through the drivers built into the kernel. I updated the driver for the graphics through the debian backport, and checked grub for nomodeset but did not see that command. What do?
855
+ --- 93149552
856
+ >>93149165
857
+ No, they had xfs_repair since it was ported over in '00
858
+ --- 93149569
859
+ >>93149515
860
+ You need the blobs too you know. Consult your package management or pull the missing files from
861
+ https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
862
+ --- 93149691
863
+ >>93149312
864
+ >coping with reality
865
+ The data was lost because the filesystem was corrupt after a crash. If you ever used ext2 (or XFS up to RHEL 7) then you'll know what that is.
866
+ Don't make things up, it looks bad.
867
+ --- 93149706
868
+ >>93149552
869
+ It definitely didn't work in 2009, I remember how garbage it was and could damage the filesystem even more.
870
+ --- 93149717
871
+ >>93149515
872
+ dmesg | grep -i firmware
873
+ --- 93149721
874
+ >>93149569
875
+ I updated the only thing that appeared for AMD graphics in the package manager, through the debian backport. Didn't see anything else in there besides for CPUs.
876
+ --- 93149727
877
+ is there any way to move playlists up and down in the playlist view of cmus?
878
+ --- 93149757
879
+ >>93149727
880
+ increase your font size until at least one playlist isn't visible and then scroll up and down
881
+ --- 93149760
882
+ >>93149717
883
+ What does this do?
884
+ --- 93149788
885
+ >>93149706
886
+ Yeah, if you have defective hardware doing crazy shit, it's very likely running a repair tool will damage things even worse. That goes for any filesystem. It's why they have a separate xfs_scrub tool that xfs_repair forces you to run when you have bad metadata checksums. Because you've reached a point where they take no responsibility for your bullshit hardware.
887
+ --- 93149793
888
+ >>93149721
889
+ Sorry, not a Debian expert so I wouldn't know what they call their firmware packages. If they even provide it.
890
+ You have anything in /lib/firmware/amdgpu? May sound crazy but you can literally just slap the blobs in there, they are nothing but binaries the kernel modules upload to the device.
891
+ >>93149760
892
+ Greps "firmware" case-insensitively from dmesg.
893
+ --- 93149824
894
+ >>93149760
895
+ dmesg is the command to print the kernel log, coupled with the pipe to grep it just searches through the log for any case-insensitive (-i option) mention of "firmware"
896
+ --- 93149885
897
+ >>93149691
898
+ I too blew up a ton of ext2 in the 90s. ext2 didn't have atomic metadata transactions though. It was basically same shit as FAT32 on Win9x. XFS has a metadata journal like ext3 and NTFS. Metadata transactions on these are atomic unless your hardware is defective or you enable writeback cache somewhere. Either way it's user / hardware error.
899
+ --- 93150389
900
+ Where can I find the JS API for Kwin desktop effects?
901
+ I can't find anything about it on the KDE website.
902
+ --- 93150909
903
+ Want to host static content and have HTTPS, what do? Already have the certificate pem files.
904
+ --- 93150960
905
+ >>93149793
906
+ Honestly I may just install Ubuntu and see if it works right off the bat, don't feel like dealing with too much headache over this. Especially since the drivers are built into the kernel. I really do like MX though, I was reading and people recommended to install the AHS version since it has a later release
907
+ --- 93150977
908
+ I installed Mint to dualboot on my desktop but I just got a thinkpad and plan on installing a VM instead of dualbooting to code on my PC. After I delete the Linux partition from disk management in Windows, how do I repair the Windows bootloader? My disc is GPT.
909
+ --- 93150980
910
+ is there a way to specify an install location for software from a package manager(apt)? So far I have had to jump through a few hops to to modify some programs "owned" by root.
911
+ --- 93151003
912
+ >>93150960
913
+ Bro you are just missing the firmware blobs. The drivers are covered it's just the blobs you are missing. Check out your dmesg, the drivers will complain about missing blobs right there.
914
+ --- 93151080
915
+ >>93151003
916
+ Alright I will give it a try, are these the blobs? >>93149569
917
+ --- 93151361
918
+ I always see these nice looking system monitors in desktop thread for linux. I would prefer to see my system usage and maybe even temps. Anyone have a favorite?
919
+ --- 93151558
920
+ >>93128294 (OP)
921
+ Does anyone know a place to get stupid gaudy cursor icons? Like the ugly flashing ones you'd download as a kid on Windows XP back in 2002 and you'd get 3 viruses and a browser toolbar along with them. That's what I want, except without the viruses and toolbar.
922
+ --- 93151653
923
+ >>93128294 (OP)
924
+ I'm running Manjaro and am learning that a lot of programs that say they have "Linux" support actually only support Debian or Red Hat distros with .deb or .rpm files.
925
+
926
+ Is there a standard way to get .deb or .rpm installers to be compatible with Arch distros like Manjaro? Similar to how Wine provides a compatibility layer to let me occasionally use Windows applications.
927
+
928
+ I checked the FAQ on the Arch wiki and was surprised this wasn't a common enough question to be covered there.
929
+ --- 93151679
930
+ >>93151558
931
+ Gnome-Look is probably your best resource:
932
+ >https://www.gnome-look.org/browse?cat=107&ord=latest
933
+
934
+ I think they also have sections for other desktop environments like KDE and XFCE as well.
935
+ --- 93151716
936
+ >>93151653
937
+ can you give an example?
938
+ --- 93151815
939
+ >>93151653
940
+ That's what the AUR is for. There's no set procedure for installing one type of package on another manager because the semantics are different and these things can run scripts. You can also extract the contents with 7z and install it manually. They tend to keep 'universal' packages simple to minimize odds of breakage.
941
+ --- 93151887
942
+ For me, it's Ubuntu. The "just works" Linux distro.
943
+ --- 93151893
944
+ >>93151679
945
+ This is perfect. Exactly what I wanted.
946
+ I am going to make my cursor into a banana
947
+ Thank you for your help
948
+ --- 93151975
949
+ can i run all my current programs with wayland? i use xorg right now on debian. i don't want to switch a single program. is this possible? for example i use dwm and st. will they work with wayland without switching to some other hack program?
950
+
951
+ or is wayland a meme and i should just ignore it for now?
952
+ --- 93152143
953
+ >>93151975
954
+ XWayland provides compatibility with Xorg applications. You should be able to run st no problem at all.
955
+
956
+ You should be able to run dwm too but running an X11 Window Manager inside of XWayland is a really stupid idea. You should use the Wayland port of dwm (dwl) instead.
957
+ --- 93152165
958
+ >>93151716
959
+ The specific example I had was MapTool:
960
+ >https://www.rptools.net/toolbox/download-rptools-products/
961
+
962
+ The website only has .deb and .rpm installers. But after a bit more digging I found their git repo is more up-to-date and has .pkg.tar.zst packages for Arch installations. So this specific example is no longer an issue for me.
963
+
964
+ >>93151815
965
+ I'll do a bit more reading on package managers since it seems like it'd be helpful. I'm still relatively new to AUR/Pacman/Pamac since I learned the basics of GNU/Linux on Debian and started regularly using Arch distros last year.
966
+
967
+ I've been pleasantly surprised at how many programs have simple AppImages or FlatPak installers
968
+ --- 93152205
969
+ >>93152143
970
+ >You should be able to run dwm too but running an X11 Window Manager inside of XWayland is a really stupid idea. You should use the Wayland port of dwm (dwl) instead.
971
+ i'm not going to switch my programs, that's stupid. so i can run the actual dwm package under wayland then?
972
+ --- 93152256
973
+ >>93152205
974
+ Yes, but you're not using Wayland at that point if you're going to run applications inside of dwm nested under XWayland you're gaining absolutely nothing. You're better off continuing to use the Xorg server for X11.
975
+ --- 93152259
976
+ >>93152165
977
+ >MapTool
978
+ Yeah, that's in the AUR. If it isn't in the AUR, your second best bet is compiling it yourself.
979
+ --- 93152281
980
+ >>93152256
981
+ i wouldn't gain some smoothness? or tear fix?
982
+ --- 93152292
983
+ >>93152281
984
+ You would but you can also fix that via driver options in your Xorg.conf
985
+ --- 93152328
986
+ >>93152281
987
+ You could just fix your tearing by using picom
988
+ Best compositor I used on xorg, it fixes a problem all other compositors have
989
+ --- 93152458
990
+ >>93152205
991
+ In practice using a full WM under xwayland is pretty herky. Maybe try Hyprland. Full stack is less bloated than Xorg+dwm+picom.
992
+ --- 93153510
993
+ >>93152328
994
+ if i normally just startx, and i install picom, what extra things do i need to do to use picom? or will it just work automatically? don't know how compositors work exactly do i need to exec it in .xinitrc? or do i execute the compositor instead of startx?
995
+ --- 93153538
996
+ I know btrfs is a meme if used on a NAS or with RAID, but is it safe using it as a PC's main FS instead of ext4?
997
+ --- 93153773
998
+ >>93153510
999
+ You just need to autostart the command picom -b whichever way you autostart other processes
1000
+ You can copy the example .conf file to your .config folder and then edit it to make it look better
1001
+ If you use MATE however, you need to change the compositor to Marco (picom whatever) in MATE Tweak and rename the picom.conf file to marco-picom.conf. If you ever use KDE, there's an option to enable the compositor at launch (which is the default) you need to untick if you want to replace KWin composition with picom
1002
+ --- 93153909
1003
+ Dumb question but: should I reinstall the nvidia-driver after installing a new graphics card ? I got a 4070ti but I'm still getting horrible perfomance in old ass games and some graphic application in 4k. I'm on debian 11 with the latest version of nvidia-driver btw
1004
+ --- 93154026
1005
+ I'm running arch with kde and lbrewolf stopped rendering text. No clue what caused it, websites load mostly fine (although some things are also missing like the text on the "get captcha" button, but any kind of internal menus or text in the search bar or tabs is completely blank. I tried installing regular firefox and it doesn't have this issue, I tried renaming the .librewolf folder so it makes a completely fresh and config and it doesn't work, I've uninstalled and reinstalled it and it doesn't work.
1006
+ --- 93154119
1007
+ All of a sudden Any video or audio file / web stream in any combination of Wayland / x gnome / KDE ends up a choppy mess, It just started happening last night for no reason.
1008
+ It started happening somewhat after I reinstalled discord this morning ,but the last thing I did before that was install grabber, Any ideas?
1009
+
1010
+ [2023-04-28T21:47:20-0400] [ALPM] transaction started
1011
+ [2023-04-28T21:47:20-0400] [ALPM] installed imgbrd-grabber (7.10.1-3)
1012
+ [2023-04-28T21:47:20-0400] [ALPM] transaction completed
1013
+ [2023-04-28T21:47:20-0400] [ALPM] running '30-systemd-update.hook'...
1014
+ [2023-04-28T21:47:20-0400] [ALPM] running '90-packagekit-refresh.hook'...
1015
+ [2023-04-28T21:47:20-0400] [ALPM] running 'gtk-update-icon-cache.hook'...
1016
+ [2023-04-28T21:47:20-0400] [ALPM] running 'update-desktop-database.hook'...
1017
+ [2023-04-28T21:47:21-0400] [PACMAN] Running 'pacman -D -q --asexplicit --config /etc/pacman.conf -- imgbrd-grabber'
1018
+ [2023-04-30T23:54:59-0400] [PACMAN] Running 'pacman -R discord'
1019
+ [2023-04-30T23:55:00-0400] [ALPM] transaction started
1020
+ [2023-04-30T23:55:00-0400] [ALPM] removed discord (0.0.27-1)
1021
+ [2023-04-30T23:55:00-0400] [ALPM] transaction completed
1022
+ [2023-04-30T23:55:00-0400] [ALPM] running '30-systemd-update.hook'...
1023
+ [2023-04-30T23:55:00-0400] [ALPM] running '90-packagekit-refresh.hook'...
1024
+ [2023-04-30T23:55:00-0400] [ALPM] running 'update-desktop-database.hook'...
1025
+ [2023-05-01T00:18:59-0400] [PACMAN] Running 'pacman -S --config /etc/pacman.conf -- community/discord'
1026
+
1027
+ --- 93154152
1028
+ >>93144633
1029
+ Welcome to linux
1030
+ --- 93154209
1031
+ >>93154152
1032
+ I just wish I knew why XFCE can't do this, or at least have a plugin that does it. I guess I could use something like polybar, but then I don't know how to set up a notification history panel on it like the one on XFCE.
1033
+ --- 93154399
1034
+ >>93151887
1035
+ nah Ubuntu is a corporation shit, Fedora is more like a "just work" distro
1036
+ --- 93154416
1037
+ >>93154119
1038
+ I can put load on the CPU/GPU via a game, so it's gotta be some sort of decoder problem right?
1039
+ --- 93154741
1040
+ >>93150977
1041
+ You don't have to repair anything, each OS has a separate bootloader and you select the one you want to boot in your motherboard's boot menu.
1042
+
1043
+ >>93151558
1044
+ https://www.pling.com/browse?cat=107&ord=latest
1045
+
1046
+ >>93151653
1047
+ Something like `alien`?
1048
+ --- 93154812
1049
+ >>93153538
1050
+ It's fine, even in RAID1 it's perfectly safe.
1051
+
1052
+ >>93154399
1053
+ >no drivers or codecs
1054
+ >"just works"
1055
+ Sure bud, and Fedora is not corporate at all... Oh wait, it's literally Red Hat's project.
1056
+ --- 93154844
1057
+ >>93153538
1058
+ You don't use btrfs on top of raid because btrfs is the raid. Lots of NAS appliances are built on btrfs.
1059
+ >is it safe using it as a PC's main FS instead of ext4?
1060
+ Yes, of course.
1061
+ --- 93155788
1062
+ is there an alternative to hydrapaper? since upgrading to 44 it doesn't seem to be working
1063
+ --- 93155845
1064
+ Rate.
1065
+
1066
+ ━━━━━━━━━━ john@localhost ~
1067
+ ━━━━━━━━━━━━━ ▷ systemd-analyze blame
1068
+ 8.432s NetworkManager-wait-online.service
1069
+ 6.287s plymouth-quit-wait.service
1070
+ 2.062s systemd-udev-settle.service
1071
+ 1.218s dracut-initqueue.service
1072
+ 1.036s kdump.service
1073
+ 809ms udisks2.service
1074
+ 791ms initrd-switch-root.service
1075
+ 732ms firewalld.service
1076
+ 364ms power-profiles-daemon.service
1077
+ 363ms polkit.service
1078
+ 337ms accounts-daemon.service
1079
+ 308ms smartd.service
1080
+ 236ms ModemManager.service
1081
+ 221ms microcode.service
1082
+ 218ms logrotate.service
1083
+ 216ms packagekit.service
1084
+ 183ms chronyd.service
1085
+ 179ms unbound-anchor.service
1086
+ 165ms mnt-ubuntu.mount
1087
+ 158ms home.mount
1088
1089
+ 125ms dbus-broker.service
1090
+ 123ms boot.mount
1091
+ 120ms avahi-daemon.service
1092
+ 118ms sssd-kcm.service
1093
+ 109ms rsyslog.service
1094
+
1095
+ --- 93155906
1096
+ After yet another update, installing a bunch of garbage on openSUSE TW and getting shit like grub to be slow as molasses and my browser and panels to behave very randomly, then restoring another snapshot once again, I'm considering maybe rolling releases are not for me (already used arch for a long time as well). However I also had issues with debian/ubuntu based distros in the past, both dealing with apt and with PPAs. Should I go with Fed ora? I'm going to be using Xfce.
1097
+ --- 93155940
1098
+ >>93155906
1099
+ fedora is great
1100
+ --- 93156023
1101
+ >>93155845
1102
+ >plymouth
1103
+ maximum bloat
1104
+ >kdump
1105
+ you don't have a contract with redhat/canonical/someone to send kernel dumps to
1106
+ --- 93156521
1107
+ Is it possible for malware to completely hide itself from commands like lsof, iotop or even something like wireshark?
1108
+ Also what tools/commands would you recommend for someone trying to audit their own system on a regular basis?
1109
+ thank
1110
+ --- 93156803
1111
+ >>93156521
1112
+ You can replace utilities with your own when infecting a system so it only shows you what you want it to show the user. I have seen a rootkit that did this.
1113
+
1114
+ char * g15[12] = {
1115
+ "/bin/netstat",
1116
+ "/bin/lsof",
1117
+ "/bin/ps",
1118
+ "/bin/ss",
1119
+ "/usr/bin/netstat",
1120
+ "/usr/bin/lsof",
1121
+ "/usr/bin/ps",
1122
+ "/usr/bin/ss",
1123
+ "/usr/sbin/netstat",
1124
+ "/usr/sbin/lsof",
1125
+ "/usr/sbin/ps",
1126
+ "/usr/sbin/ss"
1127
+ }; // 0x8131cc0
1128
+
1129
+ --- 93156841
1130
+ >>93156521
1131
+ Here is an example. Decompiled C code.
1132
+
1133
+ http://securitronlinux.com/files/sfewfesfs.c.gz
1134
+ --- 93156853
1135
+ >>93128752
1136
+ Stop partitioning. Absolutely no need.
1137
+ --- 93157098
1138
+ >running endeavour well for a few months
1139
+ >Foolishly running Nvidia, but it weeks
1140
+ >KDE
1141
+ >Systemd-boot
1142
+ >Try to add japanese input (moszc)
1143
+ >Logout and login
1144
+ >Login freezes(?)
1145
+ >Mouse can move, but can't click any of the buttons
1146
+ >Try to open up tty2 to troubleshoot
1147
+ >Get the boot info dump but can't do any input, not getting a terminal
1148
+ What do I try at this point? Changing boot parameters?
1149
+ --- 93157220
1150
+ >>93154026
1151
+ does librewolf complain about anything when you run it in a terminal?
1152
+ maybe try refreshing the font cache?
1153
+ fc-cache -vf
g/93129203.txt CHANGED
@@ -339,3 +339,104 @@ I got this pair for home, as I've got wireless lapel mics and shitty headphones
339
  Can recommend them, only downside I've found is that the cups are just a little shallow and if they sit wrong, can touch your ears and be uncomfortable, but I wear them for like 3-5 hour periods at work they're comfortable enough.
340
  Sound is good, bass shakes my balls, I don't really get any audio peaking but I also listen at very low volumes 90% of the time and these are perfect levels for me. The auto play -pause function is really great for me.
341
  Oh before I forget, there's active noise cancelling, but it may as well not exist, it's fucking trash.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
339
  Can recommend them, only downside I've found is that the cups are just a little shallow and if they sit wrong, can touch your ears and be uncomfortable, but I wear them for like 3-5 hour periods at work they're comfortable enough.
340
  Sound is good, bass shakes my balls, I don't really get any audio peaking but I also listen at very low volumes 90% of the time and these are perfect levels for me. The auto play -pause function is really great for me.
341
  Oh before I forget, there's active noise cancelling, but it may as well not exist, it's fucking trash.
342
+ --- 93147607
343
+ >>93129366
344
+ those should be used as emergency usb irons. Like the ones you keep in a car or bike tool bag not meant for regular use
345
+ --- 93147959
346
+ bros i was somehow browsing an old thread
347
+ >>92935636 →
348
+ looks like she has a booger hangin out
349
+ >>92943722 →
350
+ >>92943764 →
351
+ strap it around your arm like a yugioh arm device
352
+ pls take a pic doing it and post
353
+ >>93146200
354
+ How big are your ears on a scale of mouse to elephant? I need a new headset as the one i have is about to snap from it's cable.
355
+ --- 93148141
356
+ >>93147959
357
+ thats a nose piercing anon
358
+ --- 93148344
359
+ >>93141357
360
+ if you're curious i got a pair almost two months ago now, they're working fine so far. But it takes more than that for drift to show up, especially in my case since on my og sticks it took 2 years for them to drift
361
+ --- 93148475
362
+ >Talking to a seller on taobao
363
+ >Using broken google translate chinese
364
+ >He keeps ending his sentences with 亲亲
365
+ Is this some kind of greeting?
366
+ --- 93148480
367
+ Cheapest not-shit mmcx cable with L shaped jack that's not bulky?
368
+ --- 93148580
369
+ >>93148475
370
+ Adding on to this. With regards to sellers who have all their info on an image, is the way to go google lens?
371
+ --- 93148899
372
+ Could you recommend me some tips with good sealing for my IEM?
373
+ No foam stuff, they get dirty too quick.
374
+ --- 93149501
375
+ >>93148899
376
+ I do a ghetto thing where I use silicone ear plugging putty. I pull off a small piece, roll it up into a long work thing, then make a ring in the under part of my silicone earbud tips and that helps keep it in my ear and blocks sound.
377
+ --- 93149625
378
+ Test
379
+ --- 93149773
380
+ >>93148480
381
+ how about this one?
382
+ https://www.aliexpress.com/item/1005003665235378.html
383
+ mainly i often replacement cables at openheart or xinhs cable stores
384
+ --- 93151127
385
+ >>93149625
386
+ tested
387
+ --- 93151543
388
+ >>93148475
389
+ With that (lack of) context, the closest I can give you is chink for xoxoxo
390
+ --- 93152481
391
+ How trustworthy are chink SSDs? I see them being cheap and I need one for game installs. I wanna get a 2TB drive but I read stories about them failing and stuff too so I get worried. However name brand SSDs are like $50-100 more expensive too for the same amount of storage.
392
+ --- 93152698
393
+ >>93152481
394
+ I have bought a shitload of Kingspecs (like 50?) they're still up and running. never had any issues with them.
395
+ They're all DRAMless unless you pay about 50% more to get the few models with DRAM. I find the obsession with DRAM a bit of a meme, it is not really worth it on SATA and not worth it at all on NVME unless you know you are going to do a shitload of writes on that drive.
396
+ --- 93152764
397
+ >>93152698
398
+ Thanks, I bought it then.
399
+ --- 93153584
400
+ >chang left me on read
401
+ bros I'm getting PTSD from dating
402
+ --- 93154043
403
+ I need a really shiny flash light for video production, I've seen some that you can control the apperture
404
+
405
+ can /csg/ help me with it?
406
+ --- 93154370
407
+ >>93148480
408
+ >>93148899
409
+ see
410
+ >>93142374 →
411
+ --- 93155092
412
+ I'm heading to China soon (Shanghai), for a short student exchange semester. Any absolutely inane shit that should not be allowed but is the envy of all electromagnetic turd collectors that I should buy while there?
413
+ --- 93156153
414
+ >>93145854
415
+ Don't hate on chemical green, it's the color of my thermo NIGGER
416
+ --- 93156173
417
+ New watch came, I'm glad San Martin is experimenting with some small variations on their core homage business.
418
+ --- 93156245
419
+ >>93155092
420
+ >holly shit he is the chang chosen one!
421
+ dude you need to discover that yourself. Other than the chink posters here, we don't know what there is actually there.
422
+ --- 93156737
423
+ >>93129203 (OP)
424
+
425
+ Do the sellers know when someone either wishlists/add in cart one of their products?
426
+ Especially the kind of products that isnt popular and have like 1~2 orders.
427
+
428
+ Im asking this because i added a laptop battery to my cart a week ago
429
+ And then today i found out the seller has increased the price of it for some reason
430
+
431
+ I was pissed off so i just deleted it from my cart and looked for another seller
432
+ --- 93156782
433
+ Is there some chink shit raspberry pi like device i can use that has a hdmi 2.1 for me to get atmos sound into my tv then into my sound system through eARC?
434
+ --- 93157146
435
+ >>93156782
436
+ Orange pi
437
+ --- 93157195
438
+ >>93129203 (OP)
439
+ Are there any discount codes available or is it just a Choice Day sale?
440
+ --- 93157317
441
+ >>93157146
442
+ thank you chang
g/93130939.txt CHANGED
@@ -287,3 +287,193 @@ The irony being that ESR is the only one who isn't actually a freedom-hating sac
287
  --- 93145494
288
  >>93131171
289
  based
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
287
  --- 93145494
288
  >>93131171
289
  based
290
+ --- 93147559
291
+ >>93144693
292
+ explain what would be better? rust? lmao
293
+ --- 93147655
294
+ >>93135372
295
+ I haven't seen a single browser with it
296
+ --- 93147735
297
+ >>93144383
298
+ The only way to use userContent.css effectively is to use Firefox's remote debugging, but the code editor for it doesn't have any form of autocompletion.
299
+ Also, how do you install other people's styles to modify on your own? In stylus, you just click "find styles".
300
+ --- 93147757
301
+ >>93138561
302
+ >uMatrix is years out of date now.
303
+ No need to fix what isn't broken.
304
+ It blocks everything it says it blocks. Just because it doesn't have daily updates doesn't mean it doesn't work.
305
+ --- 93148183
306
+ >>93147757
307
+ It's not fully functional, e.g. the sync feature is broken while the uBlock one was fixed. However, most of the core functionality still works and there's no superior alternative, so no need to just drop it entirely.
308
+ --- 93148594
309
+ >>93148465
310
+ Kek. This is great.
311
+ --- 93148981
312
+ >>93142313
313
+ how is that larp? they actually offer cash discount because it saves them the 3% jewish credit card fee, when you leave your mom's basement you'll see using cash for the majority of your transactions makes sense
314
+ --- 93149012
315
+ >>93147655
316
+ This. Can't live without my reverse image search menu.
317
+ --- 93149310
318
+ >>93148981
319
+ ACH transactions and personal checks also have no fees. No one goes in person to pay in cash, even people who avoid electronic transactions of any kind will mail the payments in.
320
+ --- 93149527
321
+ >>93138674
322
+ Good thing he apologized. The mother is also very understanding.
323
+ --- 93149682
324
+ >>93141623
325
+ echo /*me*
326
+ /home
327
+
328
+ --- 93149842
329
+ >>93141292
330
+ Well, I have an account so my taxes this year was pressing a button, which in fact is actually optional, because it is just accepted at the end of the deadline anyway.
331
+ I also did my driving license renewal online, I just sat in front of a white wall in my home for 15 minutes while the lady instructed me on how to hold my phone to get a photo good enough for identification, it was in the mail next week.
332
+ So yeah, I guess we really.
333
+ --- 93149880
334
+ >>93149688
335
+ Do normies really think this way?
336
+ I mean, the entire reason is so it won't be logged on history and cache.
337
+ --- 93149887
338
+ >>93147517
339
+ --- 93149926
340
+ >>93149880
341
+ Yes. A disturbing number of people think incognito mode is the equivalent to what movies would have you believe tor is.
342
+ --- 93150006
343
+ >>93141401
344
+ I used to use that but I the standard youtube layout sucks for shorts, especially the ones that abuse the loop behavior, so now I just do this:
345
+ ytd-reel-video-renderer:nth-of-type(n+2) {
346
+ display: none;
347
+ }
348
+
349
+ --- 93150011
350
+ >>93149688
351
+ haha
352
+ --- 93150099
353
+ >>93149688
354
+ >>93149880
355
+ >have been living alone for 5 years now
356
+ >still open a private browsing window when it's time to jerk off
357
+ It just doesn't feel right otherwise.
358
+ --- 93150133
359
+ >>93149887
360
+ >>93147517
361
+ --- 93150420
362
+ >>93150384
363
+ >It if works, it ain't stupid.
364
+ No seriously, these are 20-40€ used monitors on eBay, I ain't spending the same money just to have a VESA mount.
365
+ --- 93150445
366
+ >>93130939 (OP)
367
+ it's literally me
368
+ --- 93150569
369
+ >>93149310
370
+ >personal checks also have no fees
371
+ Not entirely true, it requires additional time for an employee to process it.
372
+
373
+ >No one goes in person to pay in cash
374
+ I know a lot of people in my area who do this, myself included.
375
+ --- 93150752
376
+ >>93144741
377
+ yes, but any joe schmo can be a decent programmer and a freedom lover. RMS and Torvalds are in a programming league of their own
378
+ --- 93150997
379
+ >>93141826
380
+ --- 93151064
381
+ >>93147559
382
+ Oh gee I wonder what's less complicated than C++ but still has all the base functionality I need oh wait a minute it's fucking C
383
+ --- 93151866
384
+ >>93131029
385
+ My list. Had Violentmonkey at some point, but since I currently I'm not using any script I deleted I think <_<
386
+ --- 93151910
387
+ >>93149688
388
+ It doesn't even make sense. He doesn't want to tell the browser where to navigate?
389
+ --- 93152005
390
+ >>93151910
391
+ >Autism: The Post
392
+ --- 93152047
393
+ >>93152005
394
+ Yeah, but even autistic posts make sense in their own way. That one just doesn't.
395
+ --- 93152078
396
+ >>93130939 (OP)
397
+ >>93131171
398
+ >>93131650
399
+ >>93137597
400
+ >>93137558
401
+ None of these are funny
402
+
403
+ >>93137578
404
+ This one is funny
405
+ --- 93152389
406
+ >>93150384
407
+ I did something similar to my monitors that didn't have vesa. But I instead took the back panel off and screwed the mounting plates onto them from the inside out.
408
+ --- 93152415
409
+ >>93150519
410
+ that isnt technology
411
+ --- 93152890
412
+ >>93144078
413
+ Could it be the Inferno version of ACME?
414
+ --- 93153073
415
+ >>93152078
416
+ >None of these are funny
417
+ --- 93153465
418
+ >>93152415
419
+ How are image sensors not technology?
420
+ --- 93153579
421
+ >>93149688
422
+ For me it's more my current logins than the browser itself, I don't want sites to have an easier time tracking me (or see my email get pulled automatically for "easier commenting" on some obscure site, which happened once).
423
+ --- 93154091
424
+ >>93132479
425
+ By the context I assume this is a filter for those cookie banners.
426
+ --- 93154114
427
+ >>93135441
428
+ >Apple is the most dedicated big tech corp for privacy
429
+ Will believe that if they release the source code of MacOS.
430
+ --- 93154258
431
+ >>93152985
432
+ where's the CIA signature at the bottom?
433
+ --- 93154477
434
+ >>93153150
435
+ What if I want to set up a proxy but I don't live near a port?
436
+ --- 93154675
437
+ >>93141401
438
+ No you're supposed to filter shorts with ublock if you're not a zoomer nigger
439
+ --- 93154682
440
+ >>93140922
441
+ how should I use my CAD design program if not with a GUI? one thing is "dont use desktop environments", but GUIs have their legitimate purposes
442
+ --- 93154739
443
+ >>93151910
444
+ he doesnt want Google (tm) know where he wants to go
445
+ --- 93154815
446
+ >>93153074
447
+ my best guess it that since USB ports go at 5V, he is using 30 * 5 = 150V to use that heat pan
448
+ --- 93155277
449
+ >>93154815
450
+ No, you can't do that with a computer's USB (in fact you'd cause a short circuit if you connected one +5V to the 0V/GND of the next USB and kill those ports).
451
+ He's using 30 * 500mA (current allowed per USB port) = 15A, i.e. connecting all +5Vs and all GNDs together in parallel.
452
+ This yields him 5V*15A = 75W of power.
453
+ --- 93155508
454
+ >>93143810
455
+ The joke is that it's hell to make it do what you want sometimes, and when you finally get it to it'll usually feel like a hack.
456
+
457
+ >>93148465
458
+ That's actually kinda cool desu.
459
+ --- 93155714
460
+ >>93151064
461
+ >just reinvent the wheel bro, are you stoopeed?
462
+ lol, lmao even
463
+ --- 93155791
464
+ >>93155714
465
+ quit it with your meme replies. If you cant understand things when the abstraction breaks you're fucking useless
466
+
467
+ https://www.joelonsoftware.com/2002/11/11/the-law-of-leaky-abstractions/
468
+ --- 93156980
469
+ >>93155791
470
+ never said I didn't understand abstractions, I reinvented the wheel already in C to learn about all that
471
+ there is no need to keep reinventing the wheel if you can just study it and use it to your needs
472
+ --- 93157166
473
+ >>93156980
474
+ Well if you studied it, then use it. The phrase "Reinventing the wheel" is too broad for what C++ can give compared to what C can give. It isn't hard to extend the functionality of C to what you need without the terrible overhead and confusion of C++. Go ahead and defend the COBOL of the 21st century if you want
475
+ --- 93157402
476
+ >>93157166
477
+ if you think using c is any better than using c++ or java for any matter, then you might need a read from the same source you gave
478
+ https://www.joelonsoftware.com/2001/12/11/back-to-basics/
479
+ there is no need to keep reimplementing things yourself, if in the end, you will implement the same thing as what java developers already did
g/93131371.txt CHANGED
@@ -110,3 +110,30 @@ wtf did jannies really went after loli
110
  OCLP
111
  --- 93145169
112
  why do jannies hate nakadashi so much
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
110
  OCLP
111
  --- 93145169
112
  why do jannies hate nakadashi so much
113
+ --- 93147351
114
+ >>93145169
115
+ Janny hate board culture >:( janny like macOS, soijak, and drinking cum
116
+ --- 93148549
117
+ >>93145169
118
+ They are offended by displays of heterosexuality
119
+ --- 93150585
120
+ >>93145029
121
+ yes
122
+ --- 93151117
123
+ >>93141412
124
+ >. in my ~/.local/bin i have dozens of scripts that in many cases wouldnt be possible in macos. i
125
+ Wait, why not?
126
+ t. never used itoddlerOS
127
+ --- 93151511
128
+ >>93148549
129
+ --- 93151540
130
+ >>93151511
131
+ gooood kitty
132
+ --- 93153060
133
+ >>93148549
134
+ >((((((((((they))))))))))))
135
+ --- 93154685
136
+ >>93148549
137
+ --- 93156252
138
+ >>93153060
139
+ yes
g/93132998.txt CHANGED
@@ -744,3 +744,250 @@ Anon, do I have to spoon feed you the cracked version?
744
  Pretty much is.
745
  Windows 10 is an insufferable piece of shit and marks the downfall of Windows, but LTSC makes it somewhat bearable if staying on 7 is no longer viable for you.
746
  I like to use a modified LTSC .iso for when I do have to use it, have a look at the /fwt/ for the ltsc guide. Though you can just use the normal LTSC .iso and you'll be fine desu.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
744
  Pretty much is.
745
  Windows 10 is an insufferable piece of shit and marks the downfall of Windows, but LTSC makes it somewhat bearable if staying on 7 is no longer viable for you.
746
  I like to use a modified LTSC .iso for when I do have to use it, have a look at the /fwt/ for the ltsc guide. Though you can just use the normal LTSC .iso and you'll be fine desu.
747
+ --- 93148292
748
+ >>93134911
749
+ What's the matter goy? you already have the most bloated spyware OS after the release of SP1.
750
+ Windows NT family is a bloated pile of spyware released by (((Microsoft)))
751
+ Kneel only to the superior version of Windows NT of the Microsoft Windows Family
752
+ --- 93148323
753
+ >>93148292
754
+ Brainlet
755
+ --- 93148351
756
+ >>93148292
757
+ >>93148323
758
+ >make retro "still sticking with windows nt x" memes
759
+ >don't even write the caption in times new roman or ms sans serif
760
+ How do you sleep at night being such abject failures
761
+ --- 93148444
762
+ >>93148351
763
+ --- 93148761
764
+ >>93136784
765
+ People are waiting for Windows 12 just like they waited for 10. Windows 7 died pretty quickly afterwards.
766
+ --- 93148988
767
+ >>93142480
768
+ >>93142526
769
+ >literal retards
770
+ sigh
771
+ --- 93149014
772
+ >>93148323
773
+ based. keyed, even
774
+ --- 93149324
775
+ Not my problem
776
+ --- 93149424
777
+ The final solution to the /v/toddler problem
778
+ --- 93149495
779
+ You DO own your PC games on bluray right /g/?
780
+ You aren't a steam cuck right?
781
+ --- 93149560
782
+ >noooo windows 7 was so good
783
+ If it was so good, why can't it run DirectX 12 games?
784
+ --- 93149861
785
+ despite making up only 1,3 percent of the population retards with archaic windows versions make up 50% of all shitty threads
786
+ --- 93149866
787
+ >>93149560
788
+ >why can't it run DirectX 12 games?
789
+ artificially gimped by MS
790
+ --- 93149988
791
+ >>93134835
792
+ corporatism*
793
+ --- 93150021
794
+ >>93149560
795
+ But it can with vkd3d
796
+ --- 93150248
797
+ >>93148444
798
+ lmao
799
+ --- 93150353
800
+ >>93136295
801
+ I have a full head of hair, thank you very much.
802
+ --- 93150588
803
+ >>93139935
804
+ Not that anon but you're essentially doing the same thing by simulating fake obstacles and designed puzzles that even a child can overcome consistently. I like video games too but to pretend they're more than entertainment is exactly why a huge majority of them are hot trash now. The immersion element is cool, I would much rather be in a war or recklessly drive a car in a virtual environment. There is no way I would consider it best anything, just like most other art it's endgame is repetitive discussion of the human experience people fail to learn over and over again. Its nice for a short interesting diversion but to be obsessed with it long-term is just braindead consumerism. Programming is draining too but at least you're flexing your brain in significantly more interesting ways when you create rather than consume, so if I had to choose to sit in front of a computer all day I'd rather create.
805
+ --- 93150613
806
+ why do consoomtards compulsively give money to evil companies?
807
+ --- 93150714
808
+ You guys don't understand. This is a good thing.
809
+ >Valve fixes Linux and makes it better than Shitblows
810
+ >Valve now makes the push to kill any use case for Windows left, to save YOU and make you switch to Loonix
811
+ Come home, white man
812
+ --- 93150799
813
+ >>93150714
814
+ linux desktop still sucks ass in 2023 though
815
+ --- 93150813
816
+ >>93150714
817
+ can steamOS run anything besides videogames
818
+ --- 93150879
819
+ >>93150799
820
+ Explain why. It's less buggy than Shitblows when it comes to very generic user operations (which in my case is randomly repeatedly activating caps lock, and some system settings randomly reverting to old values for no apparent reason and without pattern), and the logic used in Linux systems makes far more sense than Windows'. W7 used to work fine but that doesn't support directx 12 which is a dealbreaker for me
821
+
822
+ >>93150813
823
+ Yeah it's just an offshoot of Arch personalized for Steam but other than that it's just Loonix
824
+ --- 93150935
825
+ >>93150714
826
+ >valve makes it so 40% of software and 0% of drivers work on troonix
827
+ >this makes troonix better than windows
828
+ I hope this is just the head trauma talking.
829
+ --- 93150961
830
+ >>93150879
831
+ >Double click Fortnite
832
+ >Doesn't work
833
+ >Double click Microsoft Office
834
+ >Doesn't work
835
+ How does an operating system that can't run the most popular game and program not suck?
836
+ --- 93151020
837
+ >>93139935
838
+ Any good videogame runs on W7
839
+ --- 93151078
840
+ >>93150935
841
+ TOP OF THE MORNING SIR
842
+
843
+ >>93150961
844
+ 1. Unless you're underaged and thus your opinion wouldn't matter, why would you want to play Fortnite? That's only a hypothetical question, because you can play Fortnite on Linux just fine
845
+
846
+ 2. There is no legitimate use case for using Microsoft Office products unless you work in an enterprise setting, in which case your IT department should have systems in place for you to remote into their Windows systems where you can use your Office products. Furthermore, you shouldn't even want to put Microshit's spyware on your personal devices.
847
+
848
+ For the only other office use case (making a CV to get said job), even a basic text editor is sufficient. You don't want a job where people value how pretty you make your resume look more than the actual contents of your resume.
849
+ --- 93151114
850
+ >>93150961
851
+ Who cares about Fortnite besides brainless kids without a good taste
852
+
853
+ Also Linux desktop is way better if you just put in time customising and finding out what you like and how you like them
854
+ --- 93151152
855
+ >>93151078
856
+ >because you can play Fortnite on Linux just fine
857
+ Lol, don't lie.
858
+ Fortnite is fun. You are, without doubt, underage if you think childish things have no value.
859
+ --- 93151221
860
+ >>93145597
861
+ https://github.com/Gictorbit/photoshopCClinux
862
+ https://github.com/Gictorbit/illustratorCClinux
863
+ if you don't care about shady scripts
864
+ --- 93151241
865
+ >>93151152
866
+ Childish things do have value, but Fornite isn't childish. It's the very definition of "digital goyslop", and anyone involved with it be it players or developers, must have their internet license revoked for the rest of their lives.
867
+ --- 93151268
868
+ The point isn’t that it’s childish, it’s that it’s just not a good game anyone above the age of 14 would play on a regular basis
869
+ --- 93151307
870
+ >>93138496
871
+ >>/v/
872
+ go back
873
+ --- 93151343
874
+ >>93151241
875
+ this
876
+ minecraft is surely childish, but it's nature has made it into an immortal game
877
+ --- 93151347
878
+ >>93132998 (OP)
879
+ just upgrade to fedora
880
+ --- 93151419
881
+ >>93151268
882
+ oops forgot to quote >>93151241
883
+ --- 93151667
884
+ >>93135454
885
+ these retards think the UI is the only problem with windows 10/11
886
+ I wouldn't mind using Windows 8.1 instead of 7 but since it's losing support at the same rate, it's pointless to switch to it.
887
+ --- 93151701
888
+ >>93132998 (OP)
889
+ >mfw I chose to switch to Linux in 2016 rather than downgrade to Windows 10
890
+ Your kind cling to Windows 7, as though it will not decay and fail you. One day the outdated OS you call a temple will wither, and you will beg my kind to save you. But I am already saved, for the Tux is immortal.
891
+ --- 93151969
892
+ >>93143547
893
+ there are a lot of macfags sticking with mojave because it's the last version that supports 32 bits programs
894
+ --- 93151996
895
+ >>93151152
896
+ Faggots will unironically quote C.S. Lewis to justify something like wearing a diaper and acting like a baby at 40 years old. It is insufferably smug "LET PEPOLE ENJOY THINGS, CHUD" Redditor shit and I am sick and tired of seeing it.
897
+
898
+ There's a difference between being based and not caring what others think, an ADULT that still sees the value in childish things like stories and fantasy, and being an actually childish cringelord who really and truly never matured past childhood.
899
+ People who follow in the spirit of this C.S. Lewis quote would be like someone who still loves Thomas the Tank Engine, but that love has matured to the point that they could create a new show that children could enjoy. Those that follow the letter would be the kind of low-functioning autist that still enjoys Thomas the Tank Engine with the exact same emotional maturity that they did at 5 and 10 years old and makes terrible fan fiction and art of the trains fucking on deviantart.
900
+ --- 93152093
901
+ >>93142480
902
+ >the companies leveled by western imperial powers and propped up in artifical economies did the things there 20 years ago lol
903
+
904
+ yeah because those were testing grounds for these changes, not because the koreans wanted it or were fine with it. and who the fuck spoke to koreans in 2001? mmorpg players? thats like pretending its normal to shit in the street because you talk to the indian ceo of microshart in 2023 you faggot.
905
+ --- 93152189
906
+ >>93142526
907
+ >haha these stupid people dont know their worst case scenario is actually real therefore they are... correct
908
+
909
+ what exactly are you trying to communicate here. How is someone stupid if what they are saying is true? And they did have disk drives and shit in korea in 2001, stop being retarded. It's china that skipped pcs and went straight to phones, japan had a wonky pc market as well but thats because consoles and other electronic devices had a larger domestic marketshare due to being produced there. But thats all irrelevant bullshit. We arent talking about koreans or chinese or japanese consumers, we are talking about our country and our own culture and how things might be if we let them. Besides, Do you see japanese salary man and korean corporate slaves enjoying themselves? no. you dont. The chinese are laying flat, the japanese are becoming hikki neets, and the koreans... the koreans live their lives in escapist fantasies and live stream eatting their fucking dinner to pretend they have friends. Is that the future you want, you npc retard?
910
+ --- 93152246
911
+ >>93149424
912
+ fixed
913
+ --- 93152247
914
+ >>93152189
915
+ >It's china that skipped pcs and went straight to phones
916
+ Lol, you couldn't be more wrong.
917
+ --- 93152263
918
+ >>93152246
919
+ kek
920
+ --- 93152340
921
+ >>93133251
922
+ >your brain is on /pol/
923
+ People fork shit all the time, some troon haters will just fork stuff and make something better.
924
+ --- 93152918
925
+ >>93152093
926
+ >who the fuck spoke to koreans in 2001?
927
+ Asians exist, you dumb gweilo. Also
928
+ >Star Wars Phantom Menace
929
+ >podracing
930
+ >alien shouts SHIBA at one point
931
+ >sounds very similar to 씨발 = bitch
932
+
933
+ And Chinese did not skip PC, they also had massive internet cafes. Where do you think the fucking panda burning incense virus came from?
934
+ --- 93153312
935
+ >>93151114
936
+ >Also Linux desktop is way better if you just put in time customising and finding out what you like and how you like them
937
+ >linux is only good when you build it out yourself
938
+
939
+ linux cucks everyone
940
+ --- 93153447
941
+ its ogre
942
+ --- 93153517
943
+ >>93153312
944
+ It's better in the sense that you can make it be whatever you want it to be and can add functionality to it if the out of box experience isn't enough. The only thing I've done with KDE plasma is the ability to preview 3d models in Dolphins details menu. Did I need that? No. Can I do it anyways? Yeah. Can you do that with windows explorer? No.
945
+ --- 93153616
946
+ >>93145274
947
+ >stole
948
+ >free and open source software
949
+ What is "basic reading comprehension"
950
+ >>93145353
951
+ Been on Ooboontoo since 2016 my nig. There's some learning required but it's not that hard. It's either that or having to fight Microsoft tooth and nail to keep out the telemetry and other annoying garbage they keep trying to foist on the user as a "service".
952
+ If you're having trouble with KDE Krashing™, then pick a more stable desktop environment like the other anons said. I can't offer much advice on this front since I've been on GNOME for about three years straight, used Budgie for most of the period before that, and only faintly remember using Cinnamon and KDE when I first started.
953
+
954
+ What I can tell you is to not go for one of those meme distros like Elementary that try to be so easy and simple to use that your grandma could use it or try to cushion the blow of change for tender delicate Wintoddlers who have never so much as seen a command line in their life. They inevitably end up kneecapping the user and making things worse when something *doesn't* Just Werk, or you try to do something outside the bounds of the little play pen that they have set up. Something neutral like Ubuntu that's relatively user friendly without trying to coddle you is what you want. I was a Winbabby who never used a command prompt or powershell before too, and the terminal isn't nearly so scary as people complain about it being. Go in with an open mind and don't fold at the first instance of difficulty and you could potentially have a long and happy life as a Linux user.
955
+ --- 93153761
956
+ >>93133251
957
+ Trannies are taking over the Minecraft modding scene too.
958
+ Surprise surprise, most trannies are autistic, and are thus drawn to autistic stuff like children's block games and programming, and their malignant narcissism drives them to stamp out any and all dissent to their worldviews. It's not necessarily anyone else's fault that they're ruining things, because we as a society have been gaslit into believing the narrative that disagreeing with trannies is evil and literally anuddah shoah oy vey.
959
+ The difference is that at the very least Linux is FOSS and thus you can just fork it if you want a based tranny free distro. You don't get that option with Microsoft, or Apple for that matter.
960
+ --- 93154713
961
+ >>93149988
962
+ >retarded faggot
963
+ --- 93155238
964
+ >>93134671
965
+ >i'm slippings certs, manifests and faking them in a vm personally. They can't do shit about it.
966
+ i kneel
967
+ --- 93155295
968
+ >>93153517
969
+ >The only thing I've done with KDE plasma is the ability to preview 3d models in Dolphins details menu. Did I need that? No. Can I do it anyways? Yeah. Can you do that with windows explorer? No.
970
+ ChituBox used to offer that functionality for Windowsk, there's also this: https://papas-best.com/stlthumbnails_en
971
+ I have tried to get something similar working in Dolphin but so far have failed, so I'd be interested in how you did it.
972
+ --- 93155328
973
+ Vault 7 release had scads of exploits for Windows 7 and the devs called Windows 7 "swiss cheese."
974
+
975
+ And Windows 7 was ass compared to Windows 2000.
976
+ --- 93155344
977
+ Windows 7 is the new MS-DOS
978
+ --- 93155414
979
+ >>93149988
980
+ https://en.wikipedia.org/wiki/Corporatism
981
+ https://en.wikipedia.org/wiki/Capitalism
982
+ --- 93156046
983
+ >>93138353
984
+ Man this makes me angry. This shit is obviously illegal by any anti-trust principles yet amerishart "democracy" can do nothing about it.
985
+ --- 93157007
986
+ >>93155328
987
+ GPT-san, many Vault 7 exploits affect Linux too and development on that can not nearly keep up with the possible exploits for it.
988
+ --- 93157071
989
+ >>93138353
990
+ why don't they use firefox
991
+ --- 93157400
992
+ >>93133025
993
+ Your price for staying on win7 for so long is a direct upgrade to 11. You played yourself.
g/93135346.txt CHANGED
@@ -396,3 +396,145 @@ just dont, fuck em, its their own time they're wasting and idc to waste mine ins
396
  Very different degrees of awareness in people. I believe almost anyone has the potential to be aware of important things but they're simply not because of their upbringing and the way they were taught to think. I also think it's a brain development thing in the early formative years.
397
  By default you're more aware than an animal, but one needs to build on top of that.
398
  Overall, I believe it's mostly an education problem. If we did have the appropriate education many would have a much higher level of awareness of what's important and how to think critically.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
396
  Very different degrees of awareness in people. I believe almost anyone has the potential to be aware of important things but they're simply not because of their upbringing and the way they were taught to think. I also think it's a brain development thing in the early formative years.
397
  By default you're more aware than an animal, but one needs to build on top of that.
398
  Overall, I believe it's mostly an education problem. If we did have the appropriate education many would have a much higher level of awareness of what's important and how to think critically.
399
+ --- 93147076
400
+ >>93145726
401
+ This.
402
+
403
+ Fucking gatekeep as hard as you can.
404
+ This also goes for torrenting and shit like that. You do not want morons to know about everything.
405
+ --- 93147566
406
+ >>93135346 (OP)
407
+ I have literally never seen an ad on youtube ever.
408
+ Adblock since it first arrived, and switched to ublock origin when it first arrived, not seen a single ad in 15+ years.
409
+ Firefox user since Phoenix days.
410
+ --- 93147731
411
+ You can't fix stupid. Don't even try. Just nod and say "oh dang that's crazy" when they complain. Save yourself the trouble. It's okay to have stupid friends, but don't aggravate yourself trying to make them less stupid.
412
+ --- 93148926
413
+ >>93146720
414
+ >Overall, I believe it's mostly an education problem. If we did have the appropriate education many would have a much higher level of awareness of what's important and how to think critically.
415
+ No it isnt. Education is not the end all be all to awareness. In fact, education can be detrimental to intelligence based on whether the curriculum is going to instill critical thinking skills and independent thought. Which goes against trying to make someone into an apprentice or shape them into the perfect "you", which is the opposite of self awareness.
416
+
417
+ Education in the way youre framing it is all about teaching a monkey how to code as an example. School is not where you learn to be actually intelligent. That usually comes from genetics and your parents if they are not ludities themselves. A person can skip all of education and still be smarter than some engineer simply cause they have the proper life skills and critical awareness.
418
+ --- 93149373
419
+ >>93148926
420
+ You're acting as if I said there's no degree to intelligence and awareness. When I use the term 'education' I don't mean it in a traditional sense, but I mean it in a very loose sense.
421
+ Looking back on my comment, I can see how it can be misconstrued, and I'd actually have to expand and extrapolate a lot to properly explain what I mean, suffice to say, we mostly agree.
422
+ --- 93149459
423
+ >>93135346 (OP)
424
+ >uBlock Origin known for breaking on Chromium based browsers like Chrome and Edge (the most widely used browsers by normalfags) on and off especially on YouTube
425
+ >Firefox, literally advertised as such by the developer "works best on Firefox", I have never seen an ad on YouTube for as long as I've been using it
426
+ >"normie friends proceed to complain about youtube ads again a month later"
427
+ Hmmm I wonder
428
+ --- 93150798
429
+ >>93135346 (OP)
430
+ Speaking of youtube what the FUCK am I supposed to use for my phone now?
431
+ --- 93151006
432
+ >>93150798
433
+ newpipe, brave, firefox with ublock, etc
434
+ --- 93151070
435
+ >>93146720
436
+ >Overall, I believe it's mostly an education problem. If we did have the appropriate education many would have a much higher level of awareness of what's important and how to think critically.
437
+ If anything, it's the opposite.
438
+ --- 93151552
439
+ >>93145726
440
+ i believe that's how internet censorship came to be
441
+ --- 93151630
442
+ >>93142881
443
+ But we also need those people to dedicate their lives to that tech to advance. Any civilization of exclusively primitrade fags won't be competitive in the long term
444
+ --- 93151891
445
+ >be me
446
+ >go to school
447
+ >gets in trouble in school for using an adblocker on my school pc
448
+ >gets mad
449
+ >goes home
450
+
451
+ i actually got in trouble for this..
452
+ --- 93151922
453
+ I installed Portmaster on my moms laptop a couple of months ago and unless she turned it off, I think it still works okay. A few weird warnings because of browser setting conflicts but I don't think it's bothered her much.
454
+
455
+
456
+ >>93150798
457
+ I installed Rethink on my phone for blockering ads outside my browser.
458
+
459
+ Or you can use a browser with built-in ad blocking, Vivaldi is pretty good at blocking stuff.
460
+ --- 93151981
461
+ >>93151070
462
+ Sadly, "education" consists into memorizing random shit instead of developing critical thinking.
463
+ --- 93152098
464
+ >>93151630
465
+ >Any civilization of exclusively primitrade fags won't be competitive in the long term
466
+ We are in an advanced society, and people still pay top dollar for plumbers and constructors. They'll never be out of a job. Only tech fags will.
467
+ --- 93152213
468
+ I personally think there should be laws on the books that criminalize blocking and/or evading ads. When you think about it, it's basically theft and you are stealing from a service you did not pay for.
469
+ It could also be mandated by having facial recognition from a web cam so if you look away from the screen when an ad is playing, the video will stop unless you view it.
470
+ --- 93152377
471
+ >>93152098
472
+ of course but any civilization of only tradefags is easily beatable in war. Tech workers are essential for advancement.
473
+ --- 93152419
474
+ >>93152377
475
+ >of course but any civilization of only tradefags is easily beatable in war.
476
+ Who builds the tanks asshole?
477
+ --- 93152543
478
+ >>93152419
479
+ Modern engineers and techfags are responsible for their advanced capabilities
480
+ --- 93152589
481
+ So, let me get this straight. Using uBlock Origin with No Script and WebRTC blocker is redundant and counter productive? What if I have adblock and uBlock Origin? Doesn't it harden my browser?
482
+ --- 93152636
483
+ >>93152543
484
+ Modern engineers are also the same guys who will do the tasks no programmer will.
485
+ --- 93152659
486
+ >>93152213
487
+ --- 93152713
488
+ >>93138806
489
+ What does this block?
490
+ --- 93152784
491
+ >>93152589
492
+ >Do NOT use uBO with any other content blocker. uBO performs as well as or better than most popular blockers. Other blockers can prevent uBO's privacy or anti-blocker-defusing features from working correctly.
493
+ https://github.com/gorhill/uBlock#all-programs
494
+ --- 93152798
495
+ >>93152213
496
+ Permutations of a grotesque, ectomorph, no hand-eye coordination having little faggot.
497
+ --- 93152817
498
+ >>93152784
499
+ Thank you very much for this. Does this include No Script?
500
+ --- 93152975
501
+ >>93152213
502
+ here's a (You)
503
+ --- 93152982
504
+ >>93152589
505
+ Jesus Christ. uBlock Origin obsoletes like half of those.
506
+ Remove AdGuard, AdNauseam, ClearURLs, Ghostery, NoScript, Privacy Badger and Privacy Possum.
507
+ --- 93153120
508
+ >>93146410
509
+ >Linus Tech Tips said it's LE BAD
510
+ he said blocking ads is piracy
511
+ kek
512
+ --- 93153158
513
+ >>93146410
514
+ >>93153120
515
+ he never said that
516
+ --- 93153529
517
+ >>93138660
518
+ so you're saying 2 more months?
519
+ --- 93153863
520
+ >>93152982
521
+ What about WebRTC?
522
+ --- 93153967
523
+ >>93153863
524
+ WebRTC leaking has already been fixed in browsers themselves, so uBlock Origin removed the option.
525
+ --- 93154754
526
+ >>93152589
527
+ kek the only privacy extensions worthwhile are ublock and canvas blocker
528
+ --- 93155052
529
+ >>93135346 (OP)
530
+ >telling normalfag about adblocks
531
+ the best way to get fucked long term, normies destroy everything they touch. Worst case scenario they spread it to other normies and the thing get fucked, this is why I don't talk about sponsorblock or ublock.
532
+ --- 93155613
533
+ >>93135346 (OP)
534
+ You say this about normie friends, my own brother who taught me how to torrent when we were little became a lazy ass turbo normalfag and uses youtube on his smart TV and sits through ads and preaches to me that "dude when you grow up like me (I'm grown up dude) you will get tired of tinkering and you will get a smart TV, and an xbox". Meanwhile my boomer parents have a dedicated PC connected to their TV and they use a wireless mouse to watch youtube on a browser with ublock.
535
+ >>93135373
536
+ I don't care what type of person you are, I guarantee you that there are useful videos on youtube for you. Youtube is basically everything. You can teach yourself how to build a house, how to cook, study math, learn to play an instrument.
537
+ >>93137122
538
+ Good. Suffer for being a moron cultist.
539
+ >>93138077
540
+ The crypto shilling it shoves on you is a turn off for most people I recommended it to.
g/93136834.txt CHANGED
@@ -340,3 +340,157 @@ where the gentoo bros at
340
  --- 93146033
341
  >>93138407
342
  Oh nonono...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
340
  --- 93146033
341
  >>93138407
342
  Oh nonono...
343
+ --- 93146865
344
+ >>93146033
345
+ thats just my niece
346
+ --- 93146894
347
+ same as a few days ago, the light theme still flows through my veins
348
+ --- 93147182
349
+ >>93137862
350
+ >favela odors
351
+ --- 93147227
352
+ >>93143846
353
+ This is a script.
354
+
355
+ https://github.com/MichaelSebero/CoolRune/releases/tag/CoolRune-Variants
356
+ --- 93147465
357
+ >>93140796
358
+ DE is Rio on 9front, but 9wm is a port to linux
359
+ --- 93147492
360
+ >>93144146
361
+ Sent it from my phone, but I imagine 4chan would work fine from netsurf on 9. Taskbar is winwatch and then a little script that show time and battery etc
362
+ --- 93147535
363
+ >>93136834 (OP)
364
+ --- 93147557
365
+ >>93147535
366
+ Wall?
367
+ --- 93147591
368
+ >>93136834 (OP)
369
+ nothing special, that makes it special.
370
+ --- 93147593
371
+ >>93147557
372
+ i made it in gimp from one i found online
373
+ --- 93147616
374
+ >>93138407
375
+ >uses a file manager GUI in linux
376
+ NGMI
377
+ --- 93147750
378
+ >>93138407
379
+ HEEEEEEY!
380
+ --- 93147853
381
+ >>93140800
382
+ based
383
+ --- 93147884
384
+ I like the look of a bunch of rices, but in practice I get fatigue from everything looking the same. I think it's easier on my brain if each window is immediately identifiable as distinct from one another. Anyone else?
385
+ --- 93147901
386
+ >>93144590
387
+ Why EndeavourOS? Just use archinstall.
388
+ --- 93147912
389
+ >>93147853
390
+ I have the xfce wallpaper with the dracula theme in a VM, it's really comfy.
391
+ --- 93147929
392
+ >>93140352
393
+ Handsome
394
+ --- 93147938
395
+ >>93147912
396
+ BROOO
397
+ --- 93147939
398
+ >>93140800
399
+ Nice, love XFCE
400
+ Megumin pic source please?
401
+ --- 93147956
402
+ I kinda miss xfeces
403
+ --- 93148019
404
+ >>93136834 (OP)
405
+ --- 93149028
406
+ Arch BTW
407
+ --- 93149360
408
+ >>93147939
409
+ --- 93149623
410
+ >>93138515
411
+ thanks for sharing pape (don't remember if it was here or /wg/)
412
+ --- 93150992
413
+ >>93147182
414
+ you again as always.
415
+ --- 93151024
416
+ >>93142172
417
+ I wanna get give you massive props for using parabola but you fucked it with your bloated browser
418
+ nigga what is wrong with you
419
+ --- 93151052
420
+ >>93147535
421
+ What is your PS1 code for your bash name?
422
+ --- 93151085
423
+ >>93147591
424
+ Why pdfs when you can use w3m+html for books
425
+ --- 93151527
426
+ >>93138407
427
+ found the cyber tranny
428
+ --- 93151547
429
+ >>93151052
430
+ https://ezprompt.net/
431
+
432
+ Bashrcgenerator is down apparently
433
+ --- 93151588
434
+ >>93151527
435
+ I seriously think like over half of the "transwomen" online are just LARPing autistic fags who don't even dress like women or have sex with other humans. Scratches some kind of degenerate itch they have, I guess.
436
+ --- 93153233
437
+ >>93151052
438
+ you might want to look at mine, the colors are different but pretty much the same thing (don't use generators, learn the syntax yourself).
439
+ export PS1='\[\033[1;32m\][ \[\033[1;31m\]\u@\h \[\033[1;34m\]\W\[\033[1;32m\] ]\[\033[00m\]$ '
440
+
441
+ just change the colors which parameterized by `[<depth>;<color_code>m\]` (e.g. `[1;31m\]` for deep red.)
442
+ --- 93153401
443
+ >>93151588
444
+ It's a fetish.
445
+ --- 93154323
446
+ >>93151411
447
+ Can I have the NetBSD wallpaper?
448
+ --- 93154462
449
+ >>93154330
450
+ NIGGER FAGGOT NIGGER FAGGOT NIGGER FAGGOT THOUSAND TIMES
451
+ --- 93154920
452
+ >>93154323
453
+ Here you go.
454
+ --- 93155024
455
+ >>93144590
456
+ that only affects the accent color iirc
457
+ --- 93155037
458
+ >>93147884
459
+ there's that and i feel like flatshit is bad for keeping your attention. i wish skeuomorphism came back.
460
+ --- 93155057
461
+ Good afternoon sirs
462
+ --- 93155115
463
+ >>93151411
464
+ what do you use Netbsd for?
465
+ --- 93155250
466
+ :3
467
+ --- 93155751
468
+ >>93155115
469
+ I'm using that VM to work on a fvwm config, I used NetBSD because I already had an install image on a hard drive.
470
+ --- 93155852
471
+ >>93147535
472
+ tfw
473
+ --- 93156014
474
+ I have no personallity
475
+ --- 93156539
476
+ >>93138515
477
+ >>93149623
478
+ can you post the wallpaper pls? thx
479
+ --- 93156703
480
+ >>93155852
481
+ good afternoon. what font is that?
482
+ --- 93156793
483
+ >>93156014
484
+ > Manjaro
485
+ Anon, I...
486
+ --- 93157181
487
+ dwm workflow is amazing as a lawstudent
488
+
489
+ zathura + subl + libreoffice layout makes me 10x.
490
+ librewolf + lf + zsh on workspace 2.
491
+ htop on workspace 3.
492
+
493
+ That's my go to for college classes and studying.
494
+ --- 93157213
495
+ >>93157181
496
+ MACACO
g/93141363.txt CHANGED
@@ -64,3 +64,49 @@ I can get it for 185 at Mindshittory, I'd consider it if it was like 160.
64
  --- 93146284
65
  >>93141363 (OP)
66
  tst
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  --- 93146284
65
  >>93141363 (OP)
66
  tst
67
+ --- 93148097
68
+ >>93141363 (OP)
69
+ it sucks
70
+ --- 93148887
71
+ >>93141363 (OP)
72
+ Funny, I'm on the 6500 too right now and I'm going to be upgrading to a Ryzen 5000 cpu as well. It depends on what kind of games you play, what framerate, resolution z etc. But I would recommend the 5700x simply because the two extra cores help in .1% & 1% lows while still maintaining a 65w tdp
73
+ --- 93149077
74
+ >>93148887
75
+ Why not the 5800x, you have one of those gay mini things
76
+ --- 93149249
77
+ >>93141363 (OP)
78
+ yes, it's insane value for that price, ignore the rich nerds on the website who can afford to throw 300 dollars on a cpu, i have never seen a cpu that cheap, im actually a bit jealous
79
+
80
+ the intel ones way too overpriced if you cant actually afford them, they are not bad but, new stuff will always come out anyway, you will close the gap eventually
81
+
82
+ if you would rather eat this month, get the ryzen
83
+ but if you want to lose some weight, get an intel
84
+ --- 93149525
85
+ >>93141363 (OP)
86
+ The Ryzen 5 5600 is absolutely still a worthwhile CPU. Great value for the money and on a great platform. You said you're going to be using a 4K 120Hz display so I'm betting your 4070 is more likely to be the bottleneck, especially with how GPU bound games are lately in the VRAM holocaust era. I can't think of many games it wouldn't run at 120Hz and especially not when at 4K, and further still not with ray tracing on.
87
+
88
+ I would say if you don't think a 5600 is good enough at that performance standard that you could bump up to a 5700X. Going by Amazon US pricing, it's $138 for the 5600 and $188 for the 5700X. That's a 36% price increase and probably a 5-10% performance increase, maybe more "future proof" if that's what you want to hear. But with how fast GPUs are aging lately, you'll probably need to upgrade the 4070 before either of these CPUs.
89
+ --- 93149567
90
+ >>93149525
91
+ Seems reasonable, actually I'm using the 4070 until I have to refund it, fuck merchants, I will never pay for coilwhine shit quality.
92
+ --- 93150228
93
+ >>93141363 (OP)
94
+ Fuck jannies
95
+ --- 93152142
96
+ >>93141363 (OP)
97
+ yes
98
+ --- 93153833
99
+ >>93149249
100
+ ty
101
+ --- 93156372
102
+ >>93141363 (OP)
103
+ YES
104
+ --- 93156423
105
+ AM4 is a dead platform
106
+ --- 93156843
107
+ >not betatesting AM5/7900X3D
108
+
109
+ nigga, 5600 a pretty solid value for money cpu
110
+ I recently built 2 PCs about 400 EUR each for the company I work at, rocking 5600G's
111
+
112
+ My laptop is probably better (12700H RTX3060 64GB) but it cost me 1200 EUR
g/93141558.txt CHANGED
@@ -227,3 +227,106 @@ non-pozzed?
227
  --- 93146473
228
  >>93146296
229
  This. The problem isn't actually making the product, its getting people to actually use it.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
227
  --- 93146473
228
  >>93146296
229
  This. The problem isn't actually making the product, its getting people to actually use it.
230
+ --- 93146867
231
+ >>93146344
232
+ >>93146373
233
+ I'm trying to make an app that will show events around your area
234
+ --- 93148166
235
+ >>93142482
236
+ because it's funny to make fun esl retards who can't speak english properly, they sound like complete retards when trying to, and their silly mistakes give them away really easily. people who speak other languages are third worlders, and therefore poor and stupid
237
+ --- 93148197
238
+ I bankrolled my business by selling ebooks to mentally ill people who believe they're being gangstalked.
239
+ --- 93148207
240
+ >>93142482
241
+ It's just Monolingual mongoloids trying to feel superior because they only know the easiest language. Literal brainlets
242
+ --- 93148389
243
+ >>93148166
244
+ What if they just made a typo, and the whole complex story you built up in your head about them isn't real?
245
+ --- 93148528
246
+ >>93145345
247
+
248
+ >how do you actually get people to buy it? How do you actually get people to know about it?
249
+
250
+ Digital marketing
251
+
252
+ Unique branding, i REPEAT unique
253
+
254
+ Attracting the masses
255
+
256
+ Doing some STUNTS to attract crowd
257
+
258
+ Involving girls (not always necessary)
259
+
260
+ Psychology, Manipulation
261
+
262
+ In the end, it must solve a problem.
263
+
264
+ hot take from me but : if product is Good and cheap, it always works
265
+ --- 93148702
266
+ >>93148389
267
+ they didn't, they're esl
268
+ --- 93148936
269
+ >>93142482
270
+ >A couple of years ago nobody talked about "ESL".
271
+ Incorrect, check the archives.
272
+ --- 93149085
273
+ >>93141745
274
+ based
275
+ --- 93151016
276
+ >>93144090
277
+ For sure it has it's downsides. But to some those don't outweigh the downside of having to deal with someone elses bullshit, or emotional outbursts because they themselves are barely able to keep their own head above water, or just having that ounce of authority over someone else turns them into a piece of shit.
278
+
279
+ You can also mitigate the risk of not being paid by requiring the money for the materials up front. Still sucks if you get fucked and aren't in a position to sue (or even if you are) but it's better than the alternative.
280
+ --- 93151253
281
+ >>93148528
282
+ >In the end, it must solve a problem.
283
+
284
+ Does it? Maybe I'm just not so happy using "problem" so loosely so I don't see what problem art or homeopathic shit solves for example. I feel like it has to fill a want or a need is more accurate way of putting it. People buy useless shit all the time that doesn't solve any problems, some it even creates new actual problems.
285
+ --- 93153304
286
+ >>93141558 (OP)
287
+ got any business ideas?
288
+ --- 93155916
289
+ >>93141558 (OP)
290
+ find a pain point and fix it
291
+ --- 93156088
292
+ >>93148389
293
+ ESL isnt when you mistype a word. You notice someone is an ESL from their grammatic structure. There's a difference between "I installed a new modem, but my ISP won't authenticate it", and "I tried to install a new modem, but my provider of internet doesnt accept it since it has restricted it to certain models."
294
+ --- 93156308
295
+ >>93141558 (OP)
296
+ Usually by working in a similar business and knowing ins and outs of how it works.
297
+ --- 93156339
298
+ >>93141558 (OP)
299
+ I'm in the business of plowing your mother senseless, you fucking retard.
300
+ --- 93156377
301
+ >>93148166
302
+ >funny to make fun esl retards
303
+ what a silly mistake, you esl subhuman
304
+ --- 93156384
305
+ >>93143895
306
+ How did you get involved in doing this?
307
+ --- 93156421
308
+ >>93156384
309
+ >know girls in real life that have OF
310
+ >hey do you want me to manage your accounts? I have a lot of experience in web dev etc etc
311
+ >?????
312
+ >profit
313
+ --- 93156452
314
+ I do wordpress shit on the side, make extra 1000$ a month.
315
+ It's a mess, but now I have the process streamlined, and a steady client queque.
316
+ --- 93156463
317
+ >>93142043
318
+ This
319
+ Find a niche and fill it
320
+ Specialization is how you make the biggest bucks as a small business
321
+ Or just make an onlyfans if you’re a woman
322
+ --- 93156504
323
+ >>93141558 (OP)
324
+ here u go
325
+ --- 93156619
326
+ Start small... get a few clients.
327
+ Document all processes you do so you have a reference and also a guide for future employees
328
+ --- 93156855
329
+ >>93141698
330
+ >pay the fees
331
+ Head22
332
+ Where to get money for the fees if I don't have any business yet?
g/93142374.txt CHANGED
@@ -80,3 +80,172 @@ The ones with the mic? They tend to have at least one button that lets you pause
80
  --- 93146597
81
  >>93142374 (OP)
82
  KZ ESX is the best budget bassy soundstage IEM and I'm tired of pretending it's not.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  --- 93146597
81
  >>93142374 (OP)
82
  KZ ESX is the best budget bassy soundstage IEM and I'm tired of pretending it's not.
83
+ --- 93146817
84
+ see you in 4 weeks
85
+ --- 93147507
86
+ >download a bunch of boomer rock playlists from spotify just to see what its like to be nggar
87
+ >some of this stuff is actually good, especially remasters
88
+ huh
89
+ --- 93147592
90
+ What are the go-to true wireless iems when it comes to mic quality? I need to handle conf calls while in the streets and everything seems to be shit in that setting.
91
+ --- 93147597
92
+ >>93146817
93
+ I ordered k1 a week ago, wonder how much of pos will it be
94
+ --- 93147619
95
+ >>93147592
96
+ None, bluetooth turns all mic audio into mono 8kHz 64kbps.
97
+ --- 93147653
98
+ >>93147592
99
+ Bluetooth is the limiting factor in that case but I think within the last few revisions there was some enhanced call quality feature added but I forget what it was called.
100
+ --- 93147924
101
+ just received s12pro
102
+ --- 93147969
103
+ >>93147924
104
+ Nice. They're a good set.
105
+ --- 93148184
106
+ >>93147969
107
+ thank you!
108
+ great iem like open-air headphones but treble (air?) spears to my ears a little bit, have to find good eartips for reduce it...
109
+ --- 93148517
110
+ which bullet iems should i get. i can't wear that over the ear stuff in public
111
+ --- 93148545
112
+ >>93148184
113
+ You could try putting 3M micropore tape on the filter, other than that ePro Horn Shaped Tips are pretty much the best to reduce harsh treble.
114
+ If you want to try the Type E tips i would get the Final E500. It comes with a full set of 5 pairs, way cheaper than buying just the tips.
115
+ --- 93148554
116
+ >CCA CRA (AutoEQ'd to Variations)
117
+ Didn't get a recc before, what's the next step of pos for me here?
118
+ --- 93149266
119
+ >>93148517
120
+ https://rentry.org/c8gqc#bullet-iems-15-100
121
+ --- 93149557
122
+ >>93142523
123
+ >>PR2 not even shipped
124
+ Sir is International Workers' Day please understand. Must have break sir to reduce feeling of jump to fly like bird.
125
+ >700+ pre-sale counting one Aliexpress listing only
126
+ Holy shit NGGAR won... I foresee NO way Crin's Truthear Zero:RED sells anything close especially if it is $50 or potentially more.
127
+ --- 93149626
128
+ >>93149557
129
+ At least Tanya DSP shipped already.
130
+ --- 93149786
131
+ so its kb ear and not k bear...
132
+ --- 93149851
133
+ >>93149786
134
+ Nyo...
135
+ --- 93150002
136
+ >>93149557
137
+ I eventually canceled mine for >>93146817
138
+ --- 93150087
139
+ >>93148545
140
+ S12pro's nozzle diameter is almost 5.7mm but Type E eartips are 4mm (inner)
141
+ if i put narrower eartips to wider nozzle, will it effects to the sound? is this bad? i often worry about this
142
+ --- 93150154
143
+ Why the fuck is everyone sucking HBBs dick? Is he the next Crin?
144
+ --- 93150172
145
+ >>93142695
146
+ >I dislike having no way to pause the media I'm listening to when my phone's off.
147
+ This is part of why DAPs are popular, they have physical buttons
148
+ --- 93150201
149
+ >>93147592
150
+ I find neckband iem adapters with mic's like the fiio one to have a better mic than TWS but i think that has a lot to do with the mix being directly under your mouth rather than in your ear
151
+ --- 93150484
152
+ >>93150154
153
+ >Why the fuck is everyone sucking HBBs dick?
154
+ He's the messiah for boomer rock & hip hop enjoyer.
155
+ --- 93150622
156
+ >>93150484
157
+ niggarabi
158
+ --- 93151355
159
+ How do I make the wire less microphonic? It's nondetachable.
160
+ --- 93151360
161
+ >>93149851
162
+ kara anon, stop being cute
163
+ --- 93151381
164
+ >>93151355
165
+ ling long anon, it's over.
166
+ alternatively, use one of those shirt clips or whatever they're called. you'll look like a sperg but it works
167
+ --- 93151586
168
+ >>93151355
169
+ Realize why real IEMs put cable over ears and get one of those.
170
+ --- 93151884
171
+ >>93151355
172
+ I *think* doing your own DIY braid of a few strands of material over the wire should cut down microphonics. Dunno if you feel like some arts and crafts only to have some janky looking wire wrapped in string lol
173
+ --- 93151930
174
+ >>93151355
175
+ you could try applying a rubber/plastic rejuvenator to the surface. i can't guarantee this won't destroy the insulation.
176
+ --- 93152100
177
+ >>93151381
178
+ I can only use the bullet-types.
179
+ >>93151884
180
+ >>93151930
181
+ Would the insulating tape help? I can easily get my hands both on the regular one and the cotton(?) one for free.
182
+ I know it would look atrocious, but this pair would be only used in bed, so it's whatever.
183
+ --- 93152180
184
+ >>93152100
185
+ i'm suspicious that adding anything would help. i definitely don't think adding cotton tape would help. anything that makes it stiffer will make it worse.
186
+ --- 93152250
187
+ >>93152180
188
+ >anything that makes it stiffer will make it worse
189
+ Makes sense. It's already stiff as it is.
190
+ --- 93152368
191
+ >>93152100
192
+ >I can only use the bullet-types
193
+ Autism, many such cases.
194
+ --- 93152741
195
+ yesterday i was complaining how my hearing became worse in on ear so i had to -13% the volume on one channel but apparently putting a ~30-40 microseconds audio delay in that channel also does the same effect and fixes the volume balance. how does that work? different ear canal length?
196
+ --- 93152801
197
+ >>93152741
198
+ post all gear, player, dac, pos, cable, etc for diagnosis. you prob just have some channel imbalanced pos iems bruh
199
+ --- 93152862
200
+ >>93152741
201
+ you're exploiting the precedence effect to make it sounds like it's coming from that side. the perception of sound localization comes from a few different things, and the amplitude (affected by clogging) and time of arrival (affected by your delay effect) are the two most significant.
202
+ --- 93152900
203
+ >>93152741
204
+ Are your cables plugged in correct polarity?
205
+ https://youtu.be/kUT6ZhFdLkA [Embed]
206
+ --- 93152948
207
+ >>93147592
208
+ >What are the go-to true wireless iems when it comes to mic quality?
209
+ While not really IEMS the DeWalt Jobsite Bluetooth headphones are the best non-Bose-around-ear wireless for phone calls that I've tried. I do real estate development and am constantly on conf calls on loud construction sites. The Bose QC45 and 700 are by far the best I've had and people generally say they can hear me better on the Bose headphones than direct to the phone. So I use them everywhere. But if the site requires hard hats I use the DeWalt ones which are one of the few I've come across where people can hear ME loud and clear. I've probably been through 50 bluetooth headsets and the mic quality is usually the biggest problem but is excellent on the bose and dewalt. And the dewalt has a long lasting battery. The only improvement it really needs is to have the ear pieces custom molded to your ears.
210
+
211
+ >>93142374 (OP)
212
+ >Past gear and your thoughts on them
213
+ >IEM's
214
+ I've had several sets of Sensaphonics 2sx IEMs over the years. I originally got them as I sing in live bands and while many people swear by IEM's for live music I could never get used to the isolation. They are however phenomenal for listening to music though. Having custom molded ear pieces out of the soft rubber they use is a night and day difference compared to off the shelf IEM earphones. I have two big issues with them though. 1. they are earphones only and you need an external device for wireless/microphone to make calls (still haven't found a decent device for that) and 2. I've had two pairs go bad on me out of warranty and at $1k+ a pair I got tired of replacing them.
215
+ >Headphones
216
+ New here so I don't know if this should be in HIFI but at home I use the following for my headphone listening setup.
217
+ >Computer playing flac files
218
+ >Matrix mini-i USB DAC
219
+ >Woo Audio WA22 tube amp
220
+ >Grado GS-1000's
221
+ Sounds amazing but I'm hard on equipment and have broken the chintzy grado frames twice. Grado did replace them for free though.
222
+ --- 93153559
223
+ >>93147592
224
+ All are shit, from least shit to real pos
225
+ Jabra>Sony>Samsung>Apple>others
226
+ --- 93154544
227
+ I can't belive there are people out there who have purchased 12 different hbb colab iems but it seems like he has fanbpys that buy everything he puts his name on.
228
+ What would you do with 12 different pos iems all kind of sorf of tuned to the same target?
229
+ --- 93154600
230
+ >>93154544
231
+ ikr none of them even have waifu box l m a o
232
+ --- 93154930
233
+ >>93142374 (OP)
234
+ listening to REM on my REMbuds
235
+ --- 93155716
236
+ >>93149786
237
+ >so its kb ear and not k bear
238
+ kek i only came to that realization several years into reading the name as well
239
+ --- 93156051
240
+ >>93153559
241
+ i had the Jabra elite 3s and i’m sorry they were not good.
242
+ main problem was the insane noise floor. they were comfy though and did sound ok other than that.
243
+ but damn dude they had an entire app and still just massive “sshhhhhh” in the background constantly until there was no signal just atrocious
244
+ --- 93156341
245
+ >>93142374 (OP)
246
+ where to buy the rem iem?
247
+ --- 93156991
248
+ >>93142374 (OP)
249
+ What dongles are flavor of the month now? Need something new since my Tempotec Sonata stopped working recently.
250
+ --- 93157412
251
+ Any recommendations on a balanced 4.4mm cable for the Hexas?
g/93142980.txt CHANGED
@@ -198,3 +198,597 @@ shut the fuck up boomer ( i love PF bye the way)
198
  --- 93146674
199
  zoomers are the new boomers
200
  alphoomers are the new millennials
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
198
  --- 93146674
199
  zoomers are the new boomers
200
  alphoomers are the new millennials
201
+ --- 93146808
202
+ the question is are we all going to be replaced by indians?
203
+
204
+ i have noticed the pattern
205
+ if your company gets the first indian (and if he is like on a higher position, e.g. senior staff engineer or some similar shit title) you will "suddenly" see more indians being on interviews and slowly getting in
206
+
207
+ thats the first indian calling in his 350 cousins
208
+ --- 93146825
209
+ >>93146808
210
+ Why don't you have 350 cousins?
211
+ --- 93146909
212
+ >>93146825
213
+ how do you think i dont?
214
+ why would i call them to zerg rush and destroy the company tho?
215
+ --- 93146912
216
+ So I got laid off from Lyft, that was refreshing honestly. Feels like I lost these gold handcuffs. The pay was good and I really liked the job but at the same time I spent so much time writing some bullshit docs, onepagers and proposals, doing a bunch of onboarding and 1:1s my github looks like I died half a year ago when I was promoed to T5.
217
+ Have been reading technical literature over the weekend, specifically honing my rx knowledge and just overall prepping for interviews. Goddamn I missed this. Fuck bloated orgs and fuck EMs
218
+ --- 93146918
219
+ >>93146909
220
+ Why not?
221
+ --- 93146932
222
+ >>93146918
223
+ because i am not a soulless nepotistic zerg destroyer of quality and companies?
224
+ --- 93146938
225
+ >>93146932
226
+ that's a lot of words to say you don't have 350 cousins
227
+ --- 93146945
228
+ >>93146938
229
+ kys pajeet
230
+ --- 93146950
231
+ >>93146945
232
+ I accept your concession
233
+ --- 93147087
234
+ Where do I go from working in a MSP?
235
+ I've been here for three years and I'm sick of fixing stupid Outlook issues every day but I don't know where to go
236
+ --- 93148900
237
+ >finish cards as fast as you can
238
+ >no stories in the backlog to pick up when done
239
+ what is the point, just let me slack off.
240
+ --- 93149350
241
+ >>93146912
242
+ How much was severance pay?
243
+ --- 93149358
244
+ >>93146938
245
+ kys pajeet
246
+ --- 93149487
247
+ >be ESL
248
+ >be junior
249
+ >have meeting with someone from USA
250
+ >agree to everything the guy said
251
+ >relay back everything to our company
252
+ I don't know, it feels weird. It was supposed to be an introduction meeting but I felt quite out of place here. I was supposed to be just a junior guy watching "how it's done" and not "the guy" who knows this shit already. I hope I didn't do anything wrong and the other guy will talk with those Americans and actually know what they mean.
253
+ But I do feel weird as fuck.
254
+ --- 93149508
255
+ >>93149350
256
+ $20 in lyft rideshare credit
257
+ --- 93149566
258
+ >>93142980 (OP)
259
+ happy international workers day sirs
260
+ --- 93149585
261
+ >>93149487
262
+ >agree to everything the guy said
263
+ you just fucked up the entire project
264
+ --- 93149699
265
+ yep my job is great
266
+
267
+ t. C++ and C# chad
268
+ --- 93149910
269
+ >>93149585
270
+ it was just a "yeah yeah I don't know too much let's meet next time with someone who actually knows this stuff, btw have i told you already I'm new here?"
271
+ weird but maybe I didn't fuck up too much
272
+ --- 93150045
273
+ who asked?
274
+ t. java and spring boot chad
275
+ --- 93150159
276
+ t. the highly paid software engineer a.k.a. Ruby chad
277
+ --- 93150181
278
+ t. impoverished typescripter
279
+ --- 93150212
280
+ t. jquery baboon
281
+ --- 93150254
282
+ t. helpdesk wagie
283
+ --- 93150295
284
+ >>93144670
285
+ >learnt
286
+ Based fellow Brit, or at least British English user
287
+
288
+ >>93144727
289
+ World domination, of course
290
+ --- 93150308
291
+ t. ot
292
+ --- 93150324
293
+ t. Infrastructure LORD
294
+ --- 93150383
295
+ >>93144670
296
+ >Why do I feel so fucked?
297
+ funny that, isn't it?
298
+ >>93144864
299
+ sage advice: delivered.
300
+ --- 93150641
301
+ >>93145938
302
+ your qualifications, what else?
303
+ you may have to take a standard IT job first though.
304
+ --- 93150664
305
+ >>93146137
306
+ if you aren't getting stocks I don't see why you'd take a chance on a startup (particularly knowing the culture at most of them)
307
+ --- 93150733
308
+ About to start lying on my resume and saying I actually graduated the college I attended 10 years ago.
309
+ I have a feeling I won't be alone.
310
+ --- 93150737
311
+ What do you do when you overslept and miss the morning standup? I just pretend nothing happened and go on with my day
312
+ --- 93150748
313
+ >>93145620
314
+ once you're the best on your team you should leave.
315
+ That's what I've just done (for a 20% raise of course)
316
+ --- 93150945
317
+ >>93150737
318
+ my manager is so antisocial that he's stopped asking to skip the meeting and we just mutually ignore the calendar event now
319
+ --- 93150965
320
+ >>93150733
321
+ be careful, education is one of the things that they pretty much always go to verify during the background check process
322
+ --- 93151004
323
+ >>93150733
324
+ the other anon is right its too easy to verify graduation records, just vaguely imply you graduated by putting like
325
+
326
+ WGU - 2013
327
+
328
+ implying its when you graduated but its actually just the one year you attended
329
+ --- 93151129
330
+ >>93150212
331
+ i thought you were an extinct species???
332
+ --- 93151145
333
+ >havent done real work in 3 weeks
334
+ >just been logging in and keeping my teams status online
335
+ --- 93151197
336
+ >>93150737
337
+ I immediately start crying out of embarrassment and shame
338
+ --- 93151323
339
+ >>93150737
340
+ Yeah I apologized to my direct boss then went on as normal, put in some hours in the afternoon.
341
+ --- 93151338
342
+ >>93144799
343
+ >I want to be the best programmer I can possibly be.
344
+
345
+ A more concrete goal seems to help, personally I want to be able to write code as good as the standard library (C++) code.
346
+
347
+ Used by millions and with minimal (if any) bug reports.
348
+ --- 93151373
349
+ >>93150945
350
+ It's always nice knowing an anti-social person somehow was able to move up.
351
+ --- 93151561
352
+ >>93145926
353
+ there is no increased stress or bad wlb at faang if you're smart enough to get in the first place. only people who complain are bottom performers that get laid off
354
+ --- 93151566
355
+ my wife is on track to earn over 1 million usd this year. crazy.
356
+ --- 93151636
357
+ >>93151566
358
+ whats her onlyfans?
359
+ --- 93151684
360
+ >>93151129
361
+ this is a result of my management being full of burnouts who will do things like its 2011 until they die
362
+ --- 93151703
363
+ >>93151636
364
+ She's into private prostitution only, no public stuff. Helps keep scarcity.
365
+ --- 93151740
366
+ >>93151703
367
+ Based incelism fighter
368
+ --- 93151809
369
+ >>93151566
370
+ Yeah and I'm the Pope
371
+ --- 93151915
372
+ >>93151566
373
+ Jelly. You better be a good trophy husband
374
+ --- 93151984
375
+ is it true zoomers are actually worse at tech than millenials? my job will secured hopefully
376
+ --- 93152028
377
+ >>93151984
378
+ chatgpt > millennials
379
+ --- 93152072
380
+ I hate trying to make and test regex from scratch that I can't find online
381
+ --- 93152120
382
+ I applied to a junior job that required 0 YOE. I have 2 YOE. They told me I don't have as much experience as they'd like in the interview. How can new grads even compete in the current market lmao
383
+ --- 93152122
384
+ >>93151561
385
+ depends heavily on the team and what you're working on
386
+ example: i heard that if you're part of AWS you're working slavery hours whether you're good or not
387
+ i'm not in AWS but everyone up and down the chain are working at least 11 hours a day -- 9 to 9 is more common
388
+ --- 93152201
389
+ >>93151984
390
+ allegedly they don't know the DOS computer skills a lot of us have, and they probably never used ISOs or bittorrent or any other file sharing, and also don't know how filesystems work or most likely the traditional way to install a program on Windows.
391
+
392
+ That's why Windows has been dumbing everything down, it seems, in order to fuck over future generations out of the basic computer skills necessary to do things the jews disagree with (like piracy, installing non-approved software, etc.)
393
+
394
+ So it's possible. Doubt it will matter much, bigger problem will probably be the filthy american government taxing everyone to death to pay for the aging boomers and every other generation older than us.
395
+ --- 93152258
396
+ I'm going to troon out. Company's covering my gender affirmation care. God bless Silicon Valley.
397
+ --- 93152270
398
+ >>93150748
399
+ I've always been the best in my team, but if I switch any faster all my jobs will be below 1 year
400
+ --- 93152294
401
+ >>93152028
402
+ chatgpt is useless, I have a faggot in my team using it for code and he spends longer prompting it than it would take to look at stack overflow for a solution
403
+ --- 93152318
404
+ >>93152072
405
+ literally use chatgpt for it
406
+ --- 93152352
407
+ >>93152258
408
+ nice you should dress as fubuki and go to the office every day as well
409
+ --- 93152379
410
+ >>93152258
411
+ I wonder if I can get my company to pay for my TRT?
412
+
413
+ It's surely "gender affirming care" too? Just for men who want to remain men. Manly men.
414
+ --- 93152391
415
+ >>93152379
416
+ >>93152258
417
+ and while we're at it, remove the federal regulation on how much testosterone can be prescribed at one time, I want to be a goddamn gigachad.
418
+ --- 93152423
419
+ >>93152352
420
+ which fubuki outfit, though?
421
+ --- 93152457
422
+ >>93150045
423
+ I just like to remind everyone from time to time.
424
+ --- 93152474
425
+ >>93152258
426
+ make sure you look like you are supposed to, a breedable anime kitten, otherwise nobody will want man with a wig
427
+ --- 93152493
428
+ How do I gain confidence to engage and interact with stakeholders?
429
+ --- 93152507
430
+ >>93152379
431
+ pretend as female that want to transition to Male and let them buy all the TRT you need brah
432
+ --- 93152532
433
+ >>93152493
434
+ you dont, stakeholders is just a fancy word for goysoomer
435
+ --- 93152540
436
+ work is not going so well lads
437
+ --- 93152578
438
+ >>93152493
439
+ you don't, if you're a wimp you're ngmi
440
+ --- 93152595
441
+ >got lunch with boss
442
+ >asked him to pay for my net+ cert, he said OK
443
+ >also said he might fire a lazy coworker of ours who lies all the time and doesn't pull his weight (other coworker constantly complains about him) and hire a more junior person for me to manager, train up in helpdesk ect so I can do other shit down the line
444
+ It's happening bros
445
+ --- 93152624
446
+ >>93151566
447
+ if she makes 1, you gotta make 10, go commando and stick the penis on the peanut butter to show dominance
448
+ --- 93152625
449
+ >>93152493
450
+ They should gain confidence to engage and interact with you. Put the fear into them.
451
+
452
+ >>93152595
453
+ Awesome, congrats
454
+ --- 93152661
455
+ I'm thinking of legally changing my name to sound more Indian. Do you think that would help my chances?
456
+ --- 93152682
457
+ >>93143399
458
+ You were doing the fire method right anon?
459
+ --- 93152692
460
+ >>93152661
461
+ indians only help other indians from same region + caste
462
+ --- 93152706
463
+ >>93152661
464
+ just change race
465
+ --- 93152739
466
+ >>93152706
467
+ I don't think that legal yet, but I hope that's the next big cultural movement.
468
+ --- 93152758
469
+ >>93152661
470
+ well that depends - what are you changing *from*?
471
+ --- 93152780
472
+ >>93152758
473
+ French Creole
474
+ --- 93153121
475
+ >>93151984
476
+ yes, and it is because they dont pirate games anymore. Now fortnite and roblox don`t cost money they can`t even read .nfo files and README
477
+ --- 93153250
478
+ >>93152423
479
+ the OG one with the exposed belly will probably be the most disturbing for your coworkers imo
480
+ --- 93153415
481
+ How do I get out of the webshit trap?
482
+ Over the last few years the only thing I've done is gluing together npm packages.
483
+ I want to do real programming again but I kind of don't even remember how to and what I'd even do. Everything is just webshit nowadays.
484
+ --- 93153512
485
+ >>93153415
486
+ >real programming
487
+ real programming™ doesn't exist
488
+ what you're doing is real programming
489
+ --- 93153532
490
+ Anyone here lied about graduating college on their resume, then got caught after then background check and was fired/had their offer rescinded?
491
+ --- 93153550
492
+ >suggest command for team lead to run to fix something on their new computer in the team chat
493
+ >they're now messaging me directly as if I were tech support
494
+ Oops look at the time I've got a meeting to go to
495
+ --- 93153556
496
+ >>93153532
497
+ No, I don't have a room temperature (celsius) IQ.
498
+ What made you think they'd not catch that?
499
+ --- 93153558
500
+ >>93143217
501
+ How to do that with coding skills in 2023 without "freelancing"
502
+ --- 93153567
503
+ >>93153532
504
+ Save up and goto college
505
+ --- 93153589
506
+ >>93153558
507
+ Just freelance
508
+ --- 93153597
509
+ >>93153415
510
+ What is real programming?
511
+ --- 93153619
512
+ >>93153597
513
+ Embedded. It's the most prestigious field. Everything else is just coping that you will never be a real programmer
514
+ --- 93153651
515
+ >>93153619
516
+ >he fell for the /g/ memes
517
+ --- 93153690
518
+ >>93153619
519
+ Unless you're mining that material from scratch you'll never be a real programmer
520
+ --- 93153755
521
+ > Applying to on-site job
522
+ > Have to refill in all resume information on website.
523
+ > Country of residence defaults to India
524
+ I would like to volunteer to be a murder victim.
525
+ --- 93153813
526
+ >>93151809
527
+ Francis, please, put me in charge of the jesuits, I'll fix them
528
+ --- 93153932
529
+ >>93151984
530
+ I don't know... I'm 22 and I used to pirate games and mess around with *NIX since ages 8. However that was out of necessity than anything else (poorfag living in third world shithole).
531
+ --- 93154039
532
+ >>93153619
533
+ >crunching to release consoomer products
534
+ >most prestigious
535
+ --- 93154040
536
+ >>93153932
537
+ So you would never pirate again?
538
+ --- 93154095
539
+ >>93153550
540
+ i hope you learnt your lesson anon
541
+ --- 93154176
542
+ >Have TS/SCI
543
+ >No company is willing to give me a polygraph, even for associate roles I'm overqualified for
544
+ Why are they all so cruel?
545
+
546
+ >>93144216
547
+ >This is the new generation I'm competing with until AI takes over
548
+ Thank god
549
+ --- 93154179
550
+ >>93153619
551
+ anon, please stop posting dangerous misinformation.
552
+ >>93153597
553
+ the more you get paid, the more real it is.
554
+ --- 93154180
555
+ >>93154095
556
+ I make the same mistake every time
557
+ No good deed every goes imported
558
+ --- 93154210
559
+ >>93154180
560
+ *Unpunished
561
+ Goddamn I hate my phone
562
+ --- 93154238
563
+ >>93153619
564
+ embedded is much easier than enterprise programming
565
+ >single threaded
566
+ >no need for mass scalability up for millions of users
567
+ >no need for cross-region/global deployment
568
+ >no need for advanced abstraction
569
+ >no need for distributed systems design knowledge
570
+ >no need for cloud knowledge
571
+ >simple business logic like "display a vector or temperature"
572
+ >limited by physical hardware performance, making development slower and innovations much slower
573
+
574
+ also embedded engineers get paid much less due to their simpler and easier work
575
+ --- 93154301
576
+ >>93154176
577
+ Why so desperate for a polygraph? Security clearance is a privilege, not a right anon.
578
+
579
+ >>93154179
580
+ >>93154238
581
+ >>93153651
582
+ Webdev cope
583
+
584
+ >>93154039
585
+ Based embedded chad trying to keep others out of our field
586
+ --- 93154313
587
+ >>93154238
588
+ >>single threaded
589
+ >he actually, unironically, doesn't know
590
+ some people just have to learn the hard way i guess...
591
+ --- 93154395
592
+ I like that /g/ays take themselves out of the competition by going to uni for EE or CE instead of CS like normal, not going to uni at all because everything is online bro, learning C for some retarded reason and thinking they'll get a job with it, worshipping embedded since some other people online told them it's the real deal, and obsessing over programming languages as if people are paying you to write code because they have nothing better to do instead of to drive business value. You manage to make yourselves terminally unemployed before even starting and it's amazing.
593
+ --- 93154419
594
+ >>93154301
595
+ I signed a form to get a polygraph upon PCSing to my new unit over three years ago but right before I arrived the agency the unit worked with contracted the work out to a company because the people in my unit kept fucking up (and simply just not doing) their work and I've been pissed about it ever since. I can easily find jobs that are willing to sponsor clearances but none that are willing to do a simply polygraph add-on to the clearance I already have reeeeeeeeeeeeeeeeeeeee.
596
+ Every AWS Intelligence job requires a polygraph now god damn it.
597
+ --- 93154489
598
+ is it true embedded jannies have to clean up their own garbage?
599
+ pathetic
600
+ --- 93154508
601
+ >>93154238
602
+ >>single threaded
603
+ lmao
604
+ >>no need for mass scalability up for millions of users
605
+ embedded systems handling millions of requests quickly is what allows you to scale your bloated webshit
606
+ >>no need for cross-region/global deployment
607
+ lmao
608
+ if you touch medical or radio, you WILL deal with global shit
609
+ >>no need for advanced abstraction
610
+ lmao
611
+ >>no need for distributed systems design knowledge
612
+ somewhat true
613
+ >>no need for cloud knowledge
614
+ true
615
+ >>simple business logic like "display a vector or temperature"
616
+ lmao
617
+ >>limited by physical hardware performance, making development slower and innovations much slower
618
+ LMAO
619
+ --- 93154517
620
+ >>93154419
621
+ Rip that's unfortunate.
622
+ --- 93154537
623
+ >>93154395
624
+ >as if people are paying you to write code because they have nothing better to do instead of to drive business value.
625
+ Unfortunately, this is occasionally a real thing that happens, albeit not intentionally.
626
+ --- 93154572
627
+ >>93154040
628
+ That's impossible. You eventually get addicted to it, It's more fun to download music from Soulseek for example, than stream it on Spotify. Even when my friends and relatives shit on me for pirating everything, I just find it entertaining. I torrent something, I seed it, and then others can also enjoy it.
629
+ --- 93154582
630
+ >>93154508
631
+ >embedded systems handling millions of requests quickly is what allows you to scale your bloated webshit
632
+ --- 93154634
633
+ >>93142980 (OP)
634
+ >no links for open positions or places to apply for
635
+ LinkedIn and others are full of fake, outdated, spam job offers. And applying to FAGMAN is useless without a referral.
636
+ --- 93154677
637
+ >>93154634
638
+ no one applies to FAGMAN unironically, their recruiters reach out to you first
639
+ --- 93154740
640
+ >>93154508
641
+ >lmao
642
+ lmao
643
+ --- 93154760
644
+ An employer I know told me straight up that they post job listings with the intent of not hiring anyone except for a predetermined candidate. I figured that was already the case but I was surprised to hear it admitted
645
+ --- 93154795
646
+ >>93154677
647
+ >their recruiters reach out to you first
648
+ Through referrals?
649
+ --- 93154816
650
+ >>93154795
651
+ no they cold email you
652
+ some desperate ones will cold call you
653
+ --- 93154828
654
+ am i fucked with Ruby?
655
+ does Rails have a future?
656
+ i hate php and node and python :(
657
+ --- 93154862
658
+ >>93154828
659
+ I heard it's popular in India, maybe you can move there
660
+ --- 93154871
661
+ >>93154816
662
+ How would they even know that I exist, nigga?
663
+ --- 93154877
664
+ >>93154871
665
+ linkedin
666
+ --- 93154892
667
+ >>93154877
668
+ -_-
669
+ --- 93154905
670
+ >>93154862
671
+ how did you hear that unless you are pajeet, pajeet?
672
+ --- 93154933
673
+ >>93154905
674
+ Somebody in this thread, rubytard. Not sure why you learned a meme language. Maybe you'll like Rust too
675
+ --- 93154938
676
+ >>93154828
677
+ Ruby is used by at least one (1) company currently!
678
+ --- 93154952
679
+ >>93154938
680
+ kek
681
+ --- 93154979
682
+ >>93154938
683
+ >>93154933
684
+ also all your fizzbuzz javascript code is hosted on either Github or Gitlab, both of which are written in Ruby
685
+ lmao get fucked
686
+ Rubychads always win
687
+ Rubychads are the highest paid devs
688
+ --- 93154992
689
+ >
690
+ >>93153567
691
+ >>93153556
692
+ Thanks for not answering the question useless fucks.
693
+ --- 93155021
694
+ >>93154992
695
+ Okay self taught (lmao). Why do you think real programmers would help you waste others' time?
696
+ --- 93155030
697
+ >>93154979
698
+ My company uses Ruby, and I kind of like it...
699
+ The only downside is devs from other languages come in and want to program in Ruby like it's Java. They create a billion little helper classes and services, and it all becomes a fucking nightmare because nothing has a type...
700
+ --- 93155120
701
+ >>93151984
702
+ your average zoomer is completely tech illiterate due to only needing to use ultra streamlined consumer tech. but nerdy zoomers are way ahead of any generation at the same age. the access to information these days is unreal. you can learn shit so much faster and more efficiently. you get access to all kinds of things in a way that just wasn't possible at the same age for earlier generations. so the good at tech zoomers are very far ahead. but yes the average zoomer is braindead.
703
+ --- 93155211
704
+ >>93155021
705
+ I strongly doubt you qualify as a "real" programmer or have any ability to answer the question in the first place. I'm getting more of a
706
+ >why would I, an unemployed bitter loser in debt 80k encourage anyone who might not have taken basket weaving at mumbai university to get a job when I cant?
707
+ --- 93155229
708
+ >>93151915
709
+ I'm not sure I am. I hope she doesn't decide I'm not good enough. I'm actually kind of a burn out. when we met I had the more promising career but that is now far from true.
710
+
711
+ >>93152624
712
+ at this point I don't think it's possible for me to come anywhere near her current income let alone surpass it or catch the trend. she is on track to become a c-suite and I am definitely not.
713
+ --- 93155254
714
+ >>93155030
715
+ are ruby devs really paid a lot or Stackoverflow is lying?
716
+ --- 93155287
717
+ >>93155211
718
+ Well, sorry to inform you that you're wrong. I work remote and graduated college with no debt. Sorry to betray your expectations. I understand it must be frustrating.
719
+ --- 93155469
720
+ >>93155254
721
+ Idk, I make $200k cash, plus some lottery ticket stock options
722
+ --- 93155479
723
+ There's this boomer at work that when he tries to explain something he dumbs it down to literally a kindergarten level and it's sooo goddamn annoying.
724
+
725
+ He does it to everyone though, and I bet he can't help it. Should I be difficult with him about it? It's so fucking soul-crushing, because I automatically just assume he is intentionally insulting my intelligence, and everyone else's.
726
+ --- 93155676
727
+ >>93155479
728
+ could just be some kind of social dominance thing, in which case he also wouldn't be doing it intentionally
729
+ --- 93155862
730
+ Ok I consneed, the HN hiring thread sucks ass
731
+ --- 93156934
732
+ >>93155479
733
+ the truth is you are indeed a low IQ brainlet
734
+ --- 93156950
735
+ I have a masters in math. I'm trying to get into machine learning. I'm learning python, Numpy, and Tensorflow. I'm giving myself a year to find a job.
736
+
737
+ 1. How many personal projects should I have completed before trying to apply? I'm think at least one but no more than 3.
738
+
739
+ 2. While I'm working on projects would it be a waste of time to get an associates in C.S (or a higher degree?) I'm afraid no matter what I do even with a strong background in math and projects I will still lose out to be people who have those qualifications. I have also been slowly working my way through SICP in the side and I know a fair amount of C.
740
+
741
+ Any other skills I should learn?
742
+ --- 93156987
743
+ >>93156950
744
+ see OP under section for "self taught"
745
+ --- 93156994
746
+ >>93156950
747
+ you've already graduated and you're going to take a full year to get a job? masters in math meme lmao.
748
+ --- 93157042
749
+ >>93155479
750
+ He is the interface to tech - so that people don't need to understand tech to know what he's saying. He will be promoted. You won't.
751
+
752
+ Stop taking everything personally idiot. The Boomer is trying to help people. Maybe he should give you a participation trophy to make you feel better.
753
+ --- 93157102
754
+ >>93156994
755
+ Well I was going to pursue a Ph.D but decided I don't want to really play the academic game. Unfortunately I lived for years as a sort of NEET reading estroic math papers and autistically spending 8 hours a day doing math.
756
+ --- 93157126
757
+ >>93157102
758
+ can you post the resources needed to get into math for serious stuff
759
+ somehow in programming i dont need that much math
760
+ post the beginner stuff and and also advanced and esoteric shit please
761
+ bonus if they are related to computers
762
+ --- 93157139
763
+ >>93157126
764
+ >somehow in programming i dont need that much math
765
+ that's cause you're a dumb webdev
766
+ --- 93157145
767
+ >>93156950
768
+ >I'm giving myself a year to find a job.
769
+ risky all-or-nothing play which will most likely not play out, bad idea.
770
+
771
+ get a job now. that will be your plan A.
772
+ you'll be a junior, so no one will expect anything from you. use this time to invest in your plan B (the AI/ML stuff, pytorch, tensorflow, whatever.)
773
+
774
+ this way, if your self-taught ML skills wind up being worthless (90% chance), youre atleast on *some* kind of a tech career ladder, and not left out in the cold.
775
+ --- 93157156
776
+ >>93157102
777
+ hahahahahahahahahahahahahaha
778
+ --- 93157197
779
+ >>93157102
780
+ >>93157102
781
+ actually if anything maybe you *should* play the PhD game, and then pivot into some financial circles were the math crowd is big, i.e. risk assessment, risk modelling, hedge funds, etc.
782
+ it would just make more sense i think for someone with your background.
783
+ yeah you can hop into AI/ML or webdev or whatever but then youre kind of throwing away all that math prestige youve acquired.
784
+ --- 93157408
785
+ >>93157197
786
+ math is completely useless, he's throwing it away no matter what he does
787
+ --- 93157419
788
+ >>93156994
789
+ How am I going to get a job in the next month realistically? All I know is theoretical math. I've published a paper, but nobody cares about that in industry.
790
+ >>93157145
791
+ Same as the above response. How am I going to get a job with no skills? I know it's laughable but I had a help desk job for a year at a company and it was okay, but I have no interest in going back to I.T. What exactly am I going to be a junior in? Just software dev? Agaig, I have no projects or anything.
792
+
793
+ >>93157197
794
+ I could do that, but I'm pretty sure a masters is enough to get a job. I know for a fact a that very few jobs require a Ph.D outside academia and it's just going to overqualify me for most of them. I'd consider maybe trying to go back, but I'm trying to pivot into something else.
g/93143142.txt CHANGED
@@ -384,3 +384,482 @@ This, by definition, leads to them defending literal garbage.
384
  --- 93146737
385
  >>93145095
386
  He's right in that there's a hard upper bound, something like 10^8 miles. But it's never reached both due to time needed and because someone else in the car would break before then.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
384
  --- 93146737
385
  >>93145095
386
  He's right in that there's a hard upper bound, something like 10^8 miles. But it's never reached both due to time needed and because someone else in the car would break before then.
387
+ --- 93146813
388
+ >>93145104
389
+ didnt he say a ram drive? as in random access memory?
390
+ --- 93146820
391
+ >>93143142 (OP)
392
+ You should also find out that the write limit is huge. As in heavy use for 50 years huge.
393
+ --- 93146862
394
+ >>93143142 (OP)
395
+ Bitch please my 2012 samsung 830 is still working, stop being a literal retard
396
+ --- 93146872
397
+ >>93143142 (OP)
398
+ >buy yourself a fancy new SSD
399
+ >don't give a single shit about what goes on it
400
+ >swap file, torrents, VMs, minikube
401
+ >3 years later
402
+ >94% health
403
+ Huh
404
+ --- 93146980
405
+ >>93143142 (OP)
406
+ i have a crucial mx 500, that i use since 2011.
407
+ --- 93147015
408
+ >>93146999
409
+ You're probably looking at the health % and not the wear leveling count/percentage used/whatever SMART variable you buffoon
410
+ --- 93147083
411
+ >>93146999
412
+ what percents? im talking about time to failure
413
+ --- 93147142
414
+ >>93146686
415
+ you have lots of prefailure
416
+ it's over
417
+ --- 93147152
418
+ >>93144496
419
+ why did choose ssd over hdd for a nas?
420
+ --- 93147162
421
+ >>93147142
422
+ anon...
423
+ --- 93147176
424
+ >>93143142 (OP)
425
+ What even is the point of SSDs? You can't even wait 1 minute for the system to boot?
426
+ --- 93147184
427
+ >>93143142 (OP)
428
+ Longer lasting than your rust platter boomer
429
+ --- 93147214
430
+ >>93143142 (OP)
431
+ I've never had a single SSD fail and I bought in early. I've had one being kinda worn making replacing it the smart thing although it would've probably kept working for months. I VASTLY prefer this to the old mechanical drives that'd just make an ugly noise and then be dead one random day you turned the computer on.
432
+ --- 93147240
433
+ >>93146999
434
+ My guy, I don't know what the fuck you bought, but the shitty QLC SSD I bought 8 months ago is still at 100% available spare at 30TB written, so to
435
+ >Explain
436
+ You bought a piece of shit, what were you expecting? Your reasoning here is like suggesting that all processors are slow pieces of shit because you're retarded and bought a Celeron dual-core to do Blender renders on.
437
+ --- 93147296
438
+ >>93147176
439
+ What is it? 2001?
440
+ Try it, see for yourself.
441
+ --- 93147303
442
+ >>93146628
443
+ mfw ameriburgers dont have an internet connection thats faster than hdd write speeds
444
+ --- 93147320
445
+ >>93147296
446
+ My laptops all have SSDs, and other than boot time there is no difference on my desktop which still has a HDD.
447
+ --- 93147341
448
+ >>93147320
449
+ So you're retarded
450
+ --- 93147375
451
+ >>93147341
452
+ I don't use Windows, so maybe that's why I don't see anything different.
453
+ --- 93147382
454
+ >>93143142 (OP)
455
+ a 1TB SSD (even a nice PCIe 4.0 one) will set you back less than £150.
456
+ That's the same price as a decent meal out for a family of 4.
457
+ who cares if it dies in 5 years time?
458
+ --- 93147398
459
+ >>93147382
460
+ 150? It's 60 bucks over here, 40 if you shop carefully and wait for deals. Wow, they're not kidding when talking about how fucked the brit economy is.
461
+ --- 93147442
462
+ >>93147398
463
+ 100 for a decent SSD, my numbers were outdated.
464
+ $60 gets you a shit one.
465
+ --- 93147444
466
+ News flash retard all storage is like this except disks.
467
+
468
+ You're not paying some fags at a data recovery center to rescue your HDD for 1000$ to save your video game save files.
469
+
470
+ Use bluray.
471
+ --- 93147445
472
+ >>93143142 (OP)
473
+ the only ssds ive ever had a problem with are ocz and samsung
474
+
475
+ otherwise yeah blazing fast load times and file transfers are really horrible
476
+ --- 93147552
477
+ >>93143142 (OP)
478
+ Yes and in a billion years or so, the sun will grow to the size of your mom.
479
+ --- 93147630
480
+ >>93143142 (OP)
481
+ >>93143215
482
+ >>93145198
483
+ Who the fuck cares about SSD writes?
484
+ --- 93147753
485
+ >>93143142 (OP)
486
+ Holy shit, we have actual metric of SSD health, how horrible!
487
+ --- 93147807
488
+ my 970 evo 4 years ago is still at 98% health and 1/4 of the tbw. while my 860 evo already passed the tbw and still working fine(game it to parents pc)
489
+ --- 93147827
490
+ HDD don't last forever either, they don't have limited write cycles like SSD's, but they do die eventually
491
+ If you're terrified of losing data and refuse to put it anywhere but on a single local copy, use tape. Its by far the slowest of the 3 but if kept well will last the longest
492
+
493
+ >>93144845
494
+ Everyday? Also you'd need to delete 2 everyday as well, it has a write limit of 600tb, its actual capacity is only 1tb
495
+ --- 93147954
496
+ >>93143142 (OP)
497
+ >use firefox
498
+ >bind cache and Downloads to /dev/shm
499
+ done
500
+ --- 93147976
501
+ >>93143215
502
+ get an hdd for torrents n shieet?
503
+ --- 93148041
504
+ >>93144127
505
+ same except I don't torrent
506
+ --- 93148057
507
+ >>93143142 (OP)
508
+ perfect for cloud stuff.
509
+ --- 93148088
510
+ Is my disk good guys?
511
+ --- 93148172
512
+ >>93146414
513
+ Dunno. I usually go with WD, because in my (purely anecdotal) experience Seagate fails more often.
514
+ --- 93148326
515
+ >>93148088
516
+ disgusting weeb
517
+ --- 93148457
518
+ >>93143142 (OP)
519
+ Who the fuck uses an ssd for constant writes?
520
+ Oh wait retards do because they can't understand what an ssd is meant for, and why HDD are made for constant writes and rewriting on the drive.
521
+ --- 93149317
522
+ >>93148326
523
+ --- 93149366
524
+ >>93143142 (OP)
525
+ >>93144845
526
+ Just get some old stock enterprise drives then you dumb cunt. Some models have amazing endurance.
527
+ >https://en.wikipedia.org/wiki/List_of_Intel_SSDs
528
+ --- 93149402
529
+ >>93143142 (OP)
530
+ write cycles on new ssds are probably enough for them to last 8-10 years of actual use, don't be paranoid over this
531
+ --- 93149403
532
+ >>93149366
533
+ Most of those are EOL
534
+ --- 93149417
535
+ >>93143142 (OP)
536
+ Mechanical hard-drives fail all the fucking time.
537
+ --- 93149533
538
+ >>93143142 (OP)
539
+ Just wait until you find out your heart also stops working after a certain amount of years.
540
+ --- 93149553
541
+ >>93143142 (OP)
542
+ My 120gb SSD from 2011 has 80TB written and is still at 60% health.
543
+ Stoo being paranoid as fuck.
544
+ --- 93149558
545
+ >>93149403
546
+ Intel U.2 drives with relatively low usage are all over eBay and cost fuck all compared to new consoomer SSDs.
547
+ --- 93149563
548
+ I don't get it. Why are some SSDs that are several TB's worth $50 and others are worth $100+
549
+ --- 93149581
550
+ >>93144528
551
+ Seven hours have passed, still no answer. Sad!
552
+ --- 93149606
553
+ >>93149563
554
+ Marx explains it in his book.
555
+ --- 93149618
556
+ >>93149553
557
+ >My 120gb SSD from 2011
558
+ Which brand and model
559
+ --- 93149723
560
+ >>93143992
561
+ You and all of your non-/o/ repliers dont know what youre talking about.
562
+ Thats not how cars work.
563
+ If youre talking about service intervals then you need specify which interval youre talking about and what your issue is.
564
+ ICE cars dont simply brick and the same goes for EVs.
565
+ --- 93149802
566
+ >>93145677
567
+ Just SaaS, goys.
568
+ --- 93149822
569
+ >>93149581
570
+ Not that anon, but whenever I try doing research into used enterprise SSDs to see which ones are good for the price; I'm reminded that Redditors and especially LTT forum users are fucking braindead.
571
+ They avoid used SSDs like the plague and berate anyone who recommends them. They act like every used drive will die in 2 more weeks, and that a SSD with 92% health is already on deaths doorstep.
572
+ They instead recommend brand new DRAMless QLC drives for people wanting "low cost NVMe storage".
573
+ --- 93149845
574
+ >>93143160
575
+ And TBW only measures the end of warranty, most drives are able to write petabytes over their TBW reating.
576
+ OP is a retard, your SSD's controller is likely to die before you ever wear out the nand.
577
+ These niggers have no idea how SSDs work and post this shit every few days: "GUYSSS MY SSD IS GONNA DIE!!! HDDS ARE BETTER!" stfu you'll die sooner than your ssd will
578
+ --- 93149879
579
+ >>93143142 (OP)
580
+ >you find out that SSDs are literally a ticking time bomb where they will stop working once you write a certain amount of data to them
581
+ Next, you find out that you have to write non-stop to them for several years before you hit that limit. For normal use, SSDs have had comparable expected lifetimes to HDDs for more than a decade now, and SSDs have continued to make order-of-magnitude improvements since. You'll be fine.
582
+ --- 93149921
583
+ >>93145552
584
+ No, the NAND isn't getting better, it's getting worse.
585
+ But modern controllers are smarter and write less to the nand for garbage collection and other shit, so it is true that modern QLC drives can outlive very old SLC/TLC drives.
586
+ --- 93149975
587
+ >>93146628
588
+ Yeah, because it's not like HDDs have like dozens of different mechanical parts that wear out over time... Only SSDs have a limited lifespan!
589
+ --- 93150001
590
+ >>93146686
591
+ how much terabytes written is that?
592
+ --- 93150082
593
+ >>93150001
594
+ about 30
595
+ --- 93150494
596
+ >bought a fancy laptop
597
+ >the ssd are soldered
598
+ What now fags? If ssd are dead your pc are useless now.
599
+ >don’t buy ssd-soldered computer
600
+ Many brands now offer those kinda computers more than before. They are thin and easy to move around. Thin computers have their own charm.
601
+ --- 93150592
602
+ >>93150494
603
+ Just solder a new SSD
604
+ --- 93150765
605
+ >>93143295
606
+ they're not moving the files around to different drives and reusing the drive space smart one
607
+ --- 93150858
608
+ >>93143142 (OP)
609
+ I have a 10 year old SSD that's still working
610
+ I have literally never had an SSD die on me
611
+ --- 93150924
612
+ >>93145615
613
+ dat projection
614
+ --- 93150950
615
+ >>93146737
616
+ this is NOT a schizo thread
617
+ --- 93150972
618
+ >>93143142 (OP)
619
+ I had Samsung 830s for 11 years, never failed. Technology has moved far since then.
620
+
621
+ SSDs failing always has been a meme
622
+ --- 93150973
623
+ >>93150494
624
+ It's not a good laptop if it has a soldered SSD. Research shit before buying. The end
625
+ --- 93150981
626
+ >>93146813
627
+ yes, I mean if you took several gigs from the internet and loaded it into your RAM, you might as well copy it to a SSD, HDD, or fuckin USBFDDD
628
+ --- 93150993
629
+ >>93143142 (OP)
630
+ never trust any form of storage medium.
631
+ important data should be backed up on at least one more drive for redundancy.
632
+ --- 93151000
633
+ >>93147630
634
+ see
635
+ >>93145515
636
+ --- 93151022
637
+ >>93144444
638
+ CHECKED KEK
639
+ --- 93151175
640
+ >>93144444
641
+ My moms lexus is worth more now than when she bought it april 2021
642
+ --- 93151181
643
+ >>93151000
644
+ The drive I posted is TLC and has a rated endurance of about 14.5 PBW.
645
+ I ask once again, who the fuck cares about SSD writes?
646
+ --- 93151236
647
+ what do you think ?
648
+ --- 93151258
649
+ >>93143142 (OP)
650
+ >THE HORROR
651
+ >literally have 10 year old SSDs in my computer with like 1% wear rating
652
+ --- 93151629
653
+ >>93150993
654
+ This, just assume everything you use could die one day and be prepared for it. Anything more than that is just drinking in anxiety unnecessarily
655
+ --- 93151985
656
+ >>93149403
657
+ So? There's plenty of new old stock lying around.
658
+ --- 93152019
659
+ >>93151985
660
+ Yeah, and it costs more than a new consumer drive while being slower
661
+ --- 93152104
662
+ >buy ssd
663
+ >check its remaining life once a year
664
+ >buy new one and copy the files once it starts to approach its end of life, which will take about a decade to happen
665
+ wow that was so fucking hard
666
+ --- 93152385
667
+ >>93151175
668
+ >My moms lexus is worth more now than when she bought it april 2021
669
+ Lol yep my car cost more because of COVID as well. The market is crazy right now.
670
+ --- 93152431
671
+ I just boat a FIRECUDA nvme today, basado endurismo!
672
+ --- 93152452
673
+ >>93152431
674
+ >he didnt buy NYTRO
675
+ --- 93152455
676
+ >>93150973
677
+ What if you want to use an ultrabook/macbook
678
+ --- 93152466
679
+ >>93143170
680
+ I torrent on hard drive or /tmp if I don't intend to keep it
681
+ --- 93152468
682
+ >>93152455
683
+ Then you want a bad laptop 8although I think business ultrabooks aren't as bad with soldering shit)
684
+ --- 93152571
685
+ >>93143142 (OP)
686
+ >>you find out that SSDs are literally a ticking time bomb where they will stop working once you write a certain amount of data to them
687
+ >>you suddenly start writing as little as possible to it in various ways including tweaking your system to minimize writes
688
+ Said nobody. I even have a Paging File setup on one of my 5 year old SSDs and it's still doing just fine to this day.
689
+ --- 93152606
690
+ >>93143142 (OP)
691
+ >>you suddenly start writing as little as possible to it in various ways including tweaking your system to minimize writes
692
+ Schizo behavior. Enjoy the drive and upgrade it in 4-5 years like a normal human being, you're never going to hit the endurance limit in that time. I have 9 year old boot drive ssds that are still above 95% endurance.
693
+ --- 93152633
694
+ Stop hoarding porn Jared
695
+ --- 93152664
696
+ >tfw 64GB SanDisk SSD that you bought off of eBay because you wanted to buy into the hype of SSDs but didn't want to spend money in 2011
697
+ >SMART reports that right now it has 105TB written, 1,312 Power Cycles, 73,386 Power On Hours, and only 98% Wear Leveling Count
698
+ feels good
699
+ --- 93152961
700
+ >>93147176
701
+ No I cant. Dumb question.
702
+ --- 93153023
703
+ >>93143170
704
+ thats just normal SSD behaviour tbhngl
705
+ --- 93153670
706
+ >>93146737
707
+ There is no "hard upper limit" for a IC engine where it will just stop working when reached, you mongoloid.
708
+ --- 93153817
709
+ NEED HELP LADS
710
+ >bought an ssd recently
711
+ >noticed the write amplification factor is 4x
712
+ >wtf
713
+ >test it in different roles (system, secondary) across dfferent operating systems (windows, linux) on different hardware (multiple computers) even in different configs (swapped drive slots in one computer)
714
+ >4x no matter what, so not a software issue, nor any other kind of hardware issue
715
+ >contact manufacturer, complain about it
716
+ >they get me to tell them about the situation and send them smart data from their own utility. also threw in a cdi screenshot for good measure.
717
+ >they get back to me saying that while they acknowledge the WAF, they say there seems to be nothing. however they begrudgingly are offering a replacement.
718
+
719
+ Should I take the replacement? What if it has the same problem? Or maybe it won't, but out of spite they'll send me one that has some other less visible problem.
720
+ Or......should I ask for some sort of financial gesture instead, part of the cost of the drive? That way even though I got 4x less writes than I thought, at least I get a restrospective discount.
721
+
722
+ The problem is, like some of you guys have said above, the TBW rating is a conservative estimate. Despite NAND writes being 4x more than host writes, it could theoretically still reach the TBW.
723
+ The TBW here is 150. So even with the 4x waf, it could still each 200. But without the 4x waf, it might otherwise have reached 800. And I'm probably not gonna find out within the time limit.
724
+ Over the past 7 years I have managed 35 TB of host writes across 3 other SSDs and computers, and that included a lot of re-writing and re-jigging between computers and roles, decrypting and re-encrypting as I shifted a few times between solutions. Even in those chaotic 7 years I only managed 35 TB. My computer setups are a lot more stable now, no way I'll manage 37 TB on this one disk alone in the next 4.5 years.
725
+
726
+ Wat do?
727
+ --- 93153872
728
+ You're just autistic. Every device will stop working eventually, SSDs have more than enough write endurance for you to not need to worry about that shit at all unless you specifically have a very write-intensive workload.
729
+ --- 93153878
730
+ >>93153817
731
+ is the file system properly aligned
732
+ --- 93153898
733
+ >>93153817
734
+ Refurb drive.
735
+ --- 93153899
736
+ >>93153878
737
+ yes, properly 4k aligned every time
738
+ --- 93153988
739
+ >>93153898
740
+ What do you mean by this? It was a refurbished drive? It's a Kingston, bought it directly from Amazon. Smart data was practically empty at first.
741
+
742
+ Or do you mean I should take the replacement drive?
743
+ What if this wasn't refurbished, but the replacement they send me is, out of spite/cheapness, and they just rig the smart data?
744
+ Could that even have been the issue with the original?
745
+ --- 93154118
746
+ >>93153899
747
+ What exact drive it is? Is it on the latest firmware
748
+ If it's cheap consumershit it's a waste of time worrying about it
749
+ --- 93154329
750
+ >>93154118
751
+ kingston kc600 mSata version
752
+ 256gb
753
+ kingston software shows the firmware is up to date
754
+
755
+ it's obviously not a big deal money wise, it's more the principle. i could just accept the replacement, but that could be a refurbed drive and have other problems. Demanding is discount is tricky because they might claim it might still reach the tbw. no way to realistically find out because no way I'm gonna hit that many writes, even amplified writes, in the warranty period. i want even planning to start it soon, i bought it as a backup drive in case I'm the future when i want another mSata no one sells them any more.
756
+
757
+ I'm not worried, even if nothing else i could just take the L, use it as a disposable cache drive, and never buy Kingston anything ever again
758
+
759
+ But they are offering a replacement.
760
+ Should I ask them first?
761
+ >I'll accept replacement, but only if its brand new, and it won't have write amplification (you may test it before you send it to me lol)
762
+ Or just shamelessly ask for a retroactive discount lol?
763
+ --- 93154384
764
+ >>93143142 (OP)
765
+ Yeah speaking of which, I want to order a western digital 4tb NVME from amazon...but the damn thing wont arrive til a month later.
766
+
767
+ Is there another shortage or some shit?
768
+ --- 93154414
769
+ >>93154329
770
+ Kingston is a piece of shit who use second gimped tier flash, I wouldn't be surprised if the firmware is also gimped so they can claim that TBW is what destroyed a faulty drive
771
+ --- 93155647
772
+ Why is every SSD a slave drive? They have limited writes!
773
+ --- 93155959
774
+ >>93154414
775
+ Yeah, not buying anything by Kingston again.
776
+ But what do you think I should do in this situation?
777
+ --- 93155999
778
+ >>93155959
779
+ Get the replacement, I doubt they will give an used one for something that's worth less than like 30 bucks
780
+ Or just use it as is, likely won't make a difference anyway.
781
+ --- 93156004
782
+ Why the fuck my ssd is so hot
783
+ >idle ssd temp 60c
784
+ >While gaming goes up to 75c
785
+ ;;
786
+ I touched it once and it was a bit warm like 40 at most
787
+ --- 93156061
788
+ >>93156004
789
+ Is it one with a plastic case?
790
+ --- 93156089
791
+ Luddite moment.
792
+ --- 93156247
793
+ >>93156061
794
+ Yep
795
+ Adata su630
796
+ I know it's not good brand but im poor ;;
797
+ --- 93156416
798
+ >>93143160
799
+ won't performance and total capacity degrade fast than that? sections of the disk literally die and stop working as they wear out.
800
+ I'm paranoid and changed the path of TEMPDIR/TMP/TEMP folders to an HDD. too bad windows won't let you move your user directory off the c drive or i'd do that too.
801
+ --- 93156453
802
+ >>93143142 (OP)
803
+ At least you know when they'll fail and it's measurable, instead of spinning rust randomly crashing into the heads and and gouging out valleys of data.
804
+ --- 93156482
805
+ >>93156416
806
+ No, you shouldn't expect any degradation before the TBW limit and even when it does, all SSDs have overprovisioning like HDDs do.
807
+ --- 93156555
808
+ >>93156453
809
+ SSDs can fail at any time.
810
+ --- 93156611
811
+ >>93143142 (OP)
812
+ Don't care. I write hundreds of gigabytes to my SSDs every month.
813
+ --- 93156662
814
+ >>93144845
815
+ Everyday? For 16 years? You realize that's over 10000 BluRays, right?
816
+ --- 93156669
817
+ >>93152019
818
+ (Somewhat) False and false.
819
+ They only cost more in the <2TB category, which you shouldn't even be considering. Anything 2TB and above is significantly cheaper.
820
+ Consoomer drives boast higher on-paper stats but enterprise drives have better real world performance.
821
+ --- 93156680
822
+ >>93156004
823
+ >>93156247
824
+ >Adata su630
825
+ lol thats what you get for buying shit
826
+ check out my cheap but well reviewed ssd
827
+ --- 93156749
828
+ sheeet
829
+ --- 93156792
830
+ >>93143142 (OP)
831
+ Huh? Hasn't this not been the case for the last 5+ years? iirc this was only an issue when SSD's were new
832
+ --- 93156812
833
+ >>93143142 (OP)
834
+ Don't care, I have backups. Never assume storage won't random die on you.
835
+ --- 93156888
836
+ >>93152664
837
+ I just recently had to toss a SanDisk SSD
838
+ It works but exhibits the oddest behavior where it just wipes itself every cold boot
839
+ --- 93156970
840
+ Why are 4tb M.2 drives still fucking expensive.
841
+ --- 93157004
842
+ >2x ssd almost 6yo 81% life
843
+ >135 days old ssd 95%
844
+ why
845
+ --- 93157010
846
+ >>93156970
847
+ >Why are 4tb M.2 drives still fucking expensive.
848
+ because the tech hasn't caught up to make production of that size cheap.
849
+ --- 93157022
850
+ >>93156970
851
+ Because it's getting close to the limit of what can be put on an M.2.
852
+ 8TB is even more expensive
853
+ --- 93157075
854
+ >>93143142 (OP)
855
+ HDD chads win again
856
+ --- 93157153
857
+ >>93157004
858
+ update your crucial firmware idiot.
859
+ --- 93157376
860
+ >>93156792
861
+ It's never been a problem. Buy shitty product, expect shitty results.
862
+ --- 93157411
863
+ >>93151181
864
+ see
865
+ >>93145515
g/93143926.txt CHANGED
@@ -24,3 +24,116 @@ Well maybe I can trick em and get it for free...
24
  --- 93146435
25
  >>93145834
26
  They make very high performing stuff for the price. A few of their models have QC issues and unless you buy from a local retailer the support story isn't great. As for the DX1 there's no widespread reports of failure (like their pa5 speaker amplifier).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  --- 93146435
25
  >>93145834
26
  They make very high performing stuff for the price. A few of their models have QC issues and unless you buy from a local retailer the support story isn't great. As for the DX1 there's no widespread reports of failure (like their pa5 speaker amplifier).
27
+ --- 93148106
28
+ >>93146435
29
+ thx
30
+ --- 93148722
31
+ >>93143926 (OP)
32
+ I have a headset that has a microphone stuck onto it
33
+ The cable for it goes to 3.5mm for a regular headphone slot but i also have this wire with a little box that just takes it to USB and 3.5 thought i never needed the 3.5 off that because i plug it into usb and it just works for what i need, has dials that control my audio, how much passthrough between my mic has so i dont hear myself muffled
34
+ Only issue is that the cable at the neck of the usb is wearing and wont be long for this world
35
+ Is that what a dac does? I need a replacement for that little wire that does those things
36
+ --- 93149305
37
+ >>93143926 (OP)
38
+ just get the apple usbc dongle if you have low impendance headphones. otherwise dac / dacamps may be worth it.
39
+ --- 93149329
40
+ >>93149305
41
+ i'm gonna add to my post. the 30 ohm headphones aren't gonna be an issue, but try to get the dongles made in vietnam. they are better,
42
+ --- 93149369
43
+ >>93149305
44
+ >>93149329
45
+ i bought one of those for 10 bucks or so, but pc has no usb c so i have it on a converter stick, is that good quality already? is the dongle really that good for this cheap?
46
+ --- 93149481
47
+ External DACs are cargo cult technology
48
+ If you only need audio output, onboard is enough. if you want analog inputs, use an internal sound card
49
+ --- 93150252
50
+ >>93143926 (OP)
51
+ yes
52
+ --- 93150429
53
+ Get a seperate dac/amp or get a DAP with a good dac/amp
54
+ --- 93150449
55
+ >>93144996
56
+ >Motherboard DACs often suffer from audible electrical interference when the system is under load
57
+ I haven't experienced that in at least a decade. Modern motherboards do not have this problem. It's more outdated information that lazy, boomer retards like you can't be bothered to update yourself on. External DACs are snake oil for audiophile morons.
58
+ --- 93150575
59
+ >>93143926 (OP)
60
+ legitimately dac+amp is only necessary if you "need more". Try out the setup without it and see if you like it. Personally for me, I didn't like the limitations and settled on a dac/amp combo. Then felt like that was shit and got a dedicated dac and dedicated amp. I like this setup the most and no longer feel like I need more.
61
+ --- 93150773
62
+ Ifi zen dac is bretty gud, despite the mqa meme
63
+ --- 93150847
64
+ >>93150449
65
+ >External DACs are snake oil for audiophile morons.
66
+ only if you buy them solely because "i heard motherboard audio is bad," there are plenty of legitimate uses for external DACs if you're doing anything related to recording.
67
+ --- 93150940
68
+ Those ALC 1220 codecs are not created equal. It also depends on the mobo manufacturer implementation of it. The audio implementation can vary more than just what Realtek codec chip they stick on the board. Read reviews and peoples opinion before making a purchase and afterwards, play some music, play some games and watch some movies, and if you are still unhappy with the sound quality then get a DAC. Don't get a budget DAC thou. Cheap DAC will have the same noise from the onboard solution. It leeches out through the USB ports and cheap DACs make no effort to isolate themselves from the rest of the system.
69
+ --- 93151521
70
+ >>93150449
71
+ >Modern motherboards do not have this problem. It's more outdated information that lazy, boomer retards like you can't be bothered to update yourself on.
72
+ Both my AM4 boards have this problem (one B450 and one B550) whenever I run a demanding game. Just because all you play is Minecraft doesn't mean the problem doesn't exist. Kindly go fuck yourself.
73
+ --- 93152124
74
+ >>93151521
75
+ weirdo, what games do you play?
76
+ --- 93152169
77
+ >>93151521
78
+ Maybe don't buy chinkshit motherboards. ALC mentioned in the OP doesn't have this problem.
79
+ --- 93152441
80
+ >>93152124
81
+ First thing that comes to mind is Arma 3, just opening the server list would cause a screeching sound to play through the onboard audio.
82
+ >>93152169
83
+ >Maybe don't buy chinkshit motherboards.
84
+ >ALC mentioned in the OP doesn't have this problem.
85
+ My board (picrel) literally uses the same ALC-1220 as OP and has this problem. It's not some bottom of the barrel featureless budget board.
86
+ --- 93152517
87
+ >>93143926 (OP)
88
+ Recently built a PC with MSI B650I Edge. I've never had such a shit onboard audio - tons of static, clicks and pops. Imagine my shock
89
+ --- 93152617
90
+ >>93152517
91
+ It has ALC4080, which is barely different from 1220
92
+ --- 93152977
93
+ >>93152517
94
+ >>93152617
95
+ damn, 500 bucks for that
96
+ --- 93153192
97
+ >>93152517
98
+ It's a combination of two problems I suppose: ALC 4080, which is a ALC 1220, but downgraded to using USB interface and the Mini ITX form factor, which introduces more interference as stuff on PCB is just closer to one another. Like, ALC 4080 and ALC 1220 have equivalent specs on paper. The difference is that the ALC 1220 uses the Intel HD Audio standard which uses a direct bus connection to the chipset. The ALC 4080 on the other hand uses a USB interface. USB audio is shit if it's not done right, and the vast majority of mobo manufacturers are not doing it right. Google ALC 4080 audio issues and you will find a litany of problems, even after the latest firmware and driver updates and various workarounds people tried.
99
+ --- 93153388
100
+ >>93153192
101
+ asus claims this board audio is better isolated on the b500-f/a no idea if it's true, just gotta test it I guess...
102
+ --- 93153439
103
+ >>93152977
104
+ I paid 220 with shipping
105
+ >>93153192
106
+ Yeah, mini ITX, and my system is cramped into 10L case - PSU is right near the motherboard. Sure, there are workarounds, but this is still disappointing.
107
+
108
+ Unrelated note: in the light of the recent news of EXPO profiles frying AM5 processors, I've checked, and the board was blasting 1.36V into SOC. Quite a lousy job MSI did with this one.
109
+ --- 93153545
110
+ >>93153388
111
+ Yeah, needs to be tested on case by case basis, because all mobo manufacturers on their mid-range and up boards claim to use "high quality audio capacitors, isolated audio signals, audio noise guard, dedicated layers on the PCB just for audio, high-end audio jacks etc.". I have a strong feeling most of those are just buzzwords and provide nothing special whatsoever.
112
+ --- 93153621
113
+ >>93153439
114
+ >Unrelated note: in the light of the recent news of EXPO profiles frying AM5 processors, I've checked, and the board was blasting 1.36V into SOC. Quite a lousy job MSI did with this one.
115
+ The AM5 platform is a shitshow at this point. So many weird issues and it seems like AMD and board partners are spinning in circles and pointing fingers at one another to pass the blame instead of fixing the problems. Even Zen 1 didn't have so many different issues and that was a radical departure from the faildozer days.
116
+ --- 93153639
117
+ >>93149369
118
+ Yes anon
119
+ https://www.audiosciencereview.com/forum/index.php?threads/review-apple-vs-google-usb-c-headphone-adapters.5541/
120
+ --- 93153753
121
+ >>93153621
122
+ Prices are insane too, like 200 for a decent entry board...
123
+ --- 93153999
124
+ >>93153753
125
+ The motherboard market in general is just shit, both for AMD and Intel. The coast of normal mid-range boards with adequate features almost tripled over the last five years or so and I don't buy the excuses of "it's the inflation, new features are pricey, it's the Covid and war throwing the supply lines out of whack etc.". For me that's just greed. B350 Tomahawk was $90 at launch, B450 Tomahawk was $110, B550 Tomahawk was $160 and B650 Tomahawk is fucking $260. Sure, I get that the economy is shit, I get the B650 boards have more features, I even get that the money printer goes brrrr destroying the value of money, but for fucks sake there's no excuse in going from $90 in 2017 to $260 in 2023. That's the price increase of what 280%?
126
+ --- 93154128
127
+ >>93153999
128
+ Fully agree anon, I guess they just realized fags don't mind paying 200 for a mobo if it has rgb...
129
+ --- 93154135
130
+ >>93153753
131
+ Also, don't get me started on mobo manufacturers just straight up removing features from their boards and moving them up a tier or two to more effectively segment their overpriced crap. For $250 we used to get POST codes and top of the line audio solutions as standard. Now mobos are advertised as DYI and OC friendly, but don't even include a cheap $1 POST code display to help you out when something goes wrong? Or fucking $300 boards rocking the shitty outdated ALC 897 audio codecs? Who fucking buys those overpriced boards which sometimes cost more than the CPU itself?
132
+ --- 93154267
133
+ >>93154128
134
+ AM5 is so pricey right now that I think budget builds don't make any sense whatsoever. On AM5 it's better to go all in and get the 7800x3D if gaming or the 7950X for productivity tasks simply to justify the initial system costs. On a budget it's better to just go AM4 or Intel as mobos, RAM and the CPUs are just plain cheaper.
135
+ --- 93156387
136
+ >>93143926 (OP)
137
+ Looks good to me
138
+ --- 93156437
139
+ yeah
g/93144193.txt CHANGED
@@ -39,3 +39,239 @@ but that's not real
39
  >>93144193 (OP)
40
  >>93144297
41
  I want to FUCK a furry twink
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  >>93144193 (OP)
40
  >>93144297
41
  I want to FUCK a furry twink
42
+ --- 93147006
43
+ >>93144193 (OP)
44
+ simple as
45
+ --- 93147543
46
+ >>93144193 (OP)
47
+ just get loads of money and get someone to do it for you
48
+ --- 93147568
49
+ >>93146540
50
+ Vrchat > reality
51
+ https://youtu.be/GBx-8JaadBk [Embed]
52
+ --- 93147577
53
+ >>93144193 (OP)
54
+ Rope
55
+ --- 93147675
56
+ Based
57
+ --- 93147758
58
+ >>93144193 (OP)
59
+ learn arduino, electronics and sensors and have tailor(or a dedicated fursuit maker) take your head measurements.
60
+ --- 93147886
61
+ What is the deal with these weird ass robot dogs? Are they from some movie, tv-series, or game?
62
+ Or are they just some stupid thing the autistic furry community came up with?
63
+ --- 93147906
64
+ >>93144193 (OP)
65
+ One of these will do the trick.
66
+ --- 93147921
67
+ there's this cyberpunk fursuit dude on twitter who often posts pics and videos of his tech and process, he uses a wiimote to control his eyes
68
+ --- 93148006
69
+ >>93144193 (OP)
70
+ furry shit would be cool if it wasn't just a front for degenerate fetish bullshit
71
+ --- 93148017
72
+ >>93147886
73
+ They are called protogen. They are a knock off from some faggot's donut steel species called primagen that other furfags bought off AliExpress and bastardized. They were originally more feathered raptor shaped but turned to generic dogs over time. Kind of like this decade's spergals
74
+ --- 93148068
75
+ That's probably mostly handmade with a custom controller, maybe arduino or something. And I don't even know where that display could be from.
76
+ --- 93148173
77
+ >>93148017
78
+ >Kind of like this decade's spergals
79
+
80
+ That's the most concise way of putting it. I feel they attention whore just as much, too.
81
+ --- 93148451
82
+ >>93144193 (OP)
83
+ >this rad
84
+ Oh i got just the thing for you, furfag
85
+ --- 93148495
86
+ >>93147921
87
+ well whats his @?
88
+ --- 93148526
89
+ >spend decades of trying to come up with an original design and it's all worse than simple foxes
90
+ --- 93148542
91
+ >>93144193 (OP)
92
+ YIFF IN HELL FURFAG!
93
+ --- 93148646
94
+ >>93148526
95
+ giwtwm
96
+ --- 93149415
97
+ >>93148646
98
+ ngl that is kind of hot
99
+ --- 93149456
100
+ >>93144193 (OP)
101
+ >tfw it still might take few years till becoming a protogen will be real
102
+ --- 93149497
103
+ >>93144193 (OP)
104
+ >>>/lgbt/
105
+ >>>/mlp/
106
+ --- 93149985
107
+ >>93144193 (OP)
108
+ An arduino?
109
+ --- 93150015
110
+ >>93144702
111
+ --- 93150554
112
+ >>93148495
113
+ IllumiCyberwear
114
+ --- 93150647
115
+ >>93148006
116
+ honestly this
117
+ --- 93152643
118
+ >>93149497
119
+ /mlp/ can actually give you good advice since they have tech generals that unironically discuss tech
120
+ --- 93154199
121
+ make a thread that's actually about tech and /g/ is like:
122
+ >uhm... erm... kill yourself!! this isn't operating system bait or AI cp threads!!!
123
+ --- 93154251
124
+ >>93144193 (OP)
125
+ thats actually really sick
126
+
127
+ ive actually long had ideas about being a "furry enabler". ive got some EE skills, i can make an RGB strip light up, i can solder boards, i can make PCBs, i can 3d print stuff, but I haven't found a foot in the door yet.
128
+
129
+ anyone have any experience being a furry costume designer specialist?
130
+ --- 93154382
131
+ >>93154251
132
+ no one here does anything of value like that. all /g/ knows is operating system banter, elon musk, and ai generated cp. you'll actually find people with talent on reddit, twitter, or various furry websites who can get you started.
133
+
134
+
135
+ the furry community is really inclusive, so long as you're not an asshole you'll fit right in. just ask a furry friend of yours (which you probably have) to introduce you to the stuff.
136
+ --- 93154466
137
+ >>93144193 (OP)
138
+ maybe im autistic but what's the point in dressing up in something cute/cool when you won't actually see any of it from a first person perspective inside your mask
139
+ --- 93154504
140
+ >>93144297
141
+ >>93144702
142
+ >>93146564
143
+ I'M RIGHT FUCKING HERE! >:V
144
+ t. picrel
145
+ --- 93154522
146
+ >>93154466
147
+ socialization with fellow furries. you can put in a costume to hide how autistic you are. some furries even refuses to speak when in a costume so no one can figure their identity out.
148
+ --- 93154542
149
+ >>93154382
150
+ will furries be OK with me not wearing a furry costume? i respect furries but i'm not really a furry cosplayer myself. is that allowed? i just wanna be the awkward guy standing in jeans and a chequered shirt in the background with a laptop in my hands.
151
+ --- 93154567
152
+ >>93154504
153
+ go shave UwU
154
+ --- 93154592
155
+ >>93154382
156
+ >all /g/ knows is operating system banter, elon musk, and ai generated cp.
157
+ true
158
+ >you'll actually find people with talent on reddit
159
+ lol
160
+ lmao
161
+ --- 93154617
162
+ >>93154542
163
+ it's fine to do that if you want. you also don't have to have a full costume, just gloves and a fursuit head/mask with long clothes if you're spooked by it all.
164
+ --- 93154756
165
+ >>93154592
166
+ >lol
167
+ >lmao even
168
+ you know it's true. being talented requires being social and not some mentally ill shut in whose only pleasure in life (besides cp) is bickering online about things made by people better than them and sometimes just directly over people better then them.
169
+
170
+
171
+ folks on reddit at least have enough socialization skills to not be a racist asshole in front of eveyone they meet, even if they're just as obsessive and spiteful (which often they're not). /g/ users though... not so much.
172
+ --- 93154782
173
+ >>93154756
174
+ >being talented requires being social
175
+ using reddit is not "being social" you absolute fucking loser
176
+ at least the pathetic retards on this site admit to being pathetic retards
177
+ --- 93154801
178
+ >>93154567
179
+ nu :3
180
+ if you want that hair gone, then you're gonna have to tie me down and wax me~
181
+ just dont wanna have anyone deal with the rough patchy growing-back hair UvU
182
+ --- 93154827
183
+ >>93154522
184
+ yeah but why put in all the effort in making a cool and technically impressive custom suit instead of just buying your run off the mill sparkledog suit?
185
+ --- 93154941
186
+ >>93154827
187
+ it lets you put your personality and interests into your fursuit. also it's just fun to make your own.
188
+ --- 93155275
189
+ >>93144193 (OP)
190
+ Would be nice if someone ever come up with a suit with working facial expressions and motorized tail.
191
+ --- 93155373
192
+ Systemd is actually the only reason Linux is still worth using. Without systemd, service management would still be handled by bad shell scripts, not to mention the boot times. OpenRC is a bandaid while systemd is the cure. End of story.
193
+ --- 93155883
194
+ >>93155373
195
+ what does systemd have to do with fursuits?
196
+ --- 93156129
197
+ >>93154504
198
+ I think your tummy hair is really cute we should jerk each other off sometime lol
199
+ --- 93156358
200
+ >>93147568
201
+ how can zuck even compete, carmack and abrash failed to make avatar legs
202
+ --- 93156398
203
+ >>93155275
204
+ well anon, if you start working now your proto suit will be top tier.
205
+ --- 93156599
206
+ >>93154382
207
+ >the furry community is really inclusive
208
+ LMAO as long as you don't have a single opinion going against woke puritanism
209
+ --- 93156670
210
+ >>93155883
211
+ That's the problem, right there. Systemd doesn't need to be about fursuits, it's still clearly the better option.
212
+ --- 93156671
213
+ >>93156599
214
+ >woke puritanism
215
+ is this how people interprete not being an asshole these days? maybe its best you stay away from the furry community, their "puritan" ideals of not being an intolerant asshole is just too woke for you (or, you know, you could just try not being an asshole for once in your life?)
216
+ --- 93156694
217
+ >>93156671
218
+ Yeah try being not socleft, liking noncon or cub, or saying anything bad about muh feminism within 100ft of a furry. Nope, nope nope nope, no.
219
+ --- 93156728
220
+ >>93156671
221
+ >is this how people interprete not being an asshole these days?
222
+ No, wokeism is something quite different. Most people are not assholes and abhor wokeshit.
223
+ --- 93156767
224
+ >>93156694
225
+ >not socleft
226
+ stop bringing up politics about people you're around. no one but you wants to discuss the latest demagogues speech.
227
+ some furries are political, and you can usually talk politics with them, but being an asshole isn't tolerated under any circumstances, so just dont do it.
228
+ >liking noncon or cub
229
+ so youre admitting to being a rapist and pedo? yeah, please stay away from us.
230
+ >muh feminism
231
+ incel spotted.
232
+ --- 93156867
233
+ >>93156671
234
+ Try openly saying "nigger". Just once. Find out how tolerant and forgiving they they are. It's a six letter word. It has been uttered billions of times. If the furry community is reasonable in the slightest people will have forgotten about it and moved on in a day.
235
+ --- 93156875
236
+ >>93156767
237
+ >Bunch of nigger shit
238
+ Die
239
+ --- 93156884
240
+ >>93156867
241
+ >try being a racist asshole for no reason and see what happens
242
+ gee, I wonder why they don't like you
243
+ --- 93156890
244
+ what's the distribution of iPhone vs. Android amongst furry enthusiasts? asking for market research.
245
+ --- 93156901
246
+ >>93156884
247
+ It's one word. Why are you so scared of saying... one. word.
248
+ --- 93156926
249
+ >>93156901
250
+ because that word has a history of being used in a derogatory and racist manner? maybe if you socialized more you'd understand that most people have progressed past being racist assholes.
251
+ --- 93157054
252
+ >>93156926
253
+ Well the ntell people it's not about being racist? It's about being able to say a word of the english language.
254
+ You say the furry community is reasonable. Why can't you just preface it with something like, "I'm not trying to be a racist, this is just a social experiment". The furry community is tolerant, after all. Surely they would understand you don't mean no harm if you explained your reasons for doing so.
255
+ --- 93157133
256
+ >>93156926
257
+ because 99% of the time people trying to do something like that are just trying to be racist assholes without receiving any consequences. masking your racism behind layers of irony or "social experiments" doesn't make you any less of a racist asshole, it just hides your true intentions.
258
+
259
+
260
+ just by bringing up the n-word like this you're revealing yourself to be just an asshole who wants to get away with being toxic to those around others with no consequences.
261
+ --- 93157158
262
+ >>93157133
263
+ What are the appropriate consequences of saying a six letter word?
264
+ --- 93157159
265
+ >>93157133
266
+ Listen anon, I think you just have to accept you got told pretty bad.
267
+ --- 93157169
268
+ i wanna kill some blacks
269
+ --- 93157240
270
+ >>93157158
271
+ for most 6 letter words, nothing, but the n-word is racially charged. it'd be justified for them to just stop talking to you then and there if they find out you're a racist. there's no reason to tolerate the intolerant.
272
+ --- 93157279
273
+ >such a sperg even a community of special ed dogfuckers think you're annoying
274
+ kek
275
+ --- 93157311
276
+ >>93157240
277
+ All right. You think some people would stop talking to you, and that's all there would be to it right? Do you think you would be good if you apologize afterwards? For how long do you think people would be angry with you if that happened?
g/93145138.txt CHANGED
@@ -52,3 +52,172 @@ If the keyboard has physical texture, a backlight that can be switched on and of
52
  I really like candybar form factor and wish more manufacturers would use the sliding keyboard trick.
53
 
54
  Steam Deck not having a sliding keyboard will probably go down as one of the biggest design mistakes in Computer History. They would have sold 10x as many units if they had included it. Not having one just hinders the usability and mobility of the computer too much.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  I really like candybar form factor and wish more manufacturers would use the sliding keyboard trick.
53
 
54
  Steam Deck not having a sliding keyboard will probably go down as one of the biggest design mistakes in Computer History. They would have sold 10x as many units if they had included it. Not having one just hinders the usability and mobility of the computer too much.
55
+ --- 93146887
56
+ >>93145138 (OP)
57
+ Here are the current maids vs birds. In the left column, you can see the name of the Maid (or bird). I also want to change the second column from having sequences of letters to having sequences of small maids instead of letters.
58
+ --- 93147171
59
+ >>93146887
60
+ Have you learned how to generate maid yourself using Stable Diffusion?
61
+ --- 93147212
62
+ >>93147171
63
+ I don't have a Stable Diffusion Drawing Computer. The maids on that page were generated by maidspace.net.
64
+ --- 93147432
65
+ >>93146887
66
+ kek you fucked up the combinators
67
+ --- 93147537
68
+ >>93147432
69
+ These are just copied verbatim from the end of the Smullyan book. You are looking at "Who's Who Among the Birds" with a different title and changed the names of some birds to some maids and added maids to the header and margins.
70
+
71
+ If I made a transcription error, let me know, but these should be as valid as Smullyan's, given that I copied them from Smullyan's book and nobody has complained about his book for the last 40 years, so I am assuming they are correct.
72
+
73
+ Either way I am about to do the part with the proofs so I will see how it got derived more and learn to make new combinators from old ones.
74
+
75
+ The formatting is a little wonky, but probably a /sci/entist will tell me how to fix the latex to make the table get placed slightly higher.
76
+
77
+ Thank you dra/g/ons for reading my post.
78
+ --- 93147575
79
+ >>93147537
80
+ you made a spelling error at the 18th bird's name.
81
+ --- 93147588
82
+ >>93147212
83
+ this but with Lucoa, thanks
84
+ --- 93147715
85
+ >>93147588
86
+ I don't have very many Lucoas because she usually isn't in a maid dress.
87
+
88
+ >>93147575
89
+ Sage Bird?
90
+ --- 93147844
91
+ NIGGER
92
+ --- 93148543
93
+ >>93147212
94
+ >I don't have a Stable Diffusion Drawing Computer.
95
+ Look into the CPU guide, your GPD Win 3 comes with a pretty fast CPU.
96
+ --- 93148577
97
+ >>93146887
98
+ How about the Crane?
99
+ --- 93148733
100
+ >>93147212
101
+ keylloggrer keylogger mustard gas 17 tb of doplihin porn help sos
102
+ --- 93149568
103
+ >>93148577
104
+ I thought that maid's name is Iroha and she came from a fighting game somewhere?
105
+
106
+ It might make sense to use her over Ilulu.
107
+ --- 93151339
108
+ Soooo combinators are higher-order functions?
109
+ --- 93152513
110
+ >>93151339
111
+ Yes. And the bird book is a really good way to learn it. I have typed out the contents of the bird book and I am going to change the birds into maids and also rewrite the story so it isn't a conversation between old people at a forest and is instead about maids in a maid cafe. Also add a part about Iota Combinator because I think that one is the most important. Iota is a Combinator which can make S and K so consequently just Iota can compute anything computable. I can combine Combinators with Maid Space to count to all possible Computer Programs in whatever size the Maid Space is. Then run all the Computer Programs until we find the Maid Mind Computer Program.
112
+
113
+ We have to count bigger numbers. We have to hardware accelerate the counting. We have to make up a way to compile programs to Iota combinator and run them on the fastest possible Single Instruction Computer. The instruction will just be Iota. Then see can ideas from supercombinator or Graph Reduction get applied? Can we produce a reduceron that runs a lot of Iotas really fast? Can we parallelize the counting process with Partial Counting? If we use Computational Maidposting to make Combinators then also this demonstrates Maid Space has Universal Computation and also any mathematical object can be built from it because it can do Combinators and Combinators can do that. I don't know what ramifications this will have exactly, and Maid Space is just a structure for counting. It would mean just counting has Universal Computation.
114
+
115
+ 4Chan is my Science Foundation and we have to optimize counting so numbers can go up more. We are going to rebuild mathematics to give it more maids.
116
+
117
+ Thank you dra/g/ons for reading my post.
118
+ --- 93152590
119
+ Get help, OP. The sooner you get treated, the sooner you can genuinely enjoy things again
120
+ --- 93153232
121
+ >>93145562
122
+ I might actually use this list. It has maids and each one is from a different show so I can link all the shows and people who like the shows will like the book. I don't think I need 30. I think I just need 24 so the bottom 6 can get removed.
123
+ --- 93153280
124
+ >>93152590
125
+ He seems to genuinely enjoy things. More than you at any rate.
126
+ --- 93153496
127
+ >>93153280
128
+ this limp of a reply could only have been typed by eli hands
129
+ --- 93153533
130
+ >>93152513
131
+ >We have to make up a way to compile programs to Iota combinator and run them on the fastest possible Single Instruction Computer. The instruction will just be Iota.
132
+ You need at least two instructions if those instructions are not going to take any arguments. Consider a simple stack machine. Let's say that the stack is infinite for now. This stack stores functions. You need one instruction to push an iota to that stack and another one that takes the second element from the top and applies it as an argument to the first element from the top, pops both of those and pushes the result of that computation. Could be one and zero. Probably can't get any more minimal than that. When you write an expression using iota you give it structure using parentheses and you need at least two instructions to replicate it in hardware. Actually storing functions on a stack is a problem though, because there is no such thing as a "function" in digital systems. Part of the reason why there has never been a CPU that could run a functional programming language in hardware I guess (LISP Machines don't count).
133
+ --- 93153692
134
+ >>93153496
135
+ Maidposting mindbroke you if you think everyone is Eli.
136
+ --- 93153737
137
+ >>93153692
138
+ lmao maid fags deny reality yet again. he's a rampant samefagger
139
+ sometimes he'll forget and reply to someone as someone else "supporting eli" but either accidentally leave his trip on or also reply to another post overtly as eli
140
+ very sad
141
+ --- 93153836
142
+ >blog post
143
+ >Trip
144
+ >Avatarfaggotry
145
+ >Autism
146
+
147
+ Kill yourself and then fuck off, in that order
148
+ --- 93153856
149
+ >>93153836
150
+ don't forget
151
+
152
+ >samefagging
153
+ >constant personal army requests
154
+ >claims to own 4chan
155
+ --- 93154278
156
+ Sooner or later all of you maid haters are going to have to accept that not everyone hates Eli, and some of us actually enjoy maidposting. Nobody is forcing any of you to come into maid threads and your disapproval will not stop them from being made.
157
+ --- 93154605
158
+ >>93154278
159
+ sooner or later all you maid autismo dickriders are going to have to accept that most people hate eli, and some of us would place him under the wheels of a bus if we could. nobody is forcing you to be assblasted by our presence and your unhappiness with our hatred of this autistic loser faggot will not stop us from experiencing or expressing us
160
+ in short, blow it out your ass
161
+ --- 93154984
162
+ >>93154278
163
+ Eli will die of sepsis waaaaay before his book becomes public (he bathes in Gangis daily), and these low quality threads will follow. By tolerating this neet pajeet you are in reality playing yourself: He has no computer science knowledge whatsoever, hijacks good threads by plastering his forced lolcow material in the OP and will never deliver any of his promises except for half-assed plagiarism (like the Maid Card program or his "combinatorics" book which is actually just a rip taken directly from other introductory books such as "To Mock a Mockingbird". Eli will never be a real scientist because he'll always delegate the project's work to clueless anons who get caught in all his buzzword ridden schizobabble. Retards like you will always resort to using the argument that "at least he makes original and fun posts" when in reality it's simply you keeping him as a pet, and he is neither of those things nor will ever be.
164
+ --- 93155164
165
+ >>93154984
166
+ >he bathes in Gangis daily
167
+ I thought he was supposed to be Jewish?
168
+ --- 93155215
169
+ >>93145138 (OP)
170
+ Dear 4Chan Science Foundation,
171
+
172
+ I'd like to contribute to Maid Research. I think it's a fascinating idea, similar to The Manga Guide to Databases, and such.
173
+
174
+ I'd like to contribute by maidifying https://cplusplus.com/doc/tutorial/pointers/. I have a site where I can host the content. Just let me know if this fits the mission statement of 4SF.
175
+
176
+ Thank you,
177
+ NV
178
+ --- 93155217
179
+ >>93145245
180
+ fuck off nigger
181
+ --- 93155310
182
+ >>93153232
183
+ Hey Doctor, are you still working on the maid lang? Do you have a working interpreter? Can you share it?
184
+ --- 93155371
185
+ >>93155310
186
+ >Do you have a working interpreter?
187
+ hahaha
188
+ >Can you share it?
189
+ hahahahaha
190
+ he is not capable of completing any project. everything ends in "well, other anons would not do it for me for free and allow me to steal it so work is halted"
191
+ --- 93156161
192
+ >>93155371
193
+ c'mon man, don't be like that
194
+ --- 93156536
195
+ Eli? Is that what we should continue calling you?
196
+ --- 93156616
197
+ >>93156536
198
+ maidshe prefers the name "autistic retard maid faggot" please respect maidher pronouns and method of identification and do not deadname maidher
199
+ --- 93156666
200
+ >>93155215
201
+ I like this idea and I hope you do it. Everything can get maids and become nicer to read.
202
+
203
+ The Science Foundation can publish a lot of CC0 maid research. If you make a pdf and it is small enough it can get posted to /sci/ too. That board can become the research distribution arm of the Science Foundation.
204
+
205
+ >>93155310
206
+ I have two experimental languages. One I was calling MAID-LISP and another called SLAM (Stack Language for Anime Maids).
207
+
208
+ SLAM can get cleaned a little and released. MAID-LISP is probably getting renamed because I don't want to add eval, apply or numbers to that language. Maybe call it MAID-SML (Mapping And Indirection Dialect of String Manipulation Language).
209
+
210
+ MAID-LISP is probably gonna get renamed something else. Those are the only two languages that got development work.
211
+
212
+ I think of the two it would be easiest to get SLAM working with Combinators. Combinators can make all Mathematical Objects and Stack is a Mathematical Object so somewhere there is a Combinator(s) that acts as a Stack. I will have to find it and then translate Stack Operations to Iota.
213
+
214
+ Thank you dra/g/ons for reading my post.
215
+ --- 93156751
216
+ >>93156666
217
+ >Maid ## mod
218
+ wow lmao
219
+ >delusions intensify
220
+ you're just calling yourself a mod now?
221
+ --- 93156925
222
+ >>93156666
223
+ Thank you for replying, Dr. Eli. Is there an official way to join the foundation? I will work on the Pointer Arithmetics PDF when I have some free time this week. What is the size limit for sci?
g/93145216.txt CHANGED
@@ -25,3 +25,89 @@ Daily reminder that Windows is the best desktop distro.
25
  >also you can run Ubuntu on it
26
  --- 93145468
27
  Mint + xfcesisters, I feel very good akchually.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  >also you can run Ubuntu on it
26
  --- 93145468
27
  Mint + xfcesisters, I feel very good akchually.
28
+ --- 93146991
29
+ previous ubuntu user here, fedora is leaving ubuntu behind.
30
+ you get the same stock de and wm, you get rid of the fagstore and feels much nicer.
31
+ --- 93147019
32
+ >>93145216 (OP)
33
+ see >>93145805
34
+ you fucking fags
35
+ --- 93148113
36
+ >>93145216 (OP)
37
+ >snap
38
+ >ads
39
+ >probably botnet
40
+ >dpkg, the absolute worst of all the traditional package managers
41
+ >made by a shady corporation known for anti-consumer behavior and discontinuing products at the drop of a hat
42
+ >name originates in nigger language
43
+ --- 93148164
44
+ >>93145381
45
+ >update my computer for first time in months
46
+ >see this error message in the terminal
47
+ >ignore it
48
+ >life is exactly the same
49
+
50
+ I'm just not going to get mad about computers anymore.
51
+ --- 93148446
52
+ >>93145216 (OP)
53
+ It's great. I put it on all my desktops/servers. In a perfect world, I would only use this operating system. I wish I could make mac/windows look like the ubuntu UI. 23.04 also makes some very nice UI updates.
54
+
55
+ My only gripe with ubuntu is snaps. As an end user, I don't care about sandboxing. All it seems to do is make things more difficult for me. For example, I can't use the file picker from within my snap installed browser to choose a file outside of my downloads folder, because snaps do not have access outside of there. Instead I have to drag/drop these from a window that does have access, or move the file to the downloads. I just want it to work, I don't care about sandboxing.
56
+ --- 93149066
57
+ >>93148446
58
+ >My only gripe with ubuntu is snaps. As an end user, I don't care about sandboxing. All it seems to do is make things more difficult for me. For example, I can't use the file picker from within my snap installed browser to choose a file outside of my downloads folder, because snaps do not have access outside of there. Instead I have to drag/drop these from a window that does have access, or move the file to the downloads. I just want it to work, I don't care about sandboxing.
59
+ What? I can choose any file I want in firefox. Sounds like a bug, not a feature
60
+ --- 93149330
61
+ >>93145216 (OP)
62
+ *was
63
+ --- 93149962
64
+ >>93145216 (OP)
65
+ >Say my name
66
+ --- 93150392
67
+ >>93149962
68
+ >Stock GNOME
69
+ >No easy way to install drivers and codecs and shit
70
+ >only 6 (9 max for a given release) month lifecycle
71
+ >(((FED)))ora
72
+ No thanks
73
+ --- 93150414
74
+ >>93150392
75
+ >No easy way to install drivers and codecs and shit
76
+ the other day I tried to install Fedora 38, all went well. Installed Nvidia drivers right after that, and Fedora then refused to boot. lmfao
77
+ --- 93151531
78
+ >>93150414
79
+ that's what you get for using a beta (fedora) for another distro (rhel), instead of an actual finished product (ubuntu)
80
+ --- 93151933
81
+ >>93145216 (OP)
82
+ I agree with your points but what about snaps and all the other stupid canonical decisions?
83
+ --- 93153591
84
+ >>93151933
85
+ Snaps are fine, they had a rough start, but work really well now. You can't always hit it on the mark.
86
+ --- 93153815
87
+ >>93145226
88
+ FPWP
89
+ --- 93155151
90
+ switched from windows eleven (11) to ubuntu today. happy with the decision, just wanted a distro that W E R K S (no cultist shit, ya feel me?)
91
+ --- 93155199
92
+ opinions on opensuse tumbleweed kde
93
+ yast looks like a control panel from windows
94
+ how does it compare to ubuntu kde
95
+ --- 93155257
96
+ >>93155199
97
+ >ubuntu kde
98
+ is that a thing? why would you use ubuntu and not use gnome?
99
+ --- 93155274
100
+ >>93155257
101
+ because gnome is dogshit?
102
+ --- 93155290
103
+ >>93155199
104
+ I assume you're coming from Windows, and find the Gnome poweruser workflow too different.
105
+ Just use Kubuntu if you really want KDE. It's what KDE itself recommends. It's literally Ubuntu with KDE and minor tweaks. What are your doubts?
106
+ --- 93155298
107
+ >>93155257
108
+ i really dislike gnome developers and the taskbar at the top
109
+ i also dislike the way the desktop works and looks
110
+ looks like a tablet mac garbage design
111
+ --- 93155725
112
+ Don't care, still using OpenSUS Tumbleweed cause i'm a straight white male
113
+ Ubuntu is outdated that's why i stopped using it
g/93145923.txt CHANGED
@@ -13,3 +13,381 @@ Yes anon, the screen I stare at for hours on end every day of my miserable life
13
  >>93145923 (OP)
14
  The burn-in is dependent on what you use it for. The brighter the image, the longer it stays the same, chances of burn-in increase. If you use it for gayming or have everything in dark mode, i think it's irrelevant for newer monitors.
15
  I'm currently pondering about getting the oled from Dell, but wait until the price drops a bit more or an other manufacturer makes one for cheaper. The panels are all the same anyways, except for the LG ones.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  >>93145923 (OP)
14
  The burn-in is dependent on what you use it for. The brighter the image, the longer it stays the same, chances of burn-in increase. If you use it for gayming or have everything in dark mode, i think it's irrelevant for newer monitors.
15
  I'm currently pondering about getting the oled from Dell, but wait until the price drops a bit more or an other manufacturer makes one for cheaper. The panels are all the same anyways, except for the LG ones.
16
+ --- 93147725
17
+ >>93145923 (OP)
18
+ modern oleds don't suffer from burn-in like the older stuff, though it's a matter of time of WHEN it's gonna show up, you're probably gonna switch to something else at that point (or not), kind of like how all pc parts die but whenever it's about to go bad you've already upgraded twice
19
+ --- 93147739
20
+ >>93147725
21
+ I should also clarify that "don't suffer burn-in like other stuff" means that it takes longer, but of course it still happends
22
+ --- 93147874
23
+ >>93145923 (OP)
24
+ Apparently some of the newer models have pixel refresh software built within the monitor that resets the pixels to prevent burn in.
25
+ --- 93147897
26
+ >>93147874
27
+ You can't fix that with OLED.
28
+ Worked for Plasma since the problem was actual burn-in due to heat.
29
+ OLED to problem is actually burn-out, the cells only have a limited life span and wear.
30
+ --- 93148215
31
+ >>93147874
32
+ Theres a lot of anti-burn in methods for every single oled display that is released
33
+ Theres pixel shifting, so the burn in is spread out to a larger area instead of specific pixels
34
+ Pixel refresh, so all pixels get same amount of voltage and degrade at the same level
35
+ automatic brightness limiter, if your screen displays 2% white window its brighter than if it displays 90% to reduce heat and electronics limitations as the thing cant put 100% of energy to all pixels at the same time.
36
+ Icon dimming, the algo detects static content like game ui elements or broadcast logos and dimms that specifically
37
+ TPC, temporal peak luminance control. If your screen doesn't change luminance over time the display gets dimmer and dimmer until it does. Its actually pretty annoying if you're watching something that doesnt change its luminance and you have to manually open a menu to fix it.
38
+ --- 93148989
39
+ >>93145923 (OP)
40
+ Still not as good or as robust as fucking CRTs
41
+ --- 93149055
42
+ >>93148989
43
+ Nice red trail, negro. Maybe you'll get a good screen one day.
44
+ --- 93149083
45
+ >>93145923 (OP)
46
+ just buy one and test it out u chud
47
+ --- 93149193
48
+ >>93149055
49
+ What monitor?
50
+ Yea, you wont answer this because you know how cherrypicked your picture is.
51
+ --- 93149227
52
+ >>93145923 (OP)
53
+ Different use cases mean different opinions. I wouldn't worry about burn in for a movie and game screen, but would be concerned for spreadsheets and other general office work like EVE
54
+ --- 93149710
55
+ >>93145923 (OP)
56
+ how long did you keep your previous monitors ? how many hours a year do you spend looking at it ? burn in only factor in if you kept your previous monitor for 5 years +.
57
+ The biggest problem is not the risk of burn in but the compromise you have to do, 1100€ for uwqhd is expensive, 42C2 are too big for a lot of people and a few compromise are still needed. I think consumer oled monitors are planned for 2025.
58
+ --- 93149720
59
+ >>93149227
60
+ >general office work like EVE
61
+ Kek
62
+ --- 93150959
63
+ >>93147897
64
+ That's not true at all. They're making TVs and monitors with heatsinks now.
65
+
66
+ https://youtu.be/yudNKx8mdLQ?t=42 [Embed]
67
+ --- 93151049
68
+ >>93146174
69
+ >All consumer electronics is a meme, anon
70
+ Sad but absolutely true.
71
+ --- 93151311
72
+ >>93145923 (OP)
73
+ it's the shit when it comes to screens, but wait a couple more years if you're worried about burn-in. the tech should mature and get cheaper.
74
+ --- 93151342
75
+ >>93146053
76
+ You heard that from retards. There have been more than enough extensive tests and OLED response times are top tier.
77
+ --- 93151358
78
+ >>93151311
79
+ >the tech should mature and get cheaper.
80
+ it already has, brainlet.
81
+ --- 93151609
82
+ >>93151358
83
+ 4-5x the price of any VA or IPS panel, my big brained friend. still very expensive, enthusiast-level tech.
84
+ --- 93151730
85
+ >>93146510
86
+ I'm glad you have seen the light
87
+ --- 93152827
88
+ >>93145923 (OP)
89
+ if you are a fidelityfag or allaroundfag they MIGHT be the sweetspot, like the 27" 240hz, alienware UW is a fidelityfag monitor
90
+ yeah you will get burn in (out) on a long enough timespan, protip oled is a not a poorfag tech, lcds can also burn in in case you didnt know
91
+ you should be more worried about oled flickering (might destroy your eyes), dimness of screen, pixel layouts, pixel refresh/firmware autism, osd controller autism
92
+ >>93151342
93
+ it's still sample and hold and the fastest oled you gonna find rn is 240hz and gets beaten by the 360hz and 500hz lcds, with or without strobing
94
+ >>93148989
95
+ >just use a thing that does not exist anymore or cant be bought
96
+ crtniggs are all zoomers that never used crts back in the day frfrnocap
97
+ >>93149193
98
+ just buy the xg2431 and use 60hz strobing retard if you wanna enjoy the flickershit
99
+ --- 93153115
100
+ >>93152827
101
+ >crtniggs are all zoomers that never used crts back in the day frfrnocap
102
+ Even if it was true, how is this an argument?
103
+ Someone with no prior experience and preconception finds the older technology to be superior to new garbage, isn't that just validating the CRTfag's points?
104
+ >just buy the xg2431 and use 60hz strobing retard if you wanna enjoy the flickershit
105
+ 900:1 contrast with lower resolution than my CRT.
106
+ Why CRTs are being compared despite their unavailability is to tell you consumerist zoomies to demand something at least as good a CRTs.
107
+ --- 93153210
108
+ >>93152827
109
+ >oled flickering (might destroy your eyes)
110
+ never heard of it, what is it ? how do it hurt your eyes ?
111
+ --- 93153239
112
+ >>93145923 (OP)
113
+ >he's generating 4k AI images on a 1080p led.
114
+ ngmi
115
+ --- 93153409
116
+ >>93153115
117
+ >Even if it was true, how is this an argument?
118
+ because only a minority had the good crts to begin with and the rest were shit and they keep talking about products that dont exist
119
+ >900:1 contrast with lower resolution than my CRT.
120
+ I gave you the option for crt like motion in 2023, but its not good enough
121
+ >Why CRTs are being compared despite their unavailability is to tell you consumerist zoomies to demand something at least as good a CRTs.
122
+ use strobing for 60hz content
123
+ >>93153210
124
+ because atleast the qdoled has (imperceptible*) flicker that might wear out your eyeballs, it's how the display refreshes, if you record it with a high speed camera you can see the flickers
125
+ also a ton of other lcd displays might burn out your eyes and give you headaches and eyestrain too depending on the reason
126
+ but it's a possibility that may or may not happen
127
+ >How?
128
+ flicker=Not good for eyes
129
+ --- 93153595
130
+ >>93145923 (OP)
131
+ I will buy shitty 1080p TN panels until microLED 4k displays with 0.1ms response time and 256Hz are available
132
+ --- 93153679
133
+ >>93153595
134
+ so 10 years
135
+ --- 93153930
136
+ >>93153409
137
+ >I gave you the option for crt like motion in 2023, but its not good enough
138
+ Is this good enough for you?
139
+ --- 93153959
140
+ >>93153930
141
+ Yes, it's good.
142
+ Better than any CRT I've seen in my life.
143
+ I'm thirdie, I've seen a lot.
144
+ --- 93154174
145
+ >>93153959
146
+ You've never actually used a CRT.
147
+ Or if you did, you never figured out how the "brightness" and "contrast' controls work. And even then, every single CRT has way superior gray uniformity than that. Even the worst pieces of shits imaginable.
148
+ --- 93154192
149
+ >>93153959
150
+ lmao
151
+ --- 93154439
152
+ >>93145923 (OP)
153
+ Viewing content is great, and there's really no disputing that but what people neglect to tell you other than burn-in and this thread doesn't even have one mention of is the fact that text on these monitors SUCK big time because of the pixel structures used to prevent burn-in and improve yields where Microsoft's Cleartype doesn't have support for them. So you get blurriness and fuzziness and that sucks in a monitor setting. See HDTV's Vincent explaining it here in the first minute or so of this video and it's not unique to the Alienware.
154
+
155
+ https://www.youtube.com/watch?v=XVgUosc-64U [Embed]
156
+
157
+ You can do advanced tweaking to Cleartype but that is beyond most casual people's ability to do.
158
+ --- 93154576
159
+ >>93154439
160
+ >10 minutes video including 2 minutes promotion segment to list 5 points
161
+ I hate modern youtube
162
+ --- 93154594
163
+ >>93154576
164
+ They're all fags who yap like women.
165
+ --- 93154775
166
+ >>93145923 (OP)
167
+ OLED is OLED, it will look fantastic (better than anything non-OLED can offer) but there is a risk of burn in.
168
+ The risk of burn in is higher the higher the brightness and the more areas of the screen display the same thing all the time.
169
+ So personally I'd get an OLED TV, phone or tablet because they show different things and spend most of the time off, unlike my computer monitor which is going to be on a lot more and show static stuff more often.
170
+ Of course care will have your stuff last longer.
171
+ --- 93154940
172
+ >>>/ctrg/
173
+ --- 93155185
174
+ >>93153930
175
+ you have the 60hz motion clarity like you wanted, dont move the goalpoast to other memes
176
+ compared to a thing that only exists in your mind currently, yes I would say it's better by purely existing
177
+ >>93154192
178
+ buy an oled tv with bfi
179
+ --- 93155237
180
+ >>93155185
181
+ >you have the 60hz motion clarity like you wanted, dont move the goalpoast to other memes
182
+ >compared to a thing that only exists in your mind currently, yes I would say it's better by purely existing
183
+ The goalpost has always been to get a display that's actually better than a CRT in every reasonable way. But nothing like that exists.
184
+ >buy an oled tv with bfi
185
+ They don't sell any that can do 60hz anymore.
186
+ And even if they did like the LG CX, it's worse quality motion and also dimmer than a good CRT.
187
+ --- 93155300
188
+ and what is the color reproduction of CRT? nothing short of shit.
189
+ --- 93155338
190
+ >>93155300
191
+ It's excellent. Every decent CRT was made for color-critical work. To this day we use the average CRT color performance as the golden standard for color (sRGB).
192
+ --- 93155366
193
+ Oled is good
194
+ --- 93155417
195
+ >>93155338
196
+ >Every decent CRT
197
+ >wow rare professional grade hardware. cheap i guess?
198
+ now show normal consumer CRTs
199
+ and show HDR reproduction
200
+ --- 93155436
201
+ holy fuck /g/ is actually retarded.
202
+ --- 93155462
203
+ >>93155417
204
+ >now show normal consumer CRTs
205
+ As long as the CRT monitor has good enough to have proper voltage regulation, it'll excel at color. Any mid-tier unit from the better brands will do colors just as well as the top-of-the line professional units, with a few exceptions.
206
+ --- 93155537
207
+ >>93146612
208
+ Sigh...here we go again.
209
+
210
+ There isn't a "chance" of burn-in with OLED, because it is NOT the same as CRT/plasma, which could LITERALLY burn-in the image onto the phosphors of the glass.
211
+
212
+ OLED "burn-in" shouldn't even be called that, it is actually uneven pixel wear that because noticeable due to a certain area of the screen being used more than others, i.e. if you watch a tv station that has logos or bars in one area all the time, those pixels will age faster than the ones around it. Same thing applies to video games or desktop usage.
213
+
214
+ There ARE "mitigations" in place to slow down the noticeable uneven pixel wear, but all OLEDs will eventually turn to shit due to the inherent low lifespan of the organic materials.
215
+
216
+ These are all undisputed facts, and whether or not these facts and compromises are worth the "perfect blacks" is up to you.
217
+ --- 93155568
218
+ >>93155462
219
+ Now turn on some ambient light and adjust your camera exposure to something similar to what your eyes actually see
220
+ --- 93155598
221
+ >>93155462
222
+ You're saying the one on the left is OLED? lol
223
+ --- 93155761
224
+ >>93155237
225
+ >The goalpost has always been to get a display that's actually better than a CRT in every reasonable way. But nothing like that exists.
226
+ ignoring every part of crt that was shit though and only looking at top end crts that basically no one had
227
+ but maybe my memory is scuffed now after all these years, but the ones I had werent even good
228
+ >They don't sell any that can do 60hz anymore.
229
+ >And even if they did like the LG CX, it's worse quality motion and also dimmer than a good CRT.
230
+ a 60-120hz BFI 4k OLED is worse than an ancient CRT
231
+ what is shit that only CRTfags says
232
+ but yeah idk
233
+ --- 93155790
234
+ >>93155462
235
+ Obviously the left monitor is playing a heavily compressed stream.
236
+ --- 93155807
237
+ >>93155598
238
+ Here's an OLED and a CRT
239
+ --- 93155828
240
+ >>93155761
241
+ >ignoring every part of crt that was shit though and only looking at top end crts that basically no one had
242
+ But I have them. A few of them actually.
243
+ As far as I'm concerned there's nothing better available than my 20 year old tubes.
244
+ >a 60-120hz BFI 4k OLED is worse than an ancient CRT
245
+ >what is shit that only CRTfags says
246
+ It's still blurry as all hell
247
+ --- 93155889
248
+ >>93155828
249
+ >But I have them. A few of them actually.
250
+ then continue shilling products that nobody has access to or cant buy
251
+ >It's still blurry as all hell
252
+ buy a xg2431
253
+ --- 93155898
254
+ >>93155807
255
+ >analyzing poor quality picture
256
+ >win 7 fag
257
+ Lmao, so this is the power of the crtranny. Go get a Spyder.
258
+ --- 93155907
259
+ >>93155807
260
+ >comparison by color picking a heavily compressed picture taken in the dark
261
+ >off pixels are still brighter!
262
+ lmao just stop man. Stay sour grapes with your shitRT's.
263
+ --- 93155925
264
+ >>93155889
265
+ >buy a xg2431
266
+ Dogshit contrast
267
+ >then continue shilling products that nobody has access to or cant buy
268
+ I don't want to be using 20 year old CRTs. I want something new. But nothing new is worth it over my CRTs.
269
+
270
+ >>93155898
271
+ >spyder
272
+ lmao
273
+ I own a X-rite colorimeter, nigger. Spyders are dogshit that still use organic filters that disintegrate in 2 years.
274
+ --- 93155956
275
+ >>93155925
276
+ >Dogshit contrast
277
+ that was the solution for 60hz legacy content strobing memes
278
+ now I say again, buy an oled (with strobing)
279
+ >I don't want to be using 20 year old CRTs. I want something new. But nothing new is worth it over my CRTs.
280
+ nope seems you are content coping on 4:3 boxes
281
+ --- 93155962
282
+ >>93155925
283
+ You don't. Otherwise you wouldn't need to do the extreme faggotry like taking a picture and MS Paint the color value.
284
+ --- 93156098
285
+ >>93155962
286
+ >You don't.
287
+ Yes I do.
288
+ >therwise you wouldn't need to do the extreme faggotry like taking a picture and MS Paint the color value.
289
+ You asked for a side-by-side with an OLED. It's a picture that has circulated around here for years, are you so new you didn't notice that the timestamp is from a whole different unix epoch?
290
+
291
+ >>93155956
292
+ >60hz legacy content
293
+ Legacy content such as Elden Ring, Legacy content such as every single AAA game with high settings? Legacy content such as literally every single 2D game ever made? I've yet to find a single 2D game that actually has its motion interpolated from its tickrate (usually 60hz) to the refresh-rate.
294
+ >now I say again, buy an oled (with strobing)
295
+ And I say again, they don't sell them anymore.
296
+ --- 93156185
297
+ >>93154439
298
+ It's only an issue on Windows and you can just use MacType. This stuff is easily solvable if you aren't a retard.
299
+ --- 93156229
300
+ >>93156098
301
+ >And I say again, they don't sell them anymore.
302
+ I know, you should have bought them when they were on sale, buy an used one, still easier than buying CRTs, or wait for new BFI oleds, or just buy an oled if you can cope without the BFI, but that is too blurry for you, for which I again refer back to the xg2431, which again is too low contrast for you, which I again refer you back to oleds, and so forth
303
+ >Legacy content
304
+ or maybe I was thinking of 30fps, I think xg2431 can strobe so low too, either way the flicker must be bad at that rate
305
+ well if you wanna play ancient shit smear free, use your CRT I guess, isnt the flicker bad at lower hz too though? idk I forget
306
+ maybe you are right after all, well Imma just deal with the blurring i dont care that much, for now
307
+ --- 93156238
308
+ >>93156098
309
+ Elden Ring has unlocked framerate.
310
+ AAA games run at higher framerate than 60FPS.
311
+ There are a shit ton of 2D games with interpolation, e.g. Touhou Blooming Chaos. Dug yourself out from under the rock. It's not 2010 anymore.
312
+ --- 93156291
313
+ >>93155237
314
+ >They don't sell any that can do 60hz anymore.
315
+
316
+ All the newer LGs still have 60hz BFI. They removed 120hz.
317
+ --- 93156355
318
+ >>93145923 (OP)
319
+ >same price as a C2
320
+ I have trouble finding arguments in favor of those QD-OLED
321
+ --- 93156369
322
+ >>93156229
323
+ >or wait for new BFI oleds
324
+ We've been waiting for OLEDs for 20 years already. And we're still waiting.
325
+
326
+ >>93156238
327
+ >Elden Ring has unlocked framerate.
328
+ With mods that prevent you from playing online.
329
+ Though so do the aspect ratio mods to make that game run 4:3 ...
330
+ >AAA games run at higher framerate than 60FPS.
331
+ Enable higher settings and it wont.
332
+ But even if you don't you wont be running those games faster than 120fps which still has plenty motion blur. You need like 400fps+ to make it actually insignificant enough, 1000fps+ to make it CRT-quality.
333
+ Or I could just use a CRT and play it at 60-85hz.
334
+
335
+ >>93156291
336
+ Oh I misremember it to be the other way around. But that 60hz bfi mode was cut-down too iirc?
337
+ Regardless my CRT strobes any refresh rate from 50hz to 200hz. Not being able strobe particularly at 85hz is a huge limitation. It's the perfect refresh rate, low system requirements for perfect motion with no flicker.
338
+ --- 93156474
339
+ >>93156369
340
+ >Enable higher settings and it wont.
341
+ >low system requirements
342
+
343
+ CRT defenders are really just poor people coping isn't it
344
+ --- 93156488
345
+ >>93145923 (OP)
346
+ An LCD can run 16 a days with static windows open for 10 years+ and only lose some brightness, whereas an OLED will DEFINITELY burn in by that point. Knowing that, you should plan accordingly based on how you use it.
347
+ Personally I have an LCD I use as a primary display for all my desktop apps, and an OLED as a secondary display for when I want to play games or watch a show or movie, or for playing youtube videos.
348
+ --- 93156528
349
+ >>93156474
350
+ Not even an argument.
351
+ --- 93156589
352
+ Bros, I have a DVI monitor. Will it work properly with an HDMI adapter on a new rig?
353
+ --- 93156593
354
+ >>93156589
355
+ DVI-A or DVI-D?
356
+ --- 93156673
357
+ >>93156593
358
+ DVI-D, also has a "D-sub" port, not sure what it is, but looks like VGA.
359
+ --- 93156753
360
+ >>93145923 (OP)
361
+ It's both. It's going to be the best monitor you ever bought until it burns in from the horrendous assrape regular PC use is going to give it. Once you've got an image burned in, it will no longer be the best monitor you ever bought.
362
+
363
+ >>93146612
364
+ Burn-in is cumulative since it's a degradation of the screen itself, if you keep displaying the same thing in the same place it will burn in - even if you don't do it for 12h straight every time. If you have common usage patterns on your PC, it will burn in eventually. Almost everyone has these, like using a web browser, common programs used for actual work, UIs from games you play regularly, just the regular OS task bar, notification area, even the "pattern" of tiling windows on half the screen and so on. It's not like a TV where one could just use it to display full-screen video all the time, where common UI patterns and so on do not exist. Dark mode is a good idea of course, but even dark mode tends to have brighter icons and buttons and such which will eventually burn in.
365
+
366
+ >>93154174
367
+ The problem with CRTs is that their screen is actually grey, so they are completely incapable of displaying anything close to black if there is any light in the room at all. This means they have shit contrast under all practical use case scenarios, unless you want to completely rape your own eyes by viewing it in a pitch black room and only at night.
368
+ --- 93156774
369
+ >>93156673
370
+ it is vga yes
371
+ --- 93156878
372
+ >>93156753
373
+ >The problem with CRTs is that their screen is actually grey, so they are completely incapable of displaying anything close to black if there is any light in the room at all. This means they have shit contrast under all practical use case scenarios, unless you want to completely rape your own eyes by viewing it in a pitch black room and only at night.
374
+ Since CRTs are only good for games and such, it's perfectly okay to make special accommodations for them. Sure, if it was a daily driving monitor, I'd worry about ambient tolerance but I just don't daily drive CRTs.
375
+ You also don't need pitch black, just make sure the light source is behind the CRT.
376
+ --- 93156886
377
+ >>93156185
378
+ I agree but it marks it in early adopter territory. It's not ideal stacking on top there is no BFI/strobing or any other picture quality control other than presets. I wouldn't hop on QD-OLED until it is in gen 3 or something.
379
+ --- 93156892
380
+ >>93156673
381
+ It'll work just fine with an HDMI-DVI-D adapter
382
+ --- 93156947
383
+ >>93156774
384
+ >>93156892
385
+ thanks
386
+ --- 93157088
387
+ >>93156886
388
+ That's just being a shitty monitor and not really anything to do with OLED. I wouldn't trust QD-OLED yet until those RTING burn in tests are done either though. They added the Alienware to their tests after the Samsung and Sony QD-OLEDs got burn in.
389
+
390
+ If you're fine with a larger screen the 42" C2 with ColorControl is 100% better and gives you fine tune control that you can change with keybinds.
391
+ --- 93157396
392
+ >>93155338
393
+ *laughs in bt2100*
g/93146298.txt CHANGED
@@ -18,3 +18,135 @@ Modern C: https://files.catbox.moe/xeb93p.pdf
18
  Standards:
19
  C89: https://files.catbox.moe/rfqd57.pdf
20
  C99: https://files.catbox.moe/hs2tqa.pdf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  Standards:
19
  C89: https://files.catbox.moe/rfqd57.pdf
20
  C99: https://files.catbox.moe/hs2tqa.pdf
21
+ --- 93147674
22
+ > Starts thread at 2 am
23
+ Why yes I am retarded
24
+ --- 93147781
25
+ >>93147674
26
+ It's 4pm in Yurostan
27
+ --- 93148765
28
+ bump
29
+ hello fellow Chads
30
+ post your favourite compiler flags here (msvc passfags need not reply)
31
+ --- 93149429
32
+ https://nullprogram.com/blog/2023/04/29/
33
+ --- 93149662
34
+ #include <stdio.h>
35
+ void main(){
36
+ printf("Im a C programmer");
37
+ }
38
+ --- 93150517
39
+ >>93148765
40
+ -O3 -march=native -pipe
41
+ --- 93150726
42
+ Learning C basics is fast, but mastering it require years of practice
43
+ --- 93151402
44
+ >>93150517
45
+ > open make.conf
46
+ > see -O3
47
+ --- 93151852
48
+ Anyone writing neural networks or LLM in C? It seems sometimes “data scientists” seem to hide their poor understanding of what they do behind all these implementations in python that wrap C++. Honestly even the c++ implemtations are misguided attempts at software engineering that look like obfuscated attempts to hide a lack of knowledge.
49
+ --- 93152002
50
+ >>93151852
51
+ I'm sure there are data scientists (or analysts or engineers or whatever you would like to call them) who accept the black box nature of the tools they choose to use, as you say. They likely know the purpose of the tools and what they do, and have cohesive plans to use them though. To them the implementation isn't important and they trust it is a faithful implementation. How would this be hiding their lack of knowledge? Should "data scientists" know their tools to the machine code level? Is that what you specialize in, the software engineering rather than inference?
52
+ --- 93153313
53
+ >>93147674
54
+ > Doesn't understand that other time zones exist and that anon is probably not the neighbor
55
+ Why yes I am retarded
56
+ --- 93153656
57
+ Be careful not to let the thread die in the future! Its a shame this board moves so fast that it can get killed in under three hours.
58
+ --- 93154883
59
+ >>93151852
60
+ >Anyone writing neural networks or LLM in C?
61
+ No but I plan to in the future, I thought about using OpenBLAS to handle the linear algebra. Anyone here has experience using the library and if so would you recommend it?
62
+ --- 93155369
63
+ >>93151402
64
+ I'm currently installing gentoo with O3 on a crappy intel core 2 duo.
65
+ It's supposed to be an unstable experimental build, that's the point.
66
+ --- 93155794
67
+ is it time for a new GUI toolkit that doesn't suck?
68
+
69
+ what would you like to see in one?
70
+ --- 93155976
71
+ >>93155369
72
+ -O3 doesn't mean neither unstable nor experimental. It is just GCC was historically very bad at this level. Actually, since they moved -ftree-vectorize from -O3 to -O2, even -O2 is now bad. Unfortunately, vectorization is bad in GCC.
73
+ --- 93156010
74
+ ...
75
+ p = malloc(...);
76
+ if (!p)
77
+ /* print message and exit */
78
+ /* do something with p */
79
+ free(p);
80
+ ...
81
+ p = malloc(...);
82
+ if (!p)
83
+ /* print message and exit */
84
+ /* do something with p */
85
+ free(p);
86
+ ...
87
+
88
+ Is there another way to deal with checking if malloc succeeded after each time its called?
89
+ --- 93156047
90
+ >>93148765
91
+ -O2 -fno-tree-vectorize -flto -fno-semantic-interposition -fno-plt
92
+
93
+ --- 93156075
94
+ >>93151852
95
+ https://twitch.tv/videos/1807830663
96
+ --- 93156084
97
+ >>93156010
98
+ Use a separate function that exists on failure. Or restructure your code:
99
+ void *p1 = NULL, *p2 = NULL;
100
+ p1 = malloc(...);
101
+ if (!p1) goto cleanup;
102
+
103
+ p2 = malloc(...);
104
+ if (!p2) goto cleanup;
105
+
106
+ cleanup:
107
+ free(p1);
108
+ free(p2);
109
+ return ...;
110
+
111
+ --- 93156197
112
+ >>93156010
113
+ Reduce your calls to malloc as much as possible and you would only have to check failure once.
114
+ But with a simple macro you can do what you want
115
+ #include <stdint.h>
116
+ #include <stdio.h>
117
+ #include <stdlib.h>
118
+ #define TRY_MALLOC(var, size) \
119
+ do { \
120
+ (var) = malloc(size); \
121
+ if (!(var)) { \
122
+ printf("ERROR: Failed to allocate variable " #var " in %s:%d (%s)", __FILE__, \
123
+ __LINE__, __FUNCTION__); \
124
+ exit(EXIT_FAILURE); \
125
+ } \
126
+ } while (0);
127
+
128
+ int main(void)
129
+ {
130
+ int* ptr;
131
+ TRY_MALLOC(ptr, SIZE_MAX);
132
+ free(ptr);
133
+ }
134
+
135
+ --- 93156481
136
+ Is there any open source project that I can look at for good C code and practices?
137
+
138
+ >>93156084
139
+ >>93156197
140
+ Thanks, Anons <3
141
+ --- 93156564
142
+ >>93156481
143
+ suckless is good. rxi on github has a bunch of cool little projects, more beginner friendly imo
144
+ --- 93157055
145
+ I'm trying to bind a compile-time integer value to a symbol with a fixed name. This is without using #define, so that my macros and static_asserts can access the value. Basically trying to hack in constexpr. The best I can come up with is the size of a NULL array pointer:
146
+ #define ENC(X) char (*heyo)[X] = NULL
147
+ #define DEC(X) sizeof(*heyo)
148
+
149
+
150
+ Is there a less retarded way?
151
+ --- 93157253
152
+ reminder not to read K. N. King if you value your time or dignity.
g/93146465.txt CHANGED
@@ -56,3 +56,157 @@ Obsolete since the mid 1980s.
56
  --- 93146723
57
  all those literally can be achived with stacking wm without using meme tiling shit where you cant even put window over window
58
  nice "efficient use of screen space" there you faggot where i cant even place mpv over my browser window
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  --- 93146723
57
  all those literally can be achived with stacking wm without using meme tiling shit where you cant even put window over window
58
  nice "efficient use of screen space" there you faggot where i cant even place mpv over my browser window
59
+ --- 93147003
60
+ >>93146723
61
+ >all those literally can be achived with stacking wm without using meme tiling shit where you cant even put window over window
62
+ You have never used tiling WMs. DWM for example allows you to switch between floating mode and tiling mode. Also, if you want to put one window over another just throw it in another tag. It's more organized that way and you can switch between specific tags with one shortcut, so you can reduce or eliminate shortcut spamming to switch between windows.
63
+ --- 93147263
64
+ >>93147003
65
+ I did all this and more
66
+ >4 years on i3
67
+ >2 years on sway
68
+ >6 months on hyprland
69
+
70
+ Now I just added pop_shell to gnome and it's comfier than anything else out there
71
+
72
+ throw in space_bar extension and you're golden
73
+ --- 93147280
74
+ waddup tilers.
75
+
76
+ what we tiling today?
77
+ --- 93147282
78
+ >>93146465 (OP)
79
+ >/twm/ - Tiling Window Managers
80
+ meme shit and a meme thread.
81
+ GNOME > all
82
+ --- 93147339
83
+ hey tilers, how do you like my non tiler desktop?
84
+ --- 93147369
85
+ >>93147003
86
+ or how about i just use stacking wm instead of having autism. i like benefits of wms that they give on performance. but i also not tinker tranny
87
+ --- 93147403
88
+ >>93147280
89
+ this made me laugh, thanks anon
90
+ --- 93147439
91
+ > Freedom from the mouse
92
+
93
+ This is funny, considering DWM doesn't even have keys for moving or resizing floating windows. Ah yes, there's a patch...
94
+
95
+ > High customizability
96
+
97
+ code editing is not the same as customizability actually built into software
98
+ most tilers have zero user-visible customizability
99
+
100
+ > Efficient use of screen space
101
+
102
+ Let's make this mostly empty window half the size of your screen, no pixels go to waste!
103
+ --- 93147550
104
+ >>93147263
105
+ >I did all this and more
106
+ Then why did you say you can't even put window over window considering that's clearly false? If you really "did all this and more" your post is dishonest.
107
+ --- 93147816
108
+ >dwm
109
+ Comfiest software I've ever used. There's just no bullshit, and it comes with everything I need without patches. Everything I need being tags, a clock and the date. It feels good to know that if I want to add functionality or remove it, I can.
110
+
111
+ Inb4 tinker tranny reddit onions manchildren
112
+ --- 93148764
113
+ >>93146652
114
+ >Obsolete since the mid 1980s.
115
+ Tiling wms have *never* been mainstream, not even back then. I have no idea why tiling wm fans try to push this idea that they are somehow "old school", old computer desktops didn't look like that at all.
116
+ --- 93148796
117
+ >>93147263
118
+ Same. I used tiling window managers exclusively for a little over a year, tried most of the popular ones. Eventually, I concluded that they are not more productive, contrary to what I had heard, went back to floating and never looked back.
119
+
120
+ It also doesn't help that most popular tiling window managers are overly minimal and require nontrivial amounts of configuration to make them usable. No, it's not hard, but it's annoying and completely unnecessary.
121
+ --- 93148871
122
+ Others using tiling window managers sure is making some people mad.
123
+ --- 93148916
124
+ >>93147816
125
+ I've been meaning to switch out of dwm for a while to xmonads but cba
126
+ biggest missing feature is scratchpad where I can dump windows and then bring them back when needed
127
+ also consodering just going back to KDE, worst thing there is the taskbar. I do love the customized dwm taskbar which shows some system stats as well (cpu, ram, disk ...)
128
+ --- 93149122
129
+ >>93147439
130
+ >This is funny, considering DWM doesn't even have keys for moving or resizing floating windows. Ah yes, there's a patch...
131
+ lol retard
132
+
133
+ dwm pro tip:
134
+ map Function keys 1-8 to switching to your 8 tags. theyre wasted space otherwise. have been doing this for over 6 years now
135
+ --- 93149288
136
+ >>93149122
137
+ what does tag switching have to do with window moving?
138
+ --- 93149301
139
+ >>93147282
140
+ bash : command not found: GNOME
141
+ --- 93149384
142
+ >>93147550
143
+ >Then why did you say you can't even put window over window considering that's clearly false?
144
+ There is a difference between "possible" and "just works". I don't want to have to hold super, set up rules, accept that floating windows are always on top of tiling ones, etc.
145
+
146
+ I'd much rather have a stacking wm with a good tiling script (most of them can do half-quarter tiling out of the box already) than a tiling wm which tries to half-ass floating window.
147
+ --- 93149399
148
+ >>93148916
149
+ xmonad deliberately refuses to implement fullscreen properly, don't bother.
150
+ --- 93149418
151
+ >>93149301
152
+ >i deliberately misinterpreted a "greater than" sign as a shell redirection operator, i'm so smart!!!11
153
+ --- 93149615
154
+ >>93149418
155
+ >i deliberately go and shit up threads regarding topics I have no interest in. I am so quirky!!!
156
+ --- 93149901
157
+ >>93146465 (OP)
158
+ How easy is it to set up a 2x2 workspace grid in these tiling window managers?
159
+ I've been using KDE + Krohnkite for a good while without any issues, but the upcoming KDE release is going to change KWin to the point where a lot of the scripts won't work properly.
160
+ So I'm wondering if there's a good twm alternative
161
+ --- 93150027
162
+ >>93146465 (OP)
163
+ >dwm
164
+ >Slightly higher learning curve than most other twms, basic knowledge of C is
165
+ this is simply wrong. i know absolutely zero C, and refuse to learn C, and i use dwm every single day. you don't need to know any C to use it. also this project makes things SO easy: https://github.com/bakkeby/dwm-flexipatch
166
+ --- 93150388
167
+ >>93149901
168
+ Do you NEED it to be a 2x2 grid? Cause if you don't then you can just have stuff across 4 workspaces horizontally. Otherwise just stick with krohnkite
169
+ --- 93150565
170
+ >>93150388
171
+ I don't NEED it, but I WANT it. So I guess I'll just stick with krohnkite.
172
+ --- 93150753
173
+ >>93149399
174
+ I never use full screen so not a problem
175
+ --- 93152103
176
+ >>93150027
177
+ This. Been using it for 4 years, couldn't write anything "basic" in C to save my life.
178
+ --- 93153695
179
+ is it high time to switch to hyprland bros?
180
+ --- 93153743
181
+ >>93153695
182
+ gonna wait for the equivalent of LARBS to show up
183
+ I will not waste my time configuring stuff from the ground up
184
+ --- 93154867
185
+ There is something fundamentally wrong with the thought process of a tile user. No sane man decides it is reasonable to manipulate window container trees instead of interacting with windows directly. Nor does a sane man desire his well sized windows to constantly change shape and position. Nor does a sane man care whether display space is always used maximally.
186
+ --- 93155855
187
+ I use a tilling WM with rounded corners so I can jerk off to the corner intersections between windows
188
+ --- 93156472
189
+ >>93146465 (OP)
190
+ add it
191
+ https://github.com/LGUG2Z/komorebi
192
+ --- 93157105
193
+ >>93146465 (OP)
194
+ I switched to i3 for my work machine 6 years ago and I will never go back to a DE.
195
+ --- 93157134
196
+ >>93155855
197
+ uuuooooohhhhhh
198
+ --- 93157207
199
+ >>93148871
200
+ >do something stupid because you’re being weird
201
+ >people with normal socialization ask why you are being weird
202
+ >you supply not good reason except fuck you normies
203
+ >why do normies hate me
204
+ Why is Asperger’s like this?
205
+ --- 93157235
206
+ Never used a WM. Is Hyprland easy to configure if I'm not a programmer?
207
+ --- 93157251
208
+ >>93157235
209
+ The format is shitty but requires no coding. Wiki covers all the options
210
+ --- 93157287
211
+ >>93157207
212
+ tiling wm is obvious, it's how interfaces work in real life, stacking wm is a lot more weird, like, who even came up with that
g/93146556.txt CHANGED
@@ -8,3 +8,381 @@ You will never be a real API. You have no software, you have no games, you have
8
  All the “validation” you get is from /v/ermin using RGB lit zoomerware. Behind your back boomers mock you. DX8 and DX9-11 are disgusted and ashamed of you, your OpenGL counterparts laugh at your appearance behind well optimized, real software of the past.
9
 
10
  Both software devs and 3D modelers are utterly repulsed by you. Decades of evolution have allowed DX9-11 to shine. Even your DX12 instruction set looks uncanny and unnatural to a software dev. Your lack of backwards compatibility with legacy hardware is a dead giveaway. And even if you manage to get something to work, it'll immediately crash and burn compared to stability of OpenGL
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  All the “validation” you get is from /v/ermin using RGB lit zoomerware. Behind your back boomers mock you. DX8 and DX9-11 are disgusted and ashamed of you, your OpenGL counterparts laugh at your appearance behind well optimized, real software of the past.
9
 
10
  Both software devs and 3D modelers are utterly repulsed by you. Decades of evolution have allowed DX9-11 to shine. Even your DX12 instruction set looks uncanny and unnatural to a software dev. Your lack of backwards compatibility with legacy hardware is a dead giveaway. And even if you manage to get something to work, it'll immediately crash and burn compared to stability of OpenGL
11
+ --- 93146906
12
+ >>93146556 (OP)
13
+ lmao, now you get to decouple the tutorial code to enable basic things like multiple pipelines :^)
14
+ have fun
15
+ --- 93146921
16
+ >>93146556 (OP)
17
+ >. Will it get less painful using it after I have all the bloated boilerplate code set up once?
18
+ it helps but it's still shitty. and i mean incredibly shitty.
19
+ > why are all the modern games running like shit?
20
+ not enough testing before release.
21
+ --- 93146969
22
+ >>93146906
23
+ opeNGL I might just quit.
24
+ --- 93146988
25
+ >>93146556 (OP)
26
+ >modern games running like shit?
27
+
28
+ Krita relies on Ogl and runs horribly. The Ogl legacy is unironically killing the project and they don't have the balls to rewrite the engine in Vulkan to enable the required performance. Meanwhile their feature-inferiour competitors are selling their software under a subscription and an always oline DRM just because CSP runs and Krita doesnt.
29
+ --- 93147016
30
+ >>93146556 (OP)
31
+ >why are all the modern games running like shit?
32
+ Testing, optimisation, and bugfixes are mainly done towards the end of production, when the budget dries up and publishers are breathing down your neck trying to recoup their investment. At that point you have two options - ask for more time (read: money), or release whatever you have right now to get cash flowing again.
33
+ Which one do you think a corpo rat is gonna pick?
34
+ --- 93147051
35
+ >>93146988
36
+ it might also help that CSP's brush stabilizer isn't a steaming pile of shit. Fucking Drawpile has better pen input than Krita.
37
+ --- 93147061
38
+ Vulkan is for a team of graphics engineer, not a solodev who just wants to make a game.
39
+ Unless you really know what you're doing, your Vulkan code is going to end up being even slower than OpenGL.
40
+ --- 93147095
41
+ >>93146969
42
+ it's not that bad. You just have to take small wins, commit valid changes often, and be patient. Things do eventually start going faster once you've refactored the tutorial code out into something more proper/modular.
43
+ Vulkan is a great exercise in cultivating a good code-base, but it's really not for anyone not serious about long-term investing. Just never make sweeping changes, and regularly refactor small things to keep code-rot out.
44
+ --- 93147138
45
+ >>93147051
46
+ That's actually user error.
47
+ --- 93147178
48
+ >>93146988
49
+ >rewrite the engine in Vulkan
50
+ kill yourself tranny and your vulkan
51
+ --- 93147198
52
+ >>93147178
53
+ >vulkan is finally cleansing pajeets in the graphics industry
54
+ --- 93147202
55
+ >>93147198
56
+ i bet you like rewriting linux in rust too to compensate for your bleeding neo vag
57
+ --- 93147272
58
+ >Example code: This is the repository where the example code for the Vulkan Programming Guide will live. Bare with us while we polish it public display. We will be with you shortly...
59
+ >7 years ago
60
+ https://github.com/vulkanprogrammingguide/examples
61
+
62
+ Even one of the guys who made the Vulkan driver at AMD gave up.
63
+ --- 93147314
64
+ >>93147272
65
+ don't need it.
66
+ we have sascha kino instead
67
+ https://github.com/SaschaWillems/Vulkan
68
+ --- 93147766
69
+ >>93147314
70
+ >https://github.com/SaschaWillems/Vulkan/blob/master/examples/triangle/triangle.cpp
71
+ kek
72
+ --- 93147784
73
+ >>93147766
74
+ i WILL render the triangle at 10k FPS
75
+ --- 93147842
76
+ >>93147061
77
+ My Vulkan renderer is somewhat faster than my old AZDO OpenGL renderer, although the API itself didn't contribute that much, being able to do compute culling on the GPU is extremely useful. At any rate it certainly isn't slower.
78
+ --- 93147876
79
+ >>93147766
80
+ Has someone saved that image with opengl triangle in 10 lines of code vs vukan triangle in 1kloc?
81
+ --- 93147900
82
+ Ok. So what is the lowest level API on top of Vulkan that is actully viable for just game dev? I once made a rasterizer and managed to make it pretty generic. Surely I was re-inventing the wheel.
83
+ --- 93148054
84
+ >>93147900
85
+ - bgfx
86
+ - Dawn, Google's implementation of WebGPU can target Vulkan.
87
+ - wgpu-native by Rust folks.
88
+ --- 93148080
89
+ >>93147900
90
+ cringe and contradictory to vulkan
91
+ --- 93148175
92
+ >>93147900
93
+ >game dev
94
+ >>>/v/
95
+ and take your shit api with you, fucking worthless /v/ermin
96
+ --- 93148198
97
+ >>93148175
98
+ what else are you gonna use Vulkan for retard
99
+ --- 93148238
100
+ >>93147766
101
+ ЛA MAГИКA
102
+ --- 93148267
103
+ >>93147900
104
+ >So what is the lowest level API on top of Vulkan that is actully viable for just game dev?
105
+ Just Vulkan. At a higher level there's Magnum, but I'm not sure if Magnum's Vulkan version is done yet.
106
+
107
+ > I once made a rasterizer and managed to make it pretty generic. Surely I was re-inventing the wheel.
108
+ Most likely you were, if you were aiming to make a generic renderer.
109
+
110
+ Personally my renderer is tailored very specifically towards the exact scene layout I have, so performance is likely better than I would get if using, say, Unreal or Unity. But that's because, knowing the exact workings of the scene I'm dealing with, I can make optimization choices that wouldn't necessarily work for a more generic scene, and bake certain tasks into my renderer to be done in a very fast, efficient way, that might not be the case if doing externally (for example, recolouring objects on the fly). And similarly, a generic renderer will rely on techniques that might not work for the type of scene I'm dealing with. If you are making a generic renderer, then a premade generic renderer would probably work as well or better and you're reinventing the wheel. If you need a renderer for a very specific type of scene then it may be advantageous to make your own.
111
+ --- 93148347
112
+ Does OpenGL even have real fullscreen? No matter what I do, the performance I get is lower than the cumulative time taken to complete individual drawcalls. It's as if some framebuffer mess happens in the background.
113
+ --- 93148538
114
+ >>93148198
115
+ Modelling dilation sticks
116
+ --- 93148595
117
+ >i got filtered
118
+ >better associate it and everyone using it with the 51% to deflect
119
+ pathetic
120
+ --- 93148703
121
+ >>93148347
122
+ No, fullscreen is an OS/platform thing
123
+ --- 93148725
124
+ >>93148703
125
+ I mean even on a per-OS basis. Neither GLX nor WGL seem to have official fullscreen parameters, unlike Vulkan.
126
+ --- 93148883
127
+ >>93147314
128
+ >requires libraries outside of vulkan and your OS's windowing API
129
+ you didn't draw the triangle
130
+ --- 93148918
131
+ >>93148883
132
+ i binded XCB and some of vulkan in a memelang, so yeah i drew the triangle kid
133
+ --- 93149343
134
+ >>93148725
135
+ It's fundamentally different with OpenGL. With OpenGL the OS owns the context.
136
+ --- 93149614
137
+ >>93148267
138
+ >Magnum Vulkan
139
+ it's not, I tried it. Great library but the Vulkan part still needs more work.
140
+
141
+ I find https://vkguide.dev/ better than vulkan-tutorial. He uses VMA which makes the memory shit way easier. You start learning Vulkan for real when you go beyond the tutorial and change the structure of the code entirely (to support multiple pipelines and other stuff)
142
+ --- 93150611
143
+ >>93146988
144
+ none of that is true https://valdyas.org/fading/hacking/krita-hacking/krita-opengl-and-qt/ there will most likely be a wegbpu backend as well so maybe krita in browser if qt supports it.
145
+ --- 93150695
146
+ to be honest, is opengl even that bad? youre just throwing triangles at the gpu and then running pixel shaders. i swear even opengl 2.0 was sufficient for that?
147
+ i thought vulkan was more of a cross-platform cuda-esque solution.
148
+ --- 93150769
149
+ >>93146556 (OP)
150
+ soon it will get easier https://www.khronos.org/blog/you-can-use-vulkan-without-pipelines-today
151
+ --- 93150770
152
+ >>93150695
153
+ opengl leaves you at the mercy of the driver dev, with dx12 and vk you have more control. Not everyone needs the extra control. In an ideal world OpenGL 4.6 would work everywhere but you're forced to use Vulkan and MoltenVK these days thanks to Apple being shit.
154
+ --- 93150830
155
+ >>93150695
156
+ opengl is a blackbox state machine that you're constantly fighting, and gives you no freedom to do much of anything at comp time or deterministically.
157
+ Recordable command buffers in vulkan (and DX) are very nice in this regard.
158
+ --- 93150974
159
+ >>93146556 (OP)
160
+
161
+ doom runs really well.
162
+ i can run it on ultra on my shitty laptop
163
+ medium with standard renderer
164
+ --- 93151121
165
+ In the next few years, it will all be raytraced; and we will forget this abomination.
166
+ --- 93151134
167
+ >>93151121
168
+ if you don't understand how graphics apis work don't post
169
+ --- 93151422
170
+ >>93146556 (OP)
171
+ https://github.com/DiligentGraphics/DiligentEngine
172
+ --- 93151456
173
+ >>93151121
174
+ yeah bro, vulkan is even easier when you remove the raster pipeline!
175
+ https://github.com/WilliamLewww/vulkan_ray_tracing_minimal_abstraction/blob/master/ray_pipeline/src/main.cpp
176
+ --- 93151737
177
+ >>93150974
178
+ doom runs on washing machines and fridges you fucking retard. it's not benchmarking game anymore it's not 1993. it's more of a sanity test game, whether machine in question can understand your code execution. and if it can, you port doom to it. it's been meme for at least 15-20 years now
179
+ --- 93151756
180
+ >>93151737
181
+ i think he's talking about the newer dooms.
182
+ Especially since modern id exclusively use Vulkan on PC these days
183
+ --- 93151774
184
+ >>93151756
185
+ im not surprised. after carmack left, doom was nothing but shit show
186
+ --- 93152086
187
+ How does shader shit work with all those cross platform engines? Do you have to write shader code for each platform or do they have their own shitty shader language that abstract everything away?
188
+ --- 93152114
189
+ >>93152086
190
+ shaders run on the GPU, so platform doesn't matter.
191
+ --- 93152135
192
+ >>93152086
193
+ It's actually implemented partly in the driver and partly in the firmware. The GPU-specific assembly is proprietary and changes on every device, and the compiler internals are usually not available to end users.
194
+ --- 93152188
195
+ >>93152114
196
+ >>93152135
197
+ What I meant was the platform specific shader shit. If you target only Vulkan you are golden, but those cross platform engines target vulkan, opengl, d3d, metal, switch, ps5 and whatever else comes along.
198
+ --- 93152231
199
+ >>93146556 (OP)
200
+ it's a lower level api, of course it's more verbose and complicated. if you just want to mess around on your own stick with opengl
201
+ --- 93152287
202
+ >>93152188
203
+ There are different strategies. In some there's an engine-specific shader language that gets translated to the target shader language. In others you really have to write each shader for each target separately. Another approach is to use automatic translators to translate the shaders from whatever the user decided to work with into the other targets.
204
+ --- 93152305
205
+ >>93152231
206
+ One does not imply the other. Low-level GUI APIs are typically orders of magnitude simpler than high-level ones.
207
+ --- 93152347
208
+ Once you have the 1000 lines for the triangle, does the amount of code required go down to opengl levels, or is it just 100x as verbose all the way through?
209
+
210
+ Is it possible that we could write code generators to spit out the boilerplate for the most common scenarios?
211
+
212
+ Or are we just doomed to a future split between Metal and Directx?
213
+ --- 93152364
214
+ >>93152188
215
+ Playstation uses a proprietary graphics API.
216
+ Metal is its own thing because Apple love walled gardens. But you can use MoltenVK, which is a vulkan translation layer, but you lose perf by default, and is just not great.
217
+ Switch supports Vulkan.
218
+ Besides those, typically you keep HLSL shaders for DX, and GLSL for Opengl && Vulkan.
219
+ SPIR-V (.spv), which is a shader IR for vulkan, is intended to be the "universal" format, which opengl can use it in 4.6.
220
+ glslc can compile .vert && .frag shaders to it.
221
+ HLSL compiler(s) exist, but HLSL doesn't map cleanly.
222
+ --- 93152381
223
+ >>93152305
224
+ wrong, low-level gui apis require you to keep track of a bunch of widgets, possibly to implement drawing and layout yourself.
225
+ high-level ones just let you declaratively specify what you want your ui to be, sometimes even graphically.
226
+
227
+ >inb4 immediate mode
228
+ that's not really the low-level equivalent of high-level gui APIs, it's just a different way of doing that's simpler but inneficient
229
+ --- 93152395
230
+ >>93152381
231
+ Thanks for proving you have no clue what any of the words anyone in this thread ever used (including yourself) actually mean.
232
+ --- 93152418
233
+ >>93151774
234
+ i got the impression it was the other way around. rage had some megatexture-related autism and got delayed for years, and doom3 was a roleplay slogfest.
235
+ the doom that got released after carmack left felt like a breath of fresh air.
236
+ --- 93152430
237
+ >>93152347
238
+ 100x as verbose all the way through.
239
+ You can definitely do codegen to take care of a lot of the boilerplate, yes. DX12 is just as bad, and I hear metal should be the same but I have never looked at it.
240
+ Future's grimmer than ever.
241
+ Shit was so simple in the fixed function pipeline days and now look where we are. Horrifying. Ironically it would all be solved if they just exposed the GPU assembly and let us deal with GPU programs as we want.
242
+ --- 93152456
243
+ >>93152395
244
+ lol, i'm the only one here with a job
245
+ --- 93152465
246
+ >>93152456
247
+ You are a middle schooler.
248
+ --- 93152483
249
+ >>93146556 (OP)
250
+ It's okay brainlet khronos walked back everything and added a new extension
251
+ --- 93152491
252
+ >>93152347
253
+ Vulkan code doesn't grow exponentially like a lot of people wrongly extrapolate from the "muh 1k triangle" noise.
254
+ It will NEVER be opengl or even close because you have to handle and define the pipeline explicitly, that was abstracted away in OGL's blackbox.
255
+ But with proper abstractions, new features will vastly outweigh additional minimal code.
256
+ >Is it possible that we could write code generators
257
+ most of the boilerplate has a lot of defaults that you'll hardly ever change, it's merely a matter of abstracting it away.
258
+ --- 93152547
259
+ >>93152430
260
+ >exposed the GPU assembly and let us deal with GPU programs as we want.
261
+ too many retarded game devs would fry GPUs, and we'd just end up right back at where we are now.
262
+ Same reason we can't DMA anymore.
263
+ --- 93152611
264
+ >>93150830
265
+ >>93150770
266
+ If one has the patience to learn vulkan is it a better solution than opengl? Like 'it sucked to learn but wow this vehicle has such a better experience & capability'? Or is it basically just a pain?
267
+ --- 93152681
268
+ >>93146556 (OP)
269
+ A great tool still doesn't do the job by itself if the developer is incompetent.
270
+ --- 93152685
271
+ >>93152547
272
+ you can't fry gpus anymore than you can fry cpus. thermal protection either exists or it doesn't, regardless of the level of access that you have to the chip.
273
+ --- 93152688
274
+ >>93152547
275
+ Do those same retarded game devs fry CPUs? Why not? We do have direct access to our CPUs' assembly, though?
276
+ --- 93152717
277
+ >>93152611
278
+ Vulkan gives you more control and flexibility over the entire pipeline, but that's only useful in niche scenarios (for example unified computed and graphics or things like unreal's nanite or what people now call "gpu software rendering" where you write the whole pipeline into a compute pass rather than relying on the hardware pass workflow).
279
+ --- 93152732
280
+ >>93152681
281
+ Nothing to do with competence here, slapping down boilerplate for hours on end for the most basic shit is pajeet-tier nonsense.
282
+ --- 93152778
283
+ Open Good Luck
284
+ --- 93152846
285
+ >>93152732
286
+ The boilerplate isn't why modern games run like shit.
287
+ --- 93152880
288
+ >>93152491
289
+ >new features
290
+ Like what? What cool stuff can we achieve that wasn't possible with OGL other than targeting mobile? Not shit flinging here, just relatively new to graphics. I basically understand most of OpenGL but Vulkan is pretty foreign to me.
291
+
292
+ >>93152717
293
+ >nanite
294
+ Would it be worthwhile digging around the Unreal source code and comparing nanite to the vulkan tutorial code? Or will it just basically all be gibberish to me?
295
+ --- 93152894
296
+ >>93152846
297
+ It is, just not directly. Having to slap down boilerplate for hours makes getting motivated to optimize it all quite hard, for example. Also the more boilerplate there is, the harder it is to figure out which interactions are causing a slowdown (because it's all intertwined, so if function X is slow, it might actually be because of config Y in function Z, even though nothing else is affected around those sites).
298
+ --- 93152901
299
+ >>93146556 (OP)
300
+ >why are all the modern games running like shit
301
+ Because everyone good except Carmack was creating engines for consoles.
302
+
303
+ id Tech is the only proper PC engine, everything else is either outright crap or made for consoles with a crap PC port.
304
+ --- 93152916
305
+ >>93152880
306
+ >Or will it just basically all be gibberish to me?
307
+ Probably this because the heavy lifting is entirely done in the shader, not in vulkan, and the vulkan stuff is deep in the backend and highly abstracted at this level.
308
+ > other than targeting mobile?
309
+ Mobile was on OpenGL ES for ages. Of course you can target mobile with opengl.
310
+ --- 93152927
311
+ wrong, still using dx9
312
+ --- 93152995
313
+ >>93152916
314
+ >Mobile was on OpenGL ES for ages. Of course you can target mobile with opengl.
315
+ Yeah I know but ES is a different (but related) API than opengl. With Vulkan you can use just one API.
316
+
317
+ >>93152916
318
+ >heavy lifting is entirely done in the shader, not in vulkan, and the vulkan stuff is deep in the backend and highly abstracted at this level.
319
+
320
+ So how is it different from an opengl shader?
321
+ --- 93153027
322
+ >>93152894
323
+ vulkan boilerplate is just populating structs. Performance issues are mostly synchronization and memory management related.
324
+ Basic validation will yell at you for doing retarded newbie things. And `vkconfig` can then be used to enable further validation for intermediate-advanced issues.
325
+ I truly wish people would stop armchair'ing vulkan, because it's one of those things that's extremely apparent when you've never actually touched it
326
+ --- 93153067
327
+ >>93152611
328
+ Are you genuinely interested in graphics programming and want to build long-term projects? learn vulkan
329
+ Do you just want to make things, and aren't as interested in the engineering beyond having made it yourself? Use opengl
330
+ --- 93153099
331
+ >>93153027
332
+ t. never used vulkan, not even for a triangle hello world.
333
+ --- 93153107
334
+ >>93153099
335
+ what color triangle do you want me to render?
336
+ --- 93153112
337
+ >>93152995
338
+ >ES is a different (but related) API than opengl.
339
+ No.
340
+ >So how is it different from an opengl shader?
341
+ It's similar to using opengl compute shaders and then passing the result back into a render pass except without this retarded and slowed down workflow.
342
+ --- 93153127
343
+ >>93153107
344
+ Color of your hand, color of your colon, and color of your hair at each of the 3 vertices, pajeet.
345
+ --- 93153177
346
+ >>93153127
347
+ :^)
348
+ --- 93153206
349
+ >>93152894
350
+ And yet some devs produce Vulkan/DX12 games with absolutely excellent performance while others produce garbage which can hardly get 60FPS on a 4090 and whenever some emulator releases a Vulkan renderer performance goes through the roof. Did they get the secret "no boilerplate" patch for Vulkan/DX12, or could it be they're actually competent and can make good use of the tools they have at their disposal?
351
+ --- 93153390
352
+ No VK_EXT_shader_object with Mesa 23.0.2, how do we cope tuxsisters?
353
+ --- 93153417
354
+ >>93153390
355
+ >VK_EXT_shader_object
356
+ i shan't be using it
357
+ --- 93153426
358
+ >>93153177
359
+ >couldn't even get it right even after copy-pasting a tutorial
360
+ Yikes!
361
+ --- 93153445
362
+ >>93153206
363
+ [citation needed]
364
+ --- 93153490
365
+ >>93153426
366
+ >i know your colors
367
+ bit creepy desu
368
+ --- 93153672
369
+ >>93153490
370
+ Not as creepy as your curry smell permeating your posts :^)
371
+ --- 93153718
372
+ >>93153445
373
+ Doom Eternal, runs on Vulkan and has excellent performance while looking very good too
374
+ The world-famous disaster of Cyberpunk 2077 can somehow get playable 60+ FPS path tracing on DX12
375
+ Metro Exodus Enhanced Edition on DX12 also has very impressive lighting and performs well too
376
+ Meanwhile that Jedi game which just came out is also DX12 and gets 50FPS on a 4090 at native 4k with 50% GPU load and no amount of upscaling helps, because it's garbage
377
+ RPCS3 performs best on Vulkan
378
+
379
+ If you can't get good performance out of Vulkan/DX12, it's because you're shit at making games.
380
+ --- 93153749
381
+ >>93153718
382
+ >doom eternal
383
+ >performance not notoriously ludicrously shit
384
+ Stopped reading there.
385
+ --- 93156234
386
+ >>93146556 (OP)
387
+ >Will it get less painful using it after I have all the bloated boilerplate code set up once?
388
+ Yes
g/93146675.txt CHANGED
@@ -21,3 +21,184 @@ Does a modern distro this based exist, or will I have to build it myself?
21
  >>93146725
22
  >python package requires rust
23
  no
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  >>93146725
22
  >python package requires rust
23
  no
24
+ --- 93146756
25
+ >>93146675 (OP)
26
+ AntiX fits most of the bill
27
+ --- 93146764
28
+ >>93146675 (OP)
29
+ >No Pulseaudio/Pipewire, OSS only
30
+ aaaaand you're a retard. you could just install artix and choose to avoid the packages you dislike and you'd have the system you described here, but have fun not being able to listen to multiple audio streams at once because you HAVE to use ALSA. faggot.
31
+ --- 93146768
32
+ >>93146725
33
+ >>93146738
34
+ but if you're ok skipping these, Gentoo does all of that
35
+
36
+ It even has a wd40 profile feature which masks all rust packages, and you can disable about whatever you want through USE
37
+ --- 93146783
38
+ >>93146675 (OP)
39
+
40
+ How is it possible to ban unsafe code, can someone explain this to me? Rust has no dynamic allocation of memory? How can the rust compiler be so smart that it is always safe?
41
+ --- 93146787
42
+ >>93146675 (OP)
43
+ >It is time for a distro written purely in "traditional" technology.
44
+ Why?
45
+
46
+ >>93146742
47
+ Yes.
48
+ --- 93146866
49
+ >>93146783
50
+ The compiler doesn't verify it down to the bottom. You write a little bit of unsafe code, then you specify how to use it safely (using the type system), and then the compiler checks that all the other code follows the contract.
51
+ External formal verification tools are used to verify some of the unsafe code. (These exist for C as well.) That's very tedious though.
52
+ For dynamic memory allocation in particular the borrow checker is the crucial piece. Each reference has a lifetime as part of its type, and there's a compile-time check that this lifetime doesn't outlast the thing it's referencing, basically. There are some more rules and tools to plug all the holes and make it work for almost all cases.
53
+ --- 93146902
54
+ >>93146783
55
+ The concept banning unsafe code only works on an abstract machine. Real processors with flaws like meltdown will be able to execute unsafe "safe" code quite trivially.
56
+
57
+ >>93146787
58
+ Because Boomer technologies are based. Cobol still runs your bank and government.
59
+ --- 93146994
60
+ >>93146902
61
+ >Because Boomer technologies are based. Cobol still runs your bank and government.
62
+ And what exactly connects COBOL to the bloated Unix kernel clone started by a CS student? Are you just cargo culting boomerism without aiming for anything coherent?
63
+ --- 93147306
64
+ >>93146994
65
+ Boomer technology is less bloated, even just 25 years ago you could use a computer with 32 Megabytes of RAM and the internet was usable on just a 4 Kilobytes a second download speed.
66
+
67
+ Now technology is a 1000 times "faster" technically, but also a 1000 times more bloated. The "learn to code" movement was a mistake, and despite the layoffs the damage done is long lasting. I studied computers back when you needed severe Asperger's to understand them, while the neurotypical normies have taken over.
68
+ --- 93147475
69
+ >>93146675 (OP)
70
+ Serenity?
71
+ --- 93147542
72
+ >>93146742
73
+ I haven't encountered a hard requirement yet, but I had at least one package install fail because it saw I had a .cargo/ directory and rust was installed so it tried to build with it. (It was an old version I hadn't used in 2 years so the build failed. Solved by removing Rust)
74
+ --- 93147560
75
+ >>93146994
76
+ Banks run Java these days
77
+ --- 93147696
78
+ >>93146994
79
+ >Are you just cargo culting boomerism without aiming for anything coherent?
80
+ --- 93147721
81
+ >>93147475
82
+ >no ISO
83
+ --- 93148394
84
+ >>93147306
85
+ COBOL isn't known for its leanness and Linux is huge. Software expands to fill the hardware, same as it's ever been. People were already complaining about it whenever it was that you started learning, you can't blame some movement.
86
+ --- 93148787
87
+ >>93146675 (OP)
88
+ >caring about the language used to build software instead of the quality of the software itself
89
+ classic /g/tard move anon
90
+ --- 93148834
91
+ >>93146675 (OP)
92
+ better idea: we should cry on the internet on how new things to learn continue being created after we lost all brain plasticity
93
+ --- 93149668
94
+ >>93146675 (OP)
95
+ come home white man
96
+ --- 93151011
97
+ It's sad that despite all the hardcore Wndows 7 users on here the equivalent of it for Linux is being ignored or even having hostile reactions to it. There was an initial pushback with systemd but the rest of nu-Linux is here to stay.
98
+ --- 93152026
99
+ >>93148394
100
+ COBOL is leaner than modern languages because it's older than modern languages, this should be obvious
101
+ --- 93152083
102
+ >>93146675 (OP)
103
+ >No EFI support
104
+ So it's going to be totally worthless.
105
+ --- 93152129
106
+ >>93146764
107
+ It's almost like OP doesn't actually have opinions for himself and just goes with whoever moans the loudest, which tends to be new technology. Everyone knows the old techs faults, but given new faults, people complain. So you get dumbfucks like OP who think everything new is bad because new.
108
+ --- 93152146
109
+ >>93152129
110
+ >So you get dumbfucks like OP who think everything new is bad because new.
111
+ That's just this entire website
112
+ --- 93154214
113
+ >>93146675 (OP)
114
+ >Supports i486 and up without sse2
115
+ I fucking hate retards like you. Any os code written in this day and age, unless it targets embedded, should only support 64 bit AVX2 ISAs. You're the same retards that complain about muh bloat when most of the bloat is supporting hardware literally nobody has used in a decade
116
+ --- 93154253
117
+ >>93146675 (OP)
118
+ Install kolibroOS
119
+ --- 93154291
120
+ >>93146675 (OP)
121
+ >No Rust/Go/Dart/Nodejs
122
+ >No systemd (and no elogind either)
123
+ >No Pulseaudio/Pipewire, OSS only
124
+ >No Wayland
125
+ >No EFI support, Bios and Core/Libreboot only
126
+ >No Flatpak/Snap/Appimage, build from source or tar.gz packages only
127
+ >Supports i486 and up without sse2.
128
+ Guix fulfills almost all points.
129
+ --- 93154320
130
+ >>93146725
131
+ >cryptography
132
+ Isn't Rust fairly justified here? Security is where muh memory safety actually matters.
133
+ --- 93154332
134
+ >>93146675 (OP)
135
+ >I DO NO ACTUAL CODING BUT I REALLY NEED TO FIT IN HERE
136
+ eat shit
137
+ --- 93154381
138
+ >>93154214
139
+ The hardware itself is bloated, CPUs would run faster with smaller instruction sets as long as they're made on the same process node, just look at Apple
140
+ --- 93154448
141
+ >>93146675 (OP)
142
+ slackware
143
+ --- 93154459
144
+ I don't get why you guys obsess over distros so much. I've been running ubuntu/debian for like a decade and at this point it's just a WSL2 program because I still like to gayme. It doesn't fucking matter, 99% of terminal interaction is distro agnostic. Desktop Environments are cross-distro too. Is it really that big of a fucking deal to have "Muh bloat free distro"? You can get Alpine Linux on 130mb. Seriously, what the fuck are you guys doing that makes this such a big deal? This is what my normal linux interaction looks like.
145
+
146
+ >cd ~/projects/cool-app/src
147
+ >ls
148
+ >vim foo.clj
149
+ >*clack noises for 20 minutes"
150
+ >:wq
151
+ >lein run
152
+ >CTRL-C
153
+ >git add *
154
+ >git commit -m "Init"
155
+ >git push
156
+
157
+
158
+ It's not CAR T-Cell Therapy, it's a fucking unix box.
159
+ --- 93154633
160
+ >>93154381
161
+ That's why they have neon, right, cretin?
162
+ --- 93154997
163
+ >>93154459
164
+ This is exactly why I use Pop!_os. I just wanted a distro I didn't have to think about. Anything I need to do that isn't part of the distro I just do myself.
165
+ --- 93155291
166
+ >>93146675 (OP)
167
+ Yes it's called OpenBSD.
168
+ --- 93155817
169
+ >>93146675 (OP)
170
+ At this point it's time to write a new OS using 'traditional' (and by that I mean PL/I, pascal, oberon, lisp, forth, or anything-but-algolcancerlangs, not newfangled bullshit like C, can't spell crap without C!) technologies. Although vector instructions for CPUs are based and shouldn't be avoided.
171
+ On the other hand I would love to have a highly configurable open hardware platform for a good price and just 'restart from scratch'.
172
+ Everything is so thoroughly corrupted nowadays.
173
+ But maybe all we really need is to follow wirth's suggestion to rewrite the entire tech stack every 10 years to compress the things we learned in that time and remove the mistakes that were made along the way.
174
+ --- 93155842
175
+ >>93154320
176
+ Not at all, you typically don't do any memory ops in cryptography code and operate purely on fixed-size static regions.
177
+ --- 93155877
178
+ >>93154253
179
+ based
180
+ --- 93155909
181
+ >>93155817
182
+ How is Pascal not an "algolcancerlang"? Or am I misparsing your sentence?
183
+ --- 93155992
184
+ >>93155909
185
+ Pascal descends from pre-68 algol due to increasing disagreement of where it was going. It's like a purified algol. Algol 60 itself was not inherently bad either. I should have been more specific.
186
+ --- 93157038
187
+ >>93155842
188
+ nonsense, crypto libraries do things like asn.1 parsing, where memory safety absolutely matters
189
+ --- 93157064
190
+ >>93157038
191
+ This particular crypto library does that and so Rust is a good choice
192
+ Not all crypto libraries do that stuff I don't think
193
+ --- 93157114
194
+ >>93154291
195
+ the face of the freetard when they startup their machine and it says (c) 1983 American Megatrends Inc.
196
+ --- 93157228
197
+ >>93157038
198
+ t. no idea what crypto is or does. Also no idea what asn.1 is or does.
199
+ --- 93157233
200
+ >>93155842
201
+ That's retarded. Rust trannies bringing up muh heartbleed is tiring, but it is entirely true that Rust makes these kinds of bugs impossible without conscious misuse.
202
+ --- 93157258
203
+ >>93157233
204
+ Non-sequitur. Dial 8.
g/93147669.txt ADDED
@@ -0,0 +1,264 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ -----
2
+ --- 93147669
3
+ Competitive Gamer Rat Edition
4
+
5
+ /gedg/ Wiki: https://wiki.installgentoo.com/wiki/Gedg
6
+
7
+ IRC: irc.rizon.net #/g/gedg
8
+
9
+ Progress Day: https://itch.io/jam/gedg-progress-day-1
10
+
11
+ /gedg/ Compendium: https://rentry.org/gedg
12
+
13
+ /agdg/: >>>/vg/agdg
14
+
15
+ previous : https://desuarchive.org/g/thread/93073292
16
+
17
+ Sometimes we hit bump, sometimes we fizzle out. That's the /gedg/ way.
18
+ --- 93148058
19
+ >>93144118 →
20
+ >>93143238 →
21
+ https://github.com/notfatcat54852/bulletphysicsattempt5
22
+ --- 93148289
23
+ I tried implementing a basic LOD system. I found it didn't make much of a performance difference. Seems it's more useful if you have a smaller number of objects with a huge load of vertices, but not so much if you have a large number of objects that don't have an insane amount of vertices to begin with and can only have a portion of their vertices removed.
24
+ --- 93148386
25
+ Decided I should have two lua states. One for files and one that reads from stdin with polling so the program isn't blocked. Right now I have the latter.
26
+ static char lua_stdin_buffer[256];
27
+ static i32 lua_err;
28
+ static struct pollfd lua_pollfd;
29
+
30
+ ...
31
+
32
+ static inline lua_State* lua_embedded_init()
33
+ {
34
+ lua_State* l = luaL_newstate();
35
+ luaL_openlibs(l);
36
+
37
+ return l;
38
+ }
39
+
40
+ static inline void lua_embedded_poll_init()
41
+ {
42
+ memset(&lua_pollfd, 0, sizeof(lua_pollfd));
43
+ lua_pollfd.fd = 0;
44
+ lua_pollfd.events = POLLIN;
45
+ }
46
+
47
+ static inline void lua_embedded_poll_input(lua_State* l)
48
+ {
49
+ if(poll(&lua_pollfd, 1, 0))
50
+ {
51
+ read(0, lua_stdin_buffer, sizeof(lua_stdin_buffer));
52
+ lua_err = luaL_loadbuffer(l, lua_stdin_buffer, strlen(lua_stdin_buffer), "line")
53
+ || lua_pcall(l, 0, 0, 0);
54
+
55
+ if (lua_err)
56
+ {
57
+ LOG_ERROR("[LUA]: %s", lua_tostring(l, -1));
58
+ lua_pop(l, 1); // pop error msg from the stack
59
+ }
60
+ }
61
+ }
62
+
63
+
64
+ --- 93148691
65
+ >>93148252
66
+ in c++ this is just an operator override
67
+ --- 93148855
68
+ >>93148289
69
+ LOD only becomes useful when you have really big, open scenes with lots of geometry, like forests
70
+ --- 93148974
71
+ >>93148691
72
+ how do i do that?
73
+ --- 93150148
74
+ got a spinning quad in vulkan now
75
+ --- 93150827
76
+ FUUUUUU
77
+ Freepascal is failing me. I thought I was being clever writing my matrix multiplication in SSE, but if I want to use aligned SSE loads with movaps I have to make sure my matrices are 16 byte aligned. otherwise the movaps just crashes randomly if a matrix in a local variable happens to be not aligned. (x86 could do unaligned loads with movups in principle, but arm is really bad at unaligned loads).
78
+ But I apparently can't tell freepascal that a variable of a specific type always needs to be 16 byte aligned. I can do $codealign localmin=16, but that's all-or-nothing and aligns all other local variables to 16 bytes too.
79
+ --- 93152427
80
+ >>93148386
81
+ >pollfd
82
+ nice. didn't know these existed.
83
+ --- 93152539
84
+ >>93148386
85
+ I should mention: the stdin input state is going to be for debug builds since it will give you control over the engine.
86
+ >>93152427
87
+ Just learned about it today. I never tried nonblocking input before.
88
+ --- 93153134
89
+ >>93150827
90
+ ok, so if freepascal doesn't let me align variables, i could do it myself with some disgusting pointer code.
91
+ type
92
+ // actual matrix type
93
+ TMat4 = array[0..3,0..3] of Single;
94
+ Pmat4 = ^TMat4;
95
+ // array of bytes big enough for a matrix + any alignment (80 bytes total)
96
+ TMat4Bytes = array[0..sizeof(TMat4) + 15] of Byte;
97
+
98
+ function mat4ptr(var m): PMat4;
99
+ begin
100
+ mat4ptr := PMat4(Uintptr(@m) + align - 1 - (Uintptr(@m) + align - 1) mod align);
101
+ end;
102
+
103
+ // and then in the usage code
104
+ procedure foo;
105
+ var RawM1,RawM2: TMat4Bytes;
106
+ m1,m2: PMat4;
107
+ begin
108
+ m1 := mat4ptr(rawm1);
109
+ m2 := mat4ptr(rawm2);
110
+ //...
111
+ end;
112
+
113
+ but then if i have a record that contains a matrix, i'd have to do a similar hack for that too.
114
+ maybe i should've just used C.
115
+ --- 93153248
116
+ >>93153134
117
+ Well, going full Pascal is nice to be honest. I use Ada for assemblers and compilers, but I would never choose Ada to make a game. (:
118
+ --- 93153513
119
+ Ignore...
120
+ --- 93153659
121
+ Again...
122
+ --- 93153720
123
+ Please...
124
+ --- 93154109
125
+ >>93148386
126
+ Added null terminator (read doesn't add one). This was causing me problems whenever lua threw an error.
127
+ void lua_embedded_poll_input(lua_State* l)
128
+ {
129
+ if (poll(&lua_pollfd, 1, 0))
130
+ {
131
+ size_t n = read(0, lua_stdin_buffer, sizeof(lua_stdin_buffer) - 1);
132
+ lua_stdin_buffer[n] = '\0';
133
+ lua_err = luaL_loadbuffer(l, lua_stdin_buffer, strlen(lua_stdin_buffer), "line")
134
+ || lua_pcall(l, 0, 0, 0);
135
+
136
+ if (lua_err)
137
+ {
138
+ LOG_ERROR("[LUA]: %s", lua_tostring(l, -1));
139
+ lua_pop(l, 1); // pop error msg from the stack
140
+ }
141
+ }
142
+ }
143
+
144
+ --- 93154656
145
+ >>93154109
146
+ Progress update. It's slow going but I've been exposing c code to the interpreter in an organized fashion with metatables.
147
+
148
+ The vec types you see in pic related are c structures under the hood. What's being rendered is an unrelated test. But the idea is to use the interpreter to render what is shown eventually.
149
+ --- 93154723
150
+ >>93148058
151
+ I wasn't able to make your solution work with the way you put the source files in it. Unless you have a specific reason to include the Bullet source in your project you should build and link to it. Here is how you do that:
152
+
153
+ In this example i will use D:\Bullet as the source location; replace it accordingly. Extract the bullet source in D:\Bullet and then open the Developer Command Prompt for VS and
154
+ cd D:\Bullet
155
+ mkdir build
156
+ cd build
157
+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=D:\Bullet\bullet-win64 -DINSTALL_LIBS:BOOL=ON ..
158
+ cmake --build . --config=Release
159
+ cmake --install . --config=Release
160
+
161
+ After it finishes, you will have the libraries and header files needed for using Bullet in "D:\Bullet\bullet-win64". You can move this wherever you want.
162
+ In Visual Studio, right-click your project > Properties. Go to VC++ Directories and add "D:\Bullet\bullet-win64\include\bullet" to "Include Directories" and "D:\Bullet\bullet-win64\lib" to "Library Directories".
163
+ Then go to Linker and add the Bullet libraries you need to "Additional Dependencies". I think that at the very least you'll need Bullet3Collision.lib; Bullet3Common.lib; LinearMath.lib.
164
+
165
+ This requires that you have the "C++ CMake tools for Windows" Visual Studio component installed. Afair it is by default.
166
+ --- 93154737
167
+ >>93154656
168
+ nice. how does that actually work on the C side when you call a:scale in lua. Do you just look for a function pointer by name?
169
+ --- 93154856
170
+ None...
171
+ --- 93154964
172
+ Null...
173
+ --- 93155001
174
+ >>93154737
175
+ Yeah, the Lua C API works with function pointers. Here is example code used for a vec2 scale.
176
+ static i32 lua_embedded_vec2_scale(lua_State* l)
177
+ {
178
+ vec2* v = (vec2*)lua_touserdata(l, 1);
179
+ f32 f = luaL_checknumber(l, 2);
180
+
181
+ luaL_argcheck(l, v != NULL, 1, "'vec2' expected");
182
+
183
+ vec2* result = (vec2*)lua_newuserdata(l, sizeof(vec2));
184
+ *result = vec2_scale(v, f);
185
+
186
+ luaL_getmetatable(l, "meta.vec2");
187
+ lua_setmetatable(l, -2);
188
+
189
+ return 1;
190
+ }
191
+
192
+ ...
193
+
194
+ static const luaL_Reg vec2_libf[] =
195
+ {
196
+ {"new", lua_embedded_vec2_new},
197
+ {NULL, NULL}
198
+ };
199
+
200
+ static const luaL_Reg vec2_libm[] =
201
+ {
202
+ {"x", lua_embedded_vec2_x},
203
+ {"y", lua_embedded_vec2_y},
204
+ {"scale", lua_embedded_vec2_scale},
205
+ {"print", lua_embedded_vec2_print},
206
+ {NULL, NULL}
207
+ };
208
+
209
+ ...
210
+
211
+ static i32 luaopen_vec2lib(lua_State* l)
212
+ {
213
+ luaL_newmetatable(l, "meta.vec2");
214
+ lua_pushvalue(l, -1);
215
+ lua_setfield(l, -2, "__index");
216
+ luaL_setfuncs(l, vec2_libm, 0);
217
+ luaL_newlib(l, vec2_libf);
218
+ return 1;
219
+ }
220
+
221
+ ...
222
+
223
+ void lua_embedded_vec_init(lua_State* l)
224
+ {
225
+ luaL_requiref(l, "vec2", luaopen_vec2lib, 1);
226
+ luaL_requiref(l, "vec3", luaopen_vec3lib, 1);
227
+ luaL_requiref(l, "vec4", luaopen_vec4lib, 1);
228
+ }
229
+
230
+
231
+ I have a meta table so I don't have to do stuff like vec3.scale(a, 3).
232
+ --- 93155205
233
+ don't want to bring another dependency just for gamepad handling so I'll just call into xinput directly
234
+ --- 93155472
235
+ >>93155205
236
+ if this is all the code you need, then I doubt you'd gain anything from using a library anyway, except from being crossplatform.
237
+ --- 93155520
238
+ >>93155205
239
+ > Pust / Carbon
240
+ C / Cyrr
241
+ --- 93155585
242
+ I just added Batty Vamps
243
+ https://frenchfriesguy.itch.io/batty-vamps-3d
244
+ to the compendium. Remember to ask if you want a game added if you posted it here. If it was something you submitted for the /agdg/ demoday mention that too (so I can organize things better).
245
+ --- 93155752
246
+ >>93155472
247
+ it's missing state tracking for controller connect/disconnect and deadzones
248
+ should be straightforward to add tho
249
+ --- 93156511
250
+ >>93153134
251
+ >>93153248
252
+ yea i get the feeling I may be pushing what pascal was designed for.
253
+ I now decided to write an allocator that allocates and aligns memory in an arena. Only downside is that I have to allocate all matrices on the heap, because I can't guarantee alignment for variables on the stack. But now I can just write code like this
254
+ var p PMat4;
255
+ mark: TArenaMark;
256
+ begin
257
+ tmpallocbegin(mark);
258
+ // allocate 3 matrices, aligned to 16 bytes
259
+ p := tmpalloc(3, sizeof(p^), 16);
260
+ // ... fill matrix data ...
261
+ mul(p[0], p[1], p[2]);
262
+ tmpallocreset(mark);
263
+ end.
264
+
g/93147754.txt ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ -----
2
+ --- 93147754
3
+ Why's this such a trainwreck when their integrated GPUs work just fine?
4
+ --- 93147952
5
+ >>93147754 (OP)
6
+ Its not you retarded nigger.
7
+ It comes with a 16gb version and after less than a year of software updates it performs as well as a 6700xt in some cases at 1440p which is amazing since its MSRP is so much lower
8
+ --- 93147972
9
+ >>93147754 (OP)
10
+ Kys nigger
11
+ --- 93147979
12
+ >>93147952
13
+ >in some cases
14
+ lmao
15
+ >much lower price
16
+ so like, $100?
17
+ --- 93147995
18
+ Does it support CUDA? No? I don't care then. At least AMD has HIP. Broken, as all AMD software is, but at least they are trying.
19
+ --- 93148204
20
+ >>93147952
21
+ >after less than a year of software updates
22
+ kek
23
+ if your shitty product isn't performing well on day 1 then you got scammed
24
+ --- 93148524
25
+ >>93147754 (OP)
26
+ >when their integrated GPUs work just fine?
27
+ They do? I always had trouble with old games.
28
+ --- 93148583
29
+ >>93147754 (OP)
30
+ it's upside down for one
31
+ --- 93148609
32
+ >>93147754 (OP)
33
+ Intel's iGPUs have always had godawful driver support for gayming. They're fine if all you care about is browsing Faceberg and playing Candy Crush, but that's about it. With Arc, Intel have made it clear they only care about fixing the latest AAA slop. They statedly don't give a shit about anything beyond that.
34
+ >Thank you for reporting this issue. Our priority is to target the most popular games and apps to focus our efforts on providing a high quality, stable experience for the broadest set of users. We will continue to improve our software performance and compatibility throughout 2023 and beyond. While we can’t accommodate your request at this time, please watch this article on our website for any possible changes to this situation.
35
+ https://github.com/IGCIT/Intel-GPU-Community-Issue-Tracker-IGCIT/issues/159
36
+ As such, there's zero reason to buy one of their cards. AMD cards are far better as an all-round package and handle AAA slop just fine. It's the more niche cases where Nvidia shines, and Intel have made it clear that's of no interest to them. So they're just a worse AMD.
37
+ --- 93148667
38
+ >>93148524
39
+ you are full of shit
40
+ are you telling me an ARC is better while they barely support directx 7/8/9/10 ?
41
+ --- 93148977
42
+ >>93147754 (OP)
43
+ First generation anything tends to suck ass. They are improving their driver game at rate that should make Lisa Su suck-start a shotgun. Even GPGPU is better on Arc than on AMD.
44
+ --- 93149004
45
+ >>93147995
46
+ >Does it support CUDA? No? I don't care then.
47
+
48
+ Is that really Intel's fault?
49
+ --- 93149019
50
+ >>93147995
51
+ AMD is trying? News to me.
52
+ --- 93149078
53
+ >>93147754 (OP)
54
+ Indie company, it happens sometimes
55
+ --- 93149695
56
+ >>93148609
57
+ DXVK works fine on real operating systems :)
58
+ --- 93149715
59
+ >>93147979
60
+ correct. some cases. making driver optimizations for every game in existence takes time. Nvidia and AMD have 5-10 years of an advantage
61
+ --- 93150377
62
+ Their iGPUs work fine on laptops and for very, VERY lightweight games. The desktop space has a ton more variables like multi monitor setups and years of games that they missed out on.
63
+ Its also a first gen product and you always have to be aware of those flaws when they come out. But the fact that it isn't abysmal either and keeps improving gives hope.
64
+ --- 93150529
65
+ >>93147979
66
+ >so like, $100?
67
+
68
+ The same $100 used by AMD to argue they are better value than nvidia gpus. Or intel vs amd in cpus.
69
+ --- 93152219
70
+ >>93150529
71
+ And it isn't even working out for them.
72
+ --- 93152345
73
+ >>93147754 (OP)
74
+ It isnt, and im kinda wondering where this sentiment comes from.
75
+ It was a rough launch but the Arc cards are pretty good now, driver updates fixed the major issues a while ago and then theres just been progressive improvement since then.
76
+
77
+ Why wouldnt you want these products to succeed as computer nerds? The duopoly in effect has destroyed the GPU market in terms of consumer trust and the value of the products. A third player entered the market to stir shit up and people have just been slandering the third player as much as possible.
78
+
79
+ t. arc shill
80
+ --- 93155016
81
+ >>93152345
82
+ AMD fanboys will unironically talk about their "fine wine" amd drivers that take years to get polished while crying about intel having teething issues on their first generation discrete gpus.
83
+ --- 93155273
84
+ >>93147995
85
+ It supports DirectML. Will someone tell me why they need more?
86
+ --- 93155388
87
+ Intel did GPUs before and they were shit drivers (Intel i740). Their IGP have always had shit drivers. Installing even Retroarch on my laptop gave a horribly garbled display until I switched the renderer from default to DX9 or whatever the fuck, latest driver.
88
+ --- 93155563
89
+ Bought this little nigga last week for a secondary PC. The Arc issues at this point are greatly exaggerated. It's not a bad card for the price. For a first generation card I'm really impressed. Battlemage is gonna tear AMD a new asshole.
90
+ --- 93155690
91
+ >>93155273
92
+ Because it is a Windows only library for DirectX 12?
93
+ --- 93155834
94
+ >>93147754 (OP)
95
+ Intel has basically no expertise in the dedicated GPU market. Of course their first iteration isn't gonna be perfect. What they have managed to pull off is rather impressive.
96
+ --- 93156288
97
+ Considering that this was their second attempt to spearhead into the market in almost two decades I'd argue its actually pretty decent and pricing is fair. Only time will tell.
g/93147942.txt ADDED
@@ -0,0 +1,321 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ -----
2
+ --- 93147942
3
+ >1080p IPS display
4
+ >CPU that is as fast as i5-6500 but at 12W
5
+ >LPDDR5 at 4800MHz
6
+ >camera privacy shutter
7
+ >unlocked BIOS
8
+ >$250 USD
9
+ this KILLS the used chinkpad
10
+ --- 93148050
11
+ >>93147942 (OP)
12
+ you forgot
13
+ >chinese spyware
14
+ --- 93148070
15
+ >>93148052
16
+ Bump. I hate my mother.
17
+ --- 93148093
18
+ >>93148052
19
+ I actually want my abusive mom to die so I'll bump
20
+ --- 93148102
21
+ >>93148052
22
+ Nah, I do it for free.
23
+
24
+ >>93148050
25
+ That machine comes with a completely stock unlocked BIOS. Cannot say the same about chinkpads. There have been cases of UEFI-level spyware in chinkpads, but not in Chuwi laptops. Just install Linux if you think they put spyware in their Windows install.
26
+ --- 93148112
27
+ >>93147942 (OP)
28
+ Bet that "SSD" is some eMMC horror that a laptop drive from 2009 can outrun.
29
+
30
+ >>93148052
31
+ My mother has been dead for 14 years, so you've kinda missed the boat.
32
+ --- 93148123
33
+ >>93147942 (OP)
34
+ >"unlocked"
35
+ what the fuck does that mean?
36
+ what the hell is a "locked bios"?
37
+ >>93148102
38
+ if the bios is proprietary you will replace it anyway
39
+ and if you can't entirely replace it with a 100% free firmware (e.g. libreboot), its defective hardware and literally just scam.
40
+ >durr hurr install lunix
41
+ linux-libre wont run
42
+ the vanilla linux kernel is backdoored.
43
+ --- 93148170
44
+ >>93148161
45
+ finest chinesium™
46
+ --- 93148180
47
+ >>93147942 (OP)
48
+ >no coreboot
49
+ >proprietary wifi drivers
50
+ >b-but muh camera shutter
51
+ fuck off chang, i'm not buying your spyware
52
+ --- 93148191
53
+ >>93148180
54
+ >no coreboot, let alone libreboot
55
+ into the garbage it goes
56
+ --- 93148212
57
+ >>93147942 (OP)
58
+ Yup, thinkpads had their time in the sun now it's time to move over
59
+ --- 93148235
60
+ >>93147942 (OP)
61
+ why is it so hard to filter for the cpu? It looks like it could replace a rpi but its nigh impossible to find it.
62
+ --- 93148266
63
+ >>93148161
64
+ That's an error in the description, you can find reviews of this laptop with CPU-Z screenshots where it says it's LPDDR5. Chuwi's descriptions are still a lot better than descriptions of many other Chinese manufacturers.
65
+ --- 93148300
66
+ How many hours of battery? It's not listed and it would be the point that would make me ditch my T420 in favor of this.
67
+ --- 93148302
68
+ >>93147942 (OP)
69
+ chink hardware, you pay with your data
70
+ --- 93148322
71
+ >>93148302
72
+ >implying amerimutt IME and proprietary bios backdoors are any better than chink backdoors
73
+ --- 93148328
74
+ >>93148180
75
+ >>proprietary wifi drivers
76
+ Which one?
77
+ --- 93148350
78
+ >>93148328
79
+ try running linux-libre on it and see yourself
80
+ --- 93148354
81
+ >>93148266
82
+ Fact is, that CPU is also compatible with DDR4 which is why I have even more questions.
83
+ --- 93148360
84
+ >>93147942 (OP)
85
+ clearly photoshopped misleading image
86
+ the screen almost looks like 16:10, but advertised as 16:9
87
+ fuck off shill
88
+ --- 93148363
89
+ >>93148123
90
+ >what the hell is a "locked bios"?
91
+ BIOS that doesn't let you change the TDP and other settings that the manufacturer has the access to. Most laptops come with locked BIOSes.
92
+
93
+ >>93148300
94
+ Probably 4-5 hours. The battery is quite small at 38Wh, but the CPU is quite frugal.
95
+ --- 93148403
96
+ >>93148350
97
+ Linux Libre doesn't touch the WiFi drivers, it only removes the WiFi firmware that those drivers need to upload onto the WiFi chip for it to function properly.
98
+
99
+ >>93148360
100
+ >the screen almost looks like 16:10, but advertised as 16:9
101
+ It's 16:9 just like it says. And it's not like chinkpads aren't guilty of this as well.
102
+ --- 93148416
103
+ very nice can't argue for the price but a lot of the features are run of the mill stuff
104
+ --- 93148443
105
+ >>93148363
106
+ >doesnt let you change X or Y
107
+ >most laptops
108
+ since when, i never had this issue because i dont use nonfree software
109
+ >>93148403
110
+ the firmware is literally 90% of the driver kek
111
+ --- 93148467
112
+ >>93148443
113
+ The driver is the code that runs on the CPU. The firmware is something completely different, the driver only uploads it.
114
+ --- 93148484
115
+ >>93148403
116
+ >It's 16:9 just like it says
117
+ then use an image that shows it honestly
118
+ why do these fucking chinks insist on false advertisement?
119
+ --- 93148525
120
+ >>93148123
121
+ BIOSes like yours that, among many things, have WLAN/WWAN card whitelists.
122
+ --- 93148860
123
+ >>93148467
124
+ the 'driver' might be free but all it does is upload the firmware (the actual driver that does 90% of the work) to the card where it can do whatever it wants
125
+ the 'driver' running on your system doesnt do much really, it would be less harm if that was proprietary but the firmware was free.
126
+ >>93148525
127
+ i never had to deal with nonsense like this because i remove any proprietary garbage anyway
128
+ >>93148484
129
+ bing chiling
130
+ --- 93150156
131
+ >>93148860
132
+ >the 'driver' might be free but all it does is upload the firmware
133
+ factually incorrect. how do you think your system communicates with the wifi chip? the communication goes through the driver first.
134
+ --- 93150178
135
+ boys, if ur laptop ain't got mouse buttons to click, that ain't a laptop. that's a macbook.
136
+ --- 93150264
137
+ >>93148860
138
+ The firmware is basically the operating system that the WiFi device itself runs. The driver runs on your CPU and interfaces with the device. Both are necessary for the function of the device.
139
+ --- 93150309
140
+ >>93147942 (OP)
141
+ >intel N
142
+ --- 93150587
143
+ >>93150178
144
+ i dont have a trackpad either, just a trackpoint
145
+ >>93150264
146
+ ah sweet, another separate proprietary OS that can control my networking!
147
+ --- 93150621
148
+ >>93148860
149
+ >i remove any proprietary garbage anyway
150
+ No, you took a bunch of placebos, like some wintard who thinks his memescript does anything.
151
+ --- 93150624
152
+ >>93150309
153
+ wasnt N supposed to come before I?
154
+ --- 93150658
155
+ >>93150621
156
+ scripts work, it's been proven
157
+ --- 93150845
158
+ >>93147942 (OP)
159
+ >no coreboot
160
+ >no trackpoint
161
+ --- 93150908
162
+ >>93147942 (OP)
163
+ >$250 for a cuck core netbook
164
+ --- 93150944
165
+ >>93148070
166
+ >>93148093
167
+ :/
168
+ --- 93151254
169
+ >>93150908
170
+ I call them "loli cores" and "hag cores".
171
+ --- 93151326
172
+ >Laptop with 8GB DDR5 250€
173
+ >Laptop with 16GB DDR5 950€
174
+ >Laptop with 32GB DDR5 2250€+
175
+ why?
176
+ --- 93152073
177
+ >>93151326
178
+ some people just pay for the highest end version of anything, others are more price-conscientious. this lets you target both groups with the exact same product.
179
+ --- 93152091
180
+ >>93150621
181
+ i compiled my firmware from scratch, are you calling that a placebo?
182
+ --- 93152109
183
+ Shit build quality
184
+ Defective panels
185
+ Low quality battery and battery life
186
+ --- 93152160
187
+ >>93152073
188
+ in what world is 16gb or 32gb the upper high end?
189
+ --- 93152230
190
+ >>93152160
191
+ He's probably talking about the average customer's needs. Not the ultraovermega death kill machine with a petillions ram for gaymers
192
+ --- 93152298
193
+ >>93152230
194
+ you need 32gb for standard working. one VM, email program, some shit like teams or zoom and you're in 17GB territory already
195
+ --- 93152314
196
+ Omg free spyware too take that you magnesium roll cage military standard faggots
197
+ --- 93152336
198
+ >>93152298
199
+ 4 are fine
200
+ if you have 20 browser tabs and a vm open while shitposting and doing other stuff, maybe 6/8
201
+ --- 93152374
202
+ >>93152298
203
+ In the world of laptops they charge a premium for anything above 4gb, because microsoft doesn't care about putting windows on machines that can't run it.
204
+ --- 93152449
205
+ >1 usb port
206
+ --- 93152459
207
+ >>93152298
208
+ holy shit annon take your meds and wake up to reality you only need 8-16gb
209
+ --- 93152498
210
+ Link?
211
+ --- 93152529
212
+ >>93152459
213
+ sry, I am actually working, not simulating work in a dead-end pajeet job
214
+ --- 93152568
215
+ >>93152449
216
+ --- 93152570
217
+ >>93147942 (OP)
218
+ This shit is great on paper, but they are built like crap and fall apart.
219
+ --- 93152588
220
+ >>93147942 (OP)
221
+ what is that gay ass processor?
222
+ --- 93152640
223
+ I unironically might just buy it since you niggers can't recommend anything better for that price
224
+ --- 93152697
225
+ >>93147942 (OP)
226
+ >full size keyboard
227
+ >no numpad
228
+ ??????
229
+ --- 93152813
230
+ >>93147942 (OP)
231
+ >>1080p IPS display
232
+ not upgradeable
233
+ >>CPU that is as fast as i5-6500 but at 12W
234
+ not upgradeable
235
+ >>LPDDR5 at 4800MHz
236
+ not upgradeable
237
+ >>camera privacy shutter
238
+ fake chinese trick
239
+ >>unlocked BIOS
240
+ fake chinese trick
241
+ >>$250 USD
242
+ glorified chromebook
243
+ --- 93152820
244
+ >>93147942 (OP)
245
+ Chuwi laptops have chink touchpad that doesn't works on Linux/GNU systems
246
+ Same for speakers
247
+ --- 93153642
248
+ https://www.ebay.com/itm/295592100073
249
+ >$20 more
250
+ >3x Passmark score
251
+ ThinkChads stay winning
252
+ --- 93153701
253
+ >>93147942 (OP)
254
+ >no trackpoint
255
+ into the trash it goes
256
+ --- 93154435
257
+ >>93152298
258
+ I recently upgraded my laptop to 32GB and I never saw it exceed 16GB usage anyway. Pointless upgrade
259
+ --- 93154924
260
+ > 3hours battery
261
+
262
+ lol
263
+ --- 93154999
264
+ >>93152820
265
+ >Chuwi laptops have chink touchpad that doesn't works on Linux/GNU systems
266
+ Linux is for faggots. Who cares.
267
+ >>93153701
268
+ Unnecessary bloat
269
+ >>93154924
270
+ You don't need a battery longer than three hours
271
+ --- 93155074
272
+ >>93154999
273
+ >Unnecessary bloat
274
+ no, trackpad is bloat
275
+ the x200 is peak laptop design
276
+ --- 93155265
277
+ >>93147942 (OP)
278
+ >UHD
279
+ go with vega 8 if possible, that shit is almost a discrete gpu
280
+ --- 93155292
281
+ >>93147942 (OP)
282
+ Is it an actual privacy shutter? Be careful, some so-called "privacy shutters" still let light filter through when closed.
283
+ --- 93155325
284
+ >>93155292
285
+ And even that alone is enough for anyone spying on you to know whether it's night/daytime or whether or not your lights are switched on.
286
+ --- 93155368
287
+ >>93148300
288
+ >The advantages of market price, especially the battery life, can be played by 10h, and the standby time exceeds 13h; Generally speaking, Chuwi GemiBook XPro can well meet the daily office scenes and meeting needs in use
289
+ --- 93155401
290
+ >CPU that is as fast as i5-6500 but at 12W
291
+ how do you guys figure out stuff like how powerful a modern mobile CPU is to a desktop CPU from years ago? just by benchmarks where the CPUs score similarly?
292
+ --- 93155407
293
+ >>93148443
294
+ >because i dont do anything for a living involving a computer, I just neetpost on /g/
295
+ --- 93155435
296
+ >>93148525
297
+ be fair, while many brands whitelist wifi cards/models, many other brands do not bother
298
+ --- 93155482
299
+ >>93152529
300
+ >sry, I am actually working
301
+ So am I, what job of yours requires a huge-ass VM
302
+ --- 93155507
303
+ >>93152640
304
+ >you niggers
305
+ >$250 laptop
306
+ stop being poor
307
+ --- 93155602
308
+ >>93155507
309
+ Dilate
310
+ --- 93155632
311
+ >>93147942 (OP)
312
+ looks way too good to be true
313
+ --- 93155637
314
+ >>93155482
315
+ He fell for the docker meme.
316
+ --- 93155652
317
+ >changoid laptop
318
+ Have fun being locked to the OEM install of Windows full of more bloatware than you can even imagine.
319
+ --- 93155717
320
+ >>93155652
321
+ Cope, Chuwi doesn't install any bloatware on their devices. They are too small for other companies to care and enter partnerships with them, same with GPD.
g/93148498.txt ADDED
@@ -0,0 +1,440 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ -----
2
+ --- 93148527
3
+ This thing supposedly passed a bar exam.
4
+ --- 93148570
5
+ cool story bro
6
+ --- 93148574
7
+ It struggles will the kindergarten level logical questions. Also if you add “Don’t explain, just answer with a number”, AI will give the wrong answer 10/10 times.
8
+ --- 93148618
9
+ >>93148498 (OP)
10
+ What's the answer? 80 minutes?
11
+ --- 93148638
12
+ >>93148527
13
+ >>93148498 (OP)
14
+ It's a fucking glorified language model. It can write as well as humans but sucks at math and factual informations. It doesn't understand how many a math formula work, it only knows how to write like a pro.
15
+ And you niggas thought that OpenAI's piss-shit AI will take over the world.
16
+ HoloX will probably take over the world before this piss-shit AI does.
17
+ Seriously stop thinking that OpenAI's shit-infested deformed child can become Skynet. You dirtbag.
18
+ --- 93148672
19
+ >>93148638
20
+ yeah but if it knew the things it didn't then it would be a genius
21
+ that's gamechanging
22
+ --- 93148682
23
+ >>93148672
24
+ Like what
25
+ --- 93148685
26
+ >>93148618
27
+ t. AI
28
+ --- 93148699
29
+ You're using GPT 3.5. GPT4 is much smarter (but still makes mistakes). Also all the models are bad at math. Though it has the capability to connect to Wolfram Alpha, which isn't available yet.
30
+ --- 93148738
31
+ >>93148498 (OP)
32
+ Isn't it funny a human is mocking at something artificial is dumber that him? It's like monkeys think they are smart but they are controlled and caged.
33
+ --- 93148740
34
+ >>93148498 (OP)
35
+ NIGGER
36
+ gpt 3.5 btw
37
+ --- 93148769
38
+ >>93148738
39
+ how do you know what monkeys think
40
+ --- 93148836
41
+ >>93148740
42
+ >>93148618
43
+ Lol
44
+ --- 93148844
45
+ >>93148618
46
+ The answer is still 40 minutes, the length of the symphony is independent of the size of the orchestra.
47
+ --- 93148898
48
+ I realized this shit when this nigger bot gave me some made up anime themes for hugo and some made up geometry books from greek times.
49
+ --- 93148924
50
+ Guess GPT 4 gets it.
51
+ --- 93148960
52
+ >>93148740
53
+ buddy, if a man runs a marathon in 4hrs, how long will it take 10 men to run it?
54
+ --- 93149032
55
+ >>93148498 (OP)
56
+ It's a fucking statistical forecast model for linguistic text. If you are unironically using it as a calculator you are a fucking idiot.
57
+ --- 93149049
58
+ >>93148924
59
+ that's spark of AGI baybee
60
+ --- 93149051
61
+ >>93149032
62
+ >It's a fucking statistical forecast model for linguistic text. If you are unironically using it you are a fucking idiot.
63
+ ftfy
64
+ --- 93149057
65
+ You can just integrate it with a math model or wolfram alpha...
66
+ --- 93149105
67
+ >>93148960
68
+ 24 mins
69
+ --- 93149151
70
+ >>93148498 (OP)
71
+ it can't even list prices from cheap to expensive
72
+ --- 93149185
73
+ >>93149032
74
+ >>93149057
75
+ It’s not a math problem, the symphony will take the same time to play no matter what. AI struggles with logical problems.
76
+ --- 93149195
77
+ >>93148960
78
+ >>93149105
79
+ A relay would take 24 minutes per man or 4 man hours
80
+ --- 93149199
81
+ >>93149105
82
+ KEK
83
+ --- 93149212
84
+ >>93149185
85
+ logic is math man
86
+ --- 93149215
87
+ >>93149105
88
+ And just to confirm, what’s heavier kilo of feathers or kilo of steel?
89
+ --- 93149219
90
+ >retards struggle with the how many people do we need for a pregnancy management pleb problem
91
+ --- 93149223
92
+ >>93149185
93
+ Now we just need a model to predict this level of mental retardation so that people like you can be aborted early on.
94
+ --- 93149256
95
+ >>93149215
96
+ everyone knows steel is heavier than feathers. it's settled science.
97
+ --- 93149295
98
+ >>93149215
99
+ Trick question
100
+ What type of feathers are we talking about and what type of steel are we talking about
101
+ --- 93149311
102
+ >>93149215
103
+ 1 kg of steel obviously
104
+ --- 93149472
105
+ >>93148960
106
+ --- 93149493
107
+ >>93148498 (OP)
108
+ no that is the thing that can replicate human text and nothing else. What you did there isnt really its intended use
109
+ --- 93149526
110
+ >>93148960
111
+ ...as for me. It's Bard.
112
+ --- 93149532
113
+ It's completely bluepilled when it comes to questions about sexuality and refuses to answer when the answer could "trigger some people" (his own words)
114
+ --- 93149542
115
+ >>93149532
116
+ try you.com chatbot when dealing with sexual questions
117
+ --- 93149578
118
+ If an Oven is heated to 250°C and it takes 15 minutes to make a Pizza, what should be the oven temperature to make the Pizza in 1 minute?
119
+ --- 93149582
120
+ >>93148498 (OP)
121
+ ...as for me, it's Bard.
122
+ --- 93149597
123
+ >>93149578
124
+ 7 trillion but seriously chat gpt 4 answer
125
+ I’m sorry, but it doesn’t work that way. The temperature and cooking time for a pizza are not directly proportional. Increasing the temperature of the oven will not necessarily decrease the cooking time in a linear fashion. In fact, increasing the temperature too much could result in a burnt pizza. It’s important to follow the recommended cooking instructions for the best results. Is there anything else I can help you with?
126
+ --- 93149670
127
+ >>93149578
128
+ 1/2
129
+ --- 93149690
130
+ >>93149670
131
+ 2/2
132
+ --- 93149709
133
+ >>93149578
134
+ 3750° C acc to gpt
135
+ --- 93149843
136
+ >>93149690
137
+ 25 degrees lol
138
+ --- 93149908
139
+ >>93149690
140
+ >25 degrees
141
+ --- 93150018
142
+ >>93148498 (OP)
143
+ I have yet to meet a person who thinks current LLMs pose an existential threat to humanity. The concern is, that if we keep making them bigger and better, mixing them with other models, expert systems and robotics, things could easily get out of hand. Everybody thinks of Skynet, but there are much less fancy scenarios, where a handful of bad actors could cause serious problems using even just narrow AI.
144
+ --- 93150046
145
+ >>93149670
146
+ --- 93150051
147
+ >>93148498 (OP)
148
+ I tried it on gpt 4
149
+ --- 93150094
150
+ >>93148527
151
+ >then the orchestra of 60 musicians will take 80 minutes to perform the same symphony
152
+
153
+ PAHAHAHAHA
154
+ --- 93150123
155
+ >>93150018
156
+ They don't even need AI, all they need is guns
157
+ --- 93150157
158
+ >>93149212
159
+ So is programming
160
+ --- 93150163
161
+ >>93150051
162
+ Emergent behavior is scary
163
+ --- 93150166
164
+ >>93150046
165
+ Kek, to be fair there are probably midwit humans who would give the same answer
166
+ --- 93150191
167
+ >>93148498 (OP)
168
+ literally the only people saying AI would ever take over the world are AI hype men and scifi daydreamers
169
+ --- 93150222
170
+ >>93150191
171
+ we are in its early days. Rome wasn't built in one day
172
+ --- 93150373
173
+ >>93150123
174
+ --- 93150453
175
+ >>93150222
176
+ not him but obviously it's going nowhere, it was not designed to be intelligent, it was designed to give the illusion of intelligence.
177
+ its a talking search engine with data obfuscating task modules
178
+ --- 93150510
179
+ >>93148498 (OP)
180
+ It's your fault for not knowing how to properly use chatgpt.
181
+
182
+ I all comes down to skill issues.
183
+ --- 93150523
184
+ >>93148498 (OP)
185
+ >asking a language model math questions
186
+ based retard
187
+ --- 93150579
188
+ >>93150191
189
+ yeah you gotta understand the more they hype it the more money they make just like any other product, its no different
190
+ but practically all of msm was hyping it up so I dont think people were wrong. Because if it was intelligent, like there is always a chance these overpaid codemonkeys one day crack the code to fuck us all over forever because who knows how far or close we are actually to a breakthrough (it actually pisses me off no one is giving factual information here) then we would've been right. And also like the groups of people who control msm also directly communicate their thoughts through it, like they are totally salivating at the opportunity, which is another reason for the hype.
191
+ --- 93150618
192
+ >>93148844
193
+ A larger orchestra is likely to be fancy and play at a higher tempo.
194
+ --- 93150668
195
+ >>93150373
196
+ Wait until you say "capitalism kills people" and it's like "yup" and the whole "this is a nuanced issue and you should understand all sides to this issue". Same for atheism vs Christianity. Same for capitalism vs socialism. Same for heterosexuality and homosexuality. "I have a homosexual friend who is an asshole" vs "I have a heterosexual friend who is an asshole".
197
+ --- 93150712
198
+ >>93150191
199
+ Alright, I'll admit. I do hold stock in a lot of companies involved in LLM development and other "AI" (not actually AI) technologies and I have probably started something like half of all the threads predicting that AI will end the world.
200
+
201
+ It's good for the stock price, alright?
202
+ --- 93150731
203
+ >>93150510
204
+ What is lbi?
205
+ --- 93150780
206
+ >>93150712
207
+ knew it
208
+ --- 93150781
209
+ >>93150731
210
+ Loli Bitch Island
211
+ --- 93150844
212
+ >>93150668
213
+ --- 93151301
214
+ >>93150844
215
+ Skimming it it doesn;t sound too crazy, how is it different for "capitalism kills people"?
216
+ --- 93151377
217
+ >>93151301
218
+ --- 93151420
219
+ >>93148498 (OP)
220
+ >>93150051
221
+ Skill issue
222
+ --- 93151433
223
+ >>93151420
224
+ --- 93151664
225
+ >>93150618
226
+ You are likely to have a higher number of chromosomes m
227
+ --- 93151715
228
+ >>93149049
229
+ --- 93151785
230
+ >>93148498 (OP)
231
+ I've said multiple times that ChatGPT is closest to corporate middle management in funtional capability.
232
+ --- 93151805
233
+ >>93151785
234
+ >replace the boards of faggot directors with chat gpt
235
+ >It tells you to make a videogame without black people and young anime girls
236
+ --- 93151825
237
+ >>93148498 (OP)
238
+ It's not wrong though, read the first sentence. If you assume that, everything he says is correct. You shouldn't assume it because it's wrong but that's neither here nor there, he merely states that if you do assume this, that's what the result is.
239
+ --- 93151831
240
+ >>93151377
241
+ Have to see the prompt, also needs to be a new instance, if you did it on the same prompt as the communism one you already have an established formula "The statement of X is a controversial and nuanced statement".
242
+ --- 93151865
243
+ >>93150618
244
+ More musicians in a bigger hall may sometimes perform at a slower tempo depending on acoustics.
245
+ --- 93151875
246
+ >>93148498 (OP)
247
+ >it cannot do something right now, so it will never be able to
248
+ i forgot this is the motto of technological progress, amirite /g/ bros?
249
+ --- 93151918
250
+ >>93148498 (OP)
251
+ reminder that nobody knows how LLMs actually work
252
+ they were shocked it could do any maths at all
253
+ --- 93152030
254
+ >>93151875
255
+ >it's year 1980
256
+ >we'll have flying cars by the year 2020
257
+ --- 93152044
258
+ >>93148498 (OP)
259
+ It you ask the LLM to roleplay as a clever Loli it will give the right answer
260
+ --- 93152069
261
+ >>93151918
262
+ It can't do math. It can coincidentally do math problems that coincidentally are represented in the dataset. The second you get out of elementary school math problems it starts fucking up.
263
+ --- 93152174
264
+ >>93152044
265
+ why is roleplaying as a clever loli in the dataset
266
+ --- 93152242
267
+ >>93152174
268
+ Random shit from all over the internet is in the dataset, and noone even knows really what is in there
269
+ --- 93152265
270
+ >>93148498 (OP)
271
+ >>93148527
272
+ >>93148574
273
+ The thing is that it doesn't actually "solve" problems, it just picks words that probabilistically would be most likely to be written in response to something based on analyzing xbawxhueg amounts of data. Same goes for image generators. They don't actually think in any way, they don't problem solve, they imitate what they're trained on and shuffle data around. ChatGPT and image generators run off of this same principle. That's why you can't ask an image generator to, say, take a character in a scene that it's genned and recreate that character exactly the same but from a different angle in a different pose.
274
+ It's a fundamental flaw in the design of neural networks like these. No amount of "improving" them is going to fix it, they would have to be rebuilt from the ground up to actually learn in some meaningful way rather than mimic data in a way that's just "close enough".
275
+ --- 93152304
276
+ >>93152265
277
+ Are you telling me the height of our technology is throwing things at a wall and seeing what sticks?
278
+ --- 93152413
279
+ >>93152304
280
+ Not that anon but yeah, it's exactly how it works
281
+ So don't expect any big new revelations which aren't already in its dataset
282
+ --- 93152913
283
+ > Be me, cello player in large orchestra (120 people)
284
+ > In love with viola qt3.141 next to me in the pit
285
+ > were quite good, have all of bethovens works mastered
286
+ > so good that we start getting contracted
287
+ > We get invited to perform at a ceremony across the country
288
+ > ohshit.jpeg this is just what we needed, they're paying quite well
289
+ > but shit, we're poor.
290
+ > We can only fly half of our orchestra, the other half will have to go by bus and leave a week early
291
+ > We do a raffle
292
+ > fug.gif I got to be a busfag
293
+ > pack up and leave 2 days later
294
+ > jump to 4 days later, we arrive at the venue and wait for the rest who are flying in to arrive
295
+ > holyfuckingshit.pdf the fucking plane crashes on landing
296
+ > mfw were down to half the orchestra and qt3.141 was on the plane
297
+ > we need the money, we need to honor them we must perform
298
+ > less relevant people like piccolo players are moved to percussion
299
+ > those of us that can keep time take the lead, conductor was on the plane and we can't get a new one
300
+ > dogshit first 2 rehearsals but we get something half decent by the third
301
+ > mfw 20 or so motherfuckers come down with the flu and we have to skip a rehearsal
302
+ > jump a week to the event
303
+ > we're all shitting bricks, getting ready to play Bethoven's 9th "Ode to joy" while holding back tears
304
+ > get our shit together and wait for our best player to count us in
305
+ > we start, so far so good
306
+ > mind starts to drift, thinking about qt3.141 and the life we could have lived
307
+ > if I wasn't a coward and asked her out perhaps she would've volunteered to take the bus with me
308
+ > I think she liked me
309
+ > ohfuck.webp I'm still performing
310
+ > snap back to reality, realize I'm dragging
311
+ > speed up to catch up
312
+ > mfw other assholes were also daydreaming
313
+ > they speed up
314
+ > I speed up
315
+ > were playing bethovens 9th at 232BPM at this point, double the speed anyone ever intended
316
+ > were in too deep we have to finish
317
+ > mfw we finish a 40 minute piece in just over 20 mins
318
+ > mfw when I remember I gave my seat to the qt3.141
319
+ --- 93152935
320
+ >>93152304
321
+ >height of technology
322
+ IIRC this "height" has been the same for a pretty long time, as ML models have been basically unchanged in principle since their inception. Someone with better memory and more info could correct or confirm that. But yes, that's pretty much it.
323
+ This anon >>93150453 put it better than I did- text and image models are basically glorified search engines. Data they're trained on is encoded to the latent space and it responds to prompts by spewing up points of data from the latent space that are probabilistically most relevant. I don't know as much about how language models work because I'm less a /g/ fag than I am an /ic/ fag, but IIRC some of the biggest improvements to image generators like Stable Diffusion hasn't been in how they're fundamentally designed but rather how efficient they are at encoding and decoding data. The only other real optimization that can be made is to make the outputs more accurate and consistent in accordance to prompts, but even at the theoretical limit of perfection, machine learning models cannot surpass their inherent limitations.
324
+ --- 93152956
325
+ >>93148618
326
+ Real answer: It depends on the conductor or click track.
327
+ --- 93153019
328
+ >>93152935
329
+ My understanding is fuzzy, but from what I have gleaned, ML models don't copy the data that they're trained on verbatim, but they do in a sense record the relations that all the data points have between themselves to create the dataset. The dataset's "latent space" contains the sum total of all the data it has been trained on plus interpolations between the same. Think of the latent space as a graph, except it's a graph with greater than 3 dimensions. Each piece of data it's been trained on corresponds to a point, a set of coordinates, within the latent space. Everything between those points are interpolations, or "fake data" in a sense. The more data there is to pull from, the more interpolations there are, and the more interpolations there are the less likely you'll stumble on the point corresponding to the original data- however when there's not enough data to interpolate between, the interpolated space is very limited and most of it will look recognizably like the originals. Even with a very large set of data, though, if you knew the right coordinates within the latent space you could get output that looks very recognizably like, or even identical, to the input data. Machine learning is not intelligence, or even learning in the way humans think of it- it's all mimicry and mathematical shenanigans creating "fake" data.
330
+ --- 93153046
331
+ >>93149522
332
+ paradise
333
+ --- 93153125
334
+ >>93153019
335
+ This is a video that I found back when I was doing research on image generators which should illustrate the point quite well.
336
+ https://youtu.be/mryOZ1qBaCU [Embed]
337
+ The "latent space" of a machine learning model is fixed and, although *technically* infinite because there are infinite decimal places between all real numbers, is effectively finite because there is only so much that can be meaningfully different between these points.
338
+ --- 93153200
339
+ >>93152935
340
+ At the end of the day these models fundamentally don't know the *why* and *how* which makes AI models inferior outside of pretty gachas. They're a slave to the training data and it's impossible representing anything not in the training data, for example while it sort of understands the concept of mermaids it struggles on any concept that doesn't involve traditional representation of mermaids and the further you traverse away from the training data the more monstrosities you'll find since it's really just pixel autocompleting and if there's not enough data, it just starts going off the deep end. I think to actually get human-level animations from the AI like people want, the models will have to be trained on the fundamentals of mapping pixels in 3D space.
341
+ --- 93153265
342
+ >>93148498 (OP)
343
+ >"people" still think this text amalgam program will somehow turn into AGI
344
+ No.
345
+ --- 93153377
346
+ >>93153126
347
+ kek
348
+ --- 93153486
349
+ >>93153394
350
+ --- 93153523
351
+ >>93153486
352
+ Yeah no, he's completely wrong on that one
353
+ --- 93153860
354
+ >>93152030
355
+ https://youtu.be/hUhzk8lCtL4 [Embed]
356
+ --- 93154225
357
+ >>93148498 (OP)
358
+ >computers have been extremely good at solving math from easy to complex
359
+ >AI gets computation power to do massive amounts of calculations all the time
360
+ >can now talk but looses ability to do even basic math correctly
361
+ Somehow ironic.
362
+ --- 93154241
363
+ >>93153860
364
+ >glorified helicopter prototype
365
+ >wobbles
366
+ >absolutely safe
367
+ sure buddy
368
+
369
+ I don't want to break it to you, but that is no where close to being approved in the United States. But maybe 10 more years :^)
370
+ --- 93155428
371
+ >>93149522
372
+ i love how he implies europeans wouldnt had invented it instead
373
+ --- 93155438
374
+ >>93149522
375
+ vgh, what could've been...
376
+ --- 93155457
377
+ >>93153200
378
+ >models will have to be trained on the fundamentals of mapping pixels in 3D space
379
+ Yeah, this is something I've said before myself. Letting my inner /ic/ fag out here again, but Loomis isn't just a meme. An artist that's gone beyond mere atelierfaggotry drawing things from pure or near-pure observation have learned to 'model' and construct things from 3D volumes in perspective. The principles of perspective in drawing and that of 3D modeling in computers are one and the same, the only difference being that in drawing perspective is calculated analog with simplified rules of thumb rather than complex geometric calculations. This is why a trained artist can turn an object around without reference, and image generators can't, or rather, just one of the reasons why.
380
+ Even if one were to, say, pair a 3D model generator with image gen, it would still be limited by the fundamental design of all ML algorithms.
381
+ --- 93155483
382
+ >>93153860
383
+ >chinese
384
+ >flying
385
+ >uncovered rotors
386
+ I can almost see the LiveLeak videos now
387
+ --- 93155797
388
+ I guess I'm Team Bard from now on
389
+ --- 93155887
390
+ >>93148527
391
+ yeah check these bars
392
+ --- 93155911
393
+ >>93150510
394
+ Jesus christ.
395
+
396
+ What is this? Are you running it locally on your phone?
397
+ --- 93155958
398
+ >>93154241
399
+ where did you move the goalpost?
400
+ *gets into his flying car and ascends to a high altitude to find it more easily*
401
+ --- 93155973
402
+ >>93155958
403
+ If you think that contraption is what I meant by "flying car" you autism.
404
+ --- 93156598
405
+ >>93155973
406
+ Flying cars look good in movies, but do most people actually want them?
407
+ Maybe they want one for themselves, but they probably don't want other people flying them over their houses, or to pay for the lessons needed to become proficient at flying them.
408
+ If the actual problem you are trying to solve is traffic congestion, then the solutions for that are mass transit, safe cycling and walking routes, road tunnels, and working from home; none of which require any sci-fi technology.
409
+ --- 93156627
410
+ >>93156598
411
+ >moving goalposts
412
+ >p-people didn't even want flying cars they just want to ride rollerskates
413
+ >b-but machine learning models, they're going to be sentient next year even though they can't even draw fingers
414
+ --- 93156758
415
+ >>93156627
416
+ >p-people didn't even want flying cars
417
+ My point was that people might want flying cars, but they don't want other people to have them, so that's an inherently unfulfillable wish.
418
+ >they're going to be sentient next year
419
+ Try steelmanning instead of strawmanning.
420
+ --- 93156799
421
+ >>93156758
422
+ You have a lot of wishful thinking, but okay buddy, I'm sure one day the AI will be very smart.
423
+
424
+ >My point was that people might want flying cars, but they don't want other people to have them, so that's an inherently unfulfillable wish.
425
+ You're just regurgitating Youtube trash. People would want flying cars if they were like the movies.
426
+ --- 93157185
427
+ >>93154225
428
+ That's because LLMs were never designed to do math retard
429
+ --- 93157355
430
+ >>93148924
431
+ >it is generally around 70 minutes in length
432
+ >If the orchestra of 120 musicians performs it in 40 minutes, it might be an unusual interpretation
433
+ OP getting respectfully shat on by our new AI overlord
434
+ --- 93157382
435
+ Asking it to generate a list of words made exclusively from a provided selection of letters soured me on this thing.
436
+ Stop including P you retarded robot motherfucker I do NOT want to see the letter P stop fucking adding it in.
437
+ --- 93157397
438
+ >>93148527
439
+ >This thing supposedly passed a bar exam.
440
+ That's GPT-3.5. GPT-4 is the one that passes the bar. They also dumbed it down by making it politically correct, so just imagine what governments and big businesses have access to
g/93148637.txt ADDED
@@ -0,0 +1,406 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ -----
2
+ --- 93148637
3
+ https://www.youtube.com/watch?v=KlPC3O1DVcg [Embed]
4
+ --- 93148651
5
+ >>93148637 (OP)
6
+ This fuck may have written several books, but at least I don't have to deal with male pattern baldness so I win in the sexy department.
7
+ --- 93148768
8
+ >>93148637 (OP)
9
+ Asked about a suggestion by a commenter on the Linux Weekly News website, who said, during a discussion on the Google post, "The solution here is simple: just use C++ instead of Rust", Torvalds could not restrain himself from chortling. "LOL," was his response. "C++ solves _none_ of the C issues, and only makes things worse. It really is a crap language.
10
+
11
+ "For people who don't like C, go to a language that actually offers you something worthwhile. Like languages with memory safety and [which] can avoid some of the dangers of C, or languages that have internal GC [garbage collection] support and make memory management easier. C++ solves all the wrong problems, and anybody who says 'rewrite the kernel in C++' is too ignorant to even know that."
12
+ --- 93148815
13
+ >>93148637 (OP)
14
+ someone please post the c vs c++ salt bae meme
15
+ --- 93148847
16
+ >>93148637 (OP)
17
+ >Hulk Hogan if he didn't go into WWE
18
+ --- 93148870
19
+ Danish accents are the worst.
20
+ --- 93148922
21
+ >>93148651
22
+ I was terrified of this (my old man had a chrome dome by 45), until I found out that it tends to be passed down matrilinearly - and both my uncle and grandfather didn't start to thin out until their sixties.
23
+ --- 93148932
24
+ >>93148768
25
+ Why not Pascal then? Thanks to academia's obsession with C and Unix we are still stuck using them.
26
+ --- 93149346
27
+ >>93148932
28
+ academia hates C and jerks off FP langs
29
+ --- 93149371
30
+ >>93148815
31
+ --- 93149414
32
+ >>93149346
33
+ But FP can't actually be used for sudo. Only imperative can. If all you're looking for is alternative syntax, why not go for the syntax that's as different as possible from C?
34
+ --- 93149448
35
+ >>93149371
36
+ >auto
37
+ >template
38
+ retard.
39
+
40
+ also, the second variant can be applied to many types
41
+ --- 93149470
42
+ >>93148922
43
+ that's old science, they've identified balding genes on both X and Y chromosomes now
44
+ --- 93149537
45
+ >>93148651
46
+ he probably still had more pussy than you ever will
47
+ >>93149371
48
+ kek that nigga is stuck in the 90s
49
+ >>93148922
50
+ >I was terrified of this
51
+ you just get over it when it happens
52
+ --- 93149564
53
+ >>93149470
54
+ That's great anon. However, my hair remains full and lush even though I'm well into my 40s now.
55
+ --- 93149584
56
+ >>93148932
57
+ >academia's obsession with C and Unix
58
+ I really don't know what drives people to keep repeating this meme. C and Unix both originated from industrial research, academia had nothing to do with them at all.
59
+ --- 93149595
60
+ >>93149346
61
+ This used to be true during the 70s and 80s. CS academia has been an OOP hivemind since the late 90s.
62
+ --- 93149616
63
+ >>93149564
64
+ Despite this, you're still stuck in this shithole in your 40s.
65
+ --- 93149673
66
+ >>93148637 (OP)
67
+ >still listening to Barney Starsoup after last week's events
68
+ --- 93149694
69
+ >>93148932
70
+ Could be, Lberon was designed with low level programming in mind and now Modula-2 is supported by GCC.
71
+ --- 93149708
72
+ >>93148870
73
+ You should always compress your photos when uploading them to the Web. There is not reason for pictures to be over 100 kilobytes.
74
+ --- 93149722
75
+ >>93149673
76
+ What happened?
77
+ --- 93149726
78
+ >>93149564
79
+ it's not guaranteed you go bald if your father does, just saying about the chromosomes
80
+ --- 93149732
81
+ >>93149371
82
+ To be fair the bottom one works with everything that uses a +. to be not fair, in a dynamic language the top does the same thing while looking as clean
83
+ --- 93149742
84
+ Bro, did you even listen to Bjaaaarne's interview with Yegor?
85
+
86
+ https://youtu.be/ae6nFZn3auQ [Embed]
87
+ --- 93149779
88
+ >>93149584
89
+ >C and Unix both originated from industrial research,
90
+
91
+ True. Then academia bit on it for OS stuff.
92
+
93
+ >>93149595
94
+ >CS academia has been an OOP hivemind since the late 90s.
95
+ Kind of frightening how quickly they jumped on it. Bureaucracies never move that quickly.
96
+ --- 93149790
97
+ >>93149742
98
+ >Bu-GAY-enko
99
+ haha, gay :DDDDD benis in man buddhole XXDDD
100
+ --- 93149905
101
+ >>93149790
102
+ Not that there's anything wrong with being gay, of course.
103
+ --- 93149924
104
+ >>93149722
105
+ he doesn't know
106
+ --- 93149957
107
+ >>93149924
108
+ Yes I am unaware
109
+ care to enlighten me?
110
+ --- 93150628
111
+ >>93149957
112
+ Enlightenment is only for the chosen
113
+ --- 93150706
114
+ >>93148932
115
+ >Why not Pascal then?
116
+ Pascal is a structured programming zealotrs circlejerk language, made by structured programming academia for structured programming academia.
117
+ The right answer would have been PL/I, if it wasn't present on IBM platforms only nowadays. Which is a shame for other platforms since it's a way better language than C that was released years before it, but was shunned by academia because of muh goto is bad (while forgetting everything else about the language).
118
+ --- 93150754
119
+ >>93149708
120
+ >>93148870
121
+ mozjpeg without downscaling (still lossy)
122
+ --- 93150843
123
+ >>93150754
124
+ >1.07 MB
125
+ --- 93150854
126
+ >>93150843
127
+ You forgot to post your attempt.
128
+ --- 93150902
129
+ >>93148768
130
+ >Like languages with memory safety
131
+ You mean like C++, via destructors?
132
+ >and [which] can avoid some of the dangers of C
133
+ You mean like C++, with references, templates, smart pointers, and so on?
134
+
135
+ Torvalds is a fucking retard. Modern C++ has basically none of C's many problems unless you specifically choose to write archaic, C-like code. In which case you're as stupid as Torvalds. C++'s problems are all the C parts, and if your reaction to that is to then go to the language that contains all the problems and none of the good parts of C++ (C) you should probably shoot yourself in the head.
136
+ --- 93150963
137
+ >>93149708
138
+ >you should compress your photos to save cia some storage space
139
+ --- 93151014
140
+ >>93149708
141
+ looks like shit
142
+ >>93150754
143
+ looks pretty good
144
+ --- 93151519
145
+ >>93148637 (OP)
146
+ Bjarne's based as fuck. He's trying to figure out a low-level working language with high abstraction ability and not make some random mess. Though mistakes have been made along the way, I appreciate him for making C++ the way it is now. And he's disgusted by trannies, so that's another win.
147
+ --- 93151575
148
+ >>93150902
149
+ Then why do "Modern C++" projects still get weekly CVEs?
150
+ --- 93151818
151
+ >>93151575
152
+ not modern enough, or have some ancient dependencies, probably in C
153
+ --- 93151986
154
+ >>93151818
155
+ >my specific, perfect, entirely infaillible brand of C++ has never been tried
156
+ all hail bjarne lenin
157
+ --- 93152398
158
+ >>93150902
159
+ Serious reply for a second
160
+ You can trivially get a use-after-free in C++ just by passing around const references to objects that don't live as long as a cursory examination would suggest
161
+ The "modern" "antidote" to this disease is to replace references with shared_ptr everywhere, like how Swift works by default
162
+ However, the performance tradeoff is a fucking disaster, so you can clearly see that this isn't a solution and C++ still has glaringly unsolved problems with memory safety
163
+ I don't expect C++ cultists to admit fault here considering Bjarney himself is still in denial, but the actual adults are aware of the situation and are prepared to make sacrifices to stop the bleeding
164
+ --- 93152426
165
+ >>93150902
166
+ t. read a million blogposts and yet never written a single line of sepples
167
+ --- 93152454
168
+ >>93150706
169
+ How is PL/I better than C?
170
+ --- 93152506
171
+ >>93149779
172
+ >Then academia bit on it for OS stuff.
173
+ The only impactful OS research effort actually originating from academia was the TRON project, which was Japanese. In Europe, Oberon originated from research at ETH Zurich, but it had very little influence afterwards.
174
+
175
+ In the US, virtually all OS research and development was done outside of academia.
176
+ --- 93152609
177
+ >>93152398
178
+ Well put. What really grinds my gears about C++ cultists is the sheer denial about flaws of the language even when pointed out in plain English.
179
+
180
+ Every skilled programmer I know who uses C++, whether by necessity or by choice, fully admits that the language is a clusterfuck. It's only on the internet and on blogposts that you keep seeing "you just don't get it", "just get good", etc. Programming is not about memorizing every nook and cranny of a particular programming language, and C++ is unbelievably more complicated than virtually every other programming language with widespread industry use.
181
+ --- 93152675
182
+ >>93151818
183
+ what version would you consider modern?
184
+ --- 93152728
185
+ >>93150902
186
+ >destructors
187
+ >references, templates, smart pointers
188
+ None of this make C++ memory safe. Learn what memory safety is.
189
+ --- 93152744
190
+ >>93152398
191
+ Tranny level IQ on display folks.
192
+ --- 93152745
193
+ >>93150902
194
+ >memory safety
195
+ >via destructors
196
+ You don't even understand what memory safety means.
197
+ --- 93152754
198
+ >>93152609
199
+ >Programming is not about memorizing every nook and cranny of a particular programming language
200
+ C++ makes this necessary, so baby ducks think it's a normal part of programming, and assume subconsciously that you have to repeat the same effort when switching to any other language
201
+ In reality, even Haskell isn't that bad
202
+ Scala and Ada are the closest things I can think of to the untamed monster of C++ complexity
203
+ >>93152744
204
+ Sneed
205
+ --- 93152938
206
+ >>93148637 (OP)
207
+ Made C++ AND hates trannies. Went on eBay looking for PPP2 and right there was a giant grey New Balance shoe almost like it was a sign. Yup gonna learn Sepples
208
+ --- 93153104
209
+ >>93152454
210
+ It had parallel processing and process synchronisation support before C even was a thing, exception handling implemented in a non-retarded way, actual variable-lenght string handling capabilities, statement terminators not mandatory among other things.
211
+ C is an overly simplistic language even by 1970s standards, never was meant to be anything more than a toy at Bell Labs.
212
+ --- 93153222
213
+ Fuck this guy. C++ is crap.
214
+ --- 93153470
215
+ >>93152398
216
+ Speaking as a long time CUDA/C++ dev (I don't know rust)
217
+ C++ is not and was never designed to "provably memory safe", let's get that hurdle out of the way right now.
218
+ You can trivially get any memory error in C++
219
+ >*(int*)0;
220
+ >while (true) new int;
221
+ >delete (int*)0xDEADBEEF
222
+ >for (auto& i : vec) vec.push_back(rand());
223
+ etc.
224
+
225
+ How often do I encounter these issues in practice? Basically never.
226
+ And so I do not care about rust, the problems it tries to solve aren't even problems I have.
227
+ There just isn't an incentive to even look at it.
228
+ --- 93153482
229
+ >>93153222
230
+ What's the alternative
231
+ --- 93153710
232
+ >>93153470
233
+ >How often do I encounter these issues in practice? Basically never.
234
+ In your own code? Fine
235
+ In someone else's code? Now you're in trouble
236
+
237
+ Even if it's open source, meaning you theoretically have the right to review it, who has time for that?
238
+ These mistakes happen all the time, especially in old code, or code written by teams, or code that needs multiple threads to do its job fast enough
239
+ Giant codebases (browsers, office software, video games, etc.) make it astronomically more likely than in some 3000-line utility you wrote for a one-off data processing job
240
+ You're obviously not a hardcore technological ascetic, because you're posting here, but even if you were daily driving an IBM 5100, you can't stop government offices from using popular software written in third rate C++ with CVEs spewing out the wazoo
241
+ In a nutshell, important decisions about your life are being made with software that would never meet your standards, and you're putting blinders on because you think you lift enough weights to repel cyberfuckups just by flexing your muscles
242
+ But I guess you're happy with that
243
+ --- 93154151
244
+ >>93152506
245
+ >The only impactful OS research effort actually originating from academia was the TRON project, which was Japanese. In Europe, Oberon originated from research at ETH Zurich, but it had very little influence afterwards.
246
+ Lisp machines came from MIT.
247
+ --- 93154178
248
+ >>93148637 (OP)
249
+ >Bjarne Stroustrup:
250
+ stopped reading there. the dude is delusional and still seething over the NSA calling C++ out as being hot garbage.
251
+ --- 93154215
252
+ >>93148768
253
+ >Asked about a suggestion by a commenter on the Linux Weekly News website, who said, during a discussion on the Google post, "The solution here is simple: just use C++ instead of Rust", Torvalds could not restrain himself from chortling. "LOL," was his response. "C++ solves _none_ of the C issues, and only makes things worse. It really is a crap language.
254
+ This is a satire post right? No fucking way Linus said that. No fucking way he's that retarded.
255
+ --- 93154248
256
+ >>93152744
257
+ shit troll
258
+ --- 93154304
259
+ I respect both Bjarne and Linus but I think Linus's opinion is very outdated.
260
+ Still, I would not fall into the Rust meme. I'd rather listen to the opinion of a real programmer:
261
+
262
+ https://youtu.be/1vFtkfz_v4Q?t=56 [Embed]
263
+ --- 93154348
264
+ >>93154215
265
+ He's right though
266
+ --- 93154361
267
+ >>93154304
268
+ >I respect both Bjarne and Linus
269
+ You shouldn't. Linus has been nothing but a pencil pusher the past few decades. He was only relevant in the early days of the Kernel when he was alone. Linux in the past 2 decades has largely been progressed by Corporation employees, not Linus. Linus is just a head man that okays or goes on angry rants to spark drama
270
+ --- 93154446
271
+ >>93148637 (OP)
272
+ >https://yewtu.be/watch?v=K3W56e9j4UY
273
+ >sepples is le good because you can define your own types
274
+ This interview clearly shows this guy has no clue what he's talking about
275
+ He's on the same level as PHP's original developer
276
+ --- 93154498
277
+ >>93154446
278
+ >The creator of C++ has no clue what he's talking about
279
+ I'm so sick of these low IQ troll posts. If you have no clue what you're talking about then shut the fuck up and go back to your shitty consumer flamewar threads.
280
+ --- 93154521
281
+ >>93153710
282
+ Encounter as in "have to fix", it doesn't have to be my own code.
283
+ Right now I'm fixing up a rather shitty C++ codebase, the code is so convoluted and inefficient that it's hard to describe, curiously no memory errors though because at least they had the good sense to just use std::vector everywhere.
284
+ I'm not advocating against rust, especially in security critical applications where extra checks are always good to have
285
+ But the "rewrwite everything in Rust, C/C++ is deprecated" attitude is a bit much for me.
286
+ I feel I can confidently say that HPC does not need something like rust.
287
+ --- 93154538
288
+ >>93154498
289
+ This nigger talks about how much he loved Simula, even though Alan Kay has clearly stated that sepples' implementation of objects has barely anything to do with that.
290
+ No wonder stroupstroup liked Algol. He should have taken Thompson's criticisms to heart instead of being a crybaby.
291
+ --- 93154724
292
+ >>93154178
293
+ >NSA calling C++ out as being hot garbage.
294
+ sauce?
295
+ --- 93154746
296
+ >>93154521
297
+ >HPC
298
+ Fine, all right, I'm sure half your logic is matrix multiplication routines written in Fortran, so who cares
299
+ Network-facing code (including fucking Bluetooth, which can go bite a dick) is the most critical use case for memory safety, followed by anything that might open untrusted files that were sent over the network
300
+ The trouble is, that covers almost everything that exists on a user's machine
301
+ --- 93154836
302
+ >>93148637 (OP)
303
+ >please stop using c and use my language instead
304
+ LOL
305
+ --- 93154869
306
+ >>93153470
307
+ you've only ever written perfect cuda code without any accidental OOB accesses or data races, never had to use cuda-memcheck?
308
+ --- 93154973
309
+ >>93149708
310
+ I like looking at cartoon girl pussy in 5k though.
311
+ --- 93155039
312
+ >>93153470
313
+ t. never wrote a single line of C, C++, or cuda.
314
+ --- 93155140
315
+ >>93148870
316
+ That's fucking cheap. And the halfbrain labeling that can't do basic math.
317
+ --- 93155155
318
+ >>93154498
319
+ If you want more proof of this, just look at the c++ language.
320
+ --- 93155212
321
+ >>93154498
322
+ It is a well-known fact stroustrup has no clue about non-embryonic c++, and even that his understanding of embryonic c++ wasn't all that good (remember, it wasn't a solo effort).
323
+ --- 93155216
324
+ >>93154869
325
+ I write broken code, it fails an assert or causes a launch error or whatever, I fix it and move on with life.
326
+ So?
327
+ >>93154746
328
+ If you want to write Bluetooth drivers in rust go right ahead, seems like a good use for it.
329
+ >>93155039
330
+ I wrote 4 lines of valid C/C++/CUDA in the post you're replying to, retard.
331
+ --- 93155302
332
+ >>93155216
333
+ I accept your surrender.
334
+ --- 93155475
335
+ >>93154215
336
+ jeez i wonder who knows more about programming, the guy who wrote and maintains a 20 million loc kernel or the underage faggot on /g/ whose only argument against rust is that it's made by trannies
337
+ --- 93155657
338
+ >>93155475
339
+ Linus did not write nor maintain a 20 million loc kernel at any point in time.
340
+ --- 93155688
341
+ >>93148651
342
+ https://www.youtube.com/watch?v=NiMBzpZF1nE [Embed]
343
+ --- 93155693
344
+ >>93154151
345
+ Were Lisp machines impactful?
346
+ Like, hold off on convincing me they're good, I've heard plenty about that, I'm an Emacs user—were other operating systems influenced by them? Did they introduce new concepts that became widely adopted? Do Fuchsia and Midori developers speak fondly of them?
347
+ --- 93155953
348
+ >>93155693
349
+ Lisp itself was insanely impactful and languages have tried to ape its features from the lisp days all the way to today. The latest trends like jupyter notebooks are literally just trying to copy the conditions/restarts-based workflow of lisp + SLIME-like environments, but let's not forget that things like lambdas in a programming language are everywhere now when they used to be considered fringe, for example.
350
+
351
+ Lisp machines were not altogether impactful as far as I'm aware, although their design did influence hardware jvm implementations for java later on.
352
+ --- 93156300
353
+ >>93148932
354
+ based and wirthpilled
355
+ --- 93156409
356
+ >>93155693
357
+ >Were Lisp machines impactful?
358
+ Only in the imaginations of Lisp weenies.
359
+ --- 93156445
360
+ >>93148637 (OP)
361
+ I would love to ask that Stroustrup guy what he thinks the biggest mistakes in modern C++ are. What things would he take out if he didn't have to worry about existing programs that use them?
362
+ --- 93156464
363
+ >>93155475
364
+ >the guy who wrote and maintains a 20 million loc kernel
365
+ Linux was only involved in actual coding of the kernel in the early stages when it was extremely barebones and less than 100k LOC. You really think Linus alone added compatibility for over 100 different systems? lmao Linus Kernel is like 99% vendor written
366
+ --- 93156516
367
+ >>93156464
368
+ Interestingly, the version he first put out didn't even work and the community had to debug it for him. That was straight out of an OS class and was no more complex than you'd expect from that. By then it was already no longer really him doing the writing. He was just at the right place and right time and advertised to the right people (those in the minix user group) to get their interest.
369
+ --- 93156571
370
+ >>93148932
371
+ Pascal is pain to write and lacks tons of features.
372
+ --- 93156613
373
+ if you take all the good parts and have the best practices as the default you'd just get rust
374
+ --- 93156729
375
+ >>93156571
376
+ t. no idea what pascal is or does
377
+ --- 93156785
378
+ Carbon will save C++. Google's Go is insanely successful and if it wasn't for the GC it would easily topple Rust in Systems Programming. Google Cargon will be what Go is to Java for C++.
379
+ --- 93156796
380
+ >>93148932
381
+ Pascal doesn't have any memory safety guarantees either. It just has stronger typing than C.
382
+ --- 93156830
383
+ >>93148932
384
+ How old are you? Academia fetishizes python for desktop development and javascript for mobile development.
385
+ --- 93157073
386
+ Pascal was pretty based, and could easily compete with C (not C++). I remember using it in the 90s. If it got proper platform SDKs (like WinAPI) sooner, it would probably be way more successful. There was Delphi, but it wasn't really a platform SDK.
387
+ --- 93157191
388
+ >>93157073
389
+ The worst part is that pascal was supposed to be a learning language, not fit for actual use, yet it was much better than C(rap).
390
+ --- 93157234
391
+ >>93156464
392
+ >>93155657
393
+ He wrote git
394
+ --- 93157238
395
+ >>93156830
396
+ Fuck the trans genocide, pynigger, jsnigger, academianigger genocide when
397
+ --- 93157242
398
+ >>93157234
399
+ >he doomed us with g*t
400
+ Yeah, we know
401
+ --- 93157296
402
+ >>93157242
403
+ is that source code? IMMA GONNA FOOOOOOOOORK!
404
+ --- 93157324
405
+ >>93157242
406
+ based hg user
g/93148650.txt ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ -----
2
+ --- 93148650
3
+ between these two text editors only - which one has the /g/ seal of approval?
4
+ --- 93148663
5
+ >>93148650 (OP)
6
+ --- 93148670
7
+ >>93148650 (OP)
8
+ Neither. There is only Notepad.exe.
9
+ --- 93148671
10
+ >>93148650 (OP)
11
+ >which one has the /g/ seal of approval?
12
+ --- 93149018
13
+ >>93148650 (OP)
14
+ vscode is literally a website, so take a guess
15
+ --- 93149043
16
+ >>93148650 (OP)
17
+ come home, white man
18
+ (but seriously speaking, sublime if i needed a text editor and VSCode if i needed an IDE)
19
+ --- 93149082
20
+ >>93149043
21
+ >jeetbrains
22
+ --- 93149093
23
+ >>93148650 (OP)
24
+ sublime text is fucking shareware, which is malware/spyware you dope. vscode binaries are proprietary, which is malware/spyware you dope. YOU DOPE. use vim or vscodium
25
+ --- 93149352
26
+ >>93149093
27
+ spoken like a true retarded autist. Sublime is great.
28
+ --- 93149380
29
+ VSCode, duh.
30
+ --- 93149512
31
+ >>93149352
32
+ >sublime is great
33
+ >spyware is great
34
+ lol
35
+ --- 93149661
36
+ vim>sublime>vs code
37
+ even visual studio is better than vs code
38
+ --- 93150318
39
+ >>93149093
40
+ >vscodium
41
+ ssh remote is the entire reason I picked vscode over the alternatives and it will never be made accessible to vscopium
42
+ --- 93150349
43
+ >>93150318
44
+ what are you talking about? vscodium is identical to vscode minus the telemetry. LOL, what are you even talking about
45
+ --- 93150438
46
+ >>93148663
47
+ I prefer Vim solely because of the logo designz I like it so much, it's pure soul.
48
+ --- 93150456
49
+ >>93149512
50
+ you don't know the definition of spyware, at this point you're just throwing buzzwords like a retard. sublime is gr8 btw
51
+ --- 93150680
52
+ >>93148650 (OP)
53
+ Sublime is 2014 shit bro
54
+ --- 93150701
55
+ >>93150349
56
+ No settings sync, which is one of the killer features of Code.
57
+ --- 93150808
58
+ >>93150349
59
+ Nah, it's missing the RemoteSSH extension thing.
60
+ (The Good one).
61
+ --- 93150823
62
+ You can get all of the proprietary extensions working in OSS builds and forks of VSCode. Lurk more.
63
+
64
+ Whether you should bother or not is another story...
65
+ --- 93150870
66
+ >nonfree-niggerware A vs nonfree-niggerware B
67
+ lol
68
+ --- 93151074
69
+ >>93148650 (OP)
70
+ Lens the kubernetes ide
71
+ --- 93151077
72
+ For me it's Dewm Eyymacs
73
+ --- 93151555
74
+ >>93150701
75
+ imagine not understanding how to back up a json file, holy shit
76
+ --- 93151934
77
+ >>93149512
78
+ >>93150456
79
+ I imagine vscode is literally spyware.
80
+ I really don't know about Sublime Text - how true is this? Does Sublime spy on you as well? I don't care if it's shareware / pay. I don't mind paying for something I will end up using every day. Also you can use the free version of Sublime unrestricted as far as I know.
81
+ --- 93152009
82
+ >>93151934
83
+ shareware means proprietary
84
+ proprietary means closed source
85
+ closed source means you cannot prove what it is doing
86
+ all closed source must be assumed to be spyware because of this
87
+ --- 93152320
88
+ >>93152009
89
+ isnt vscode open source? im less likely to true MS than a single lonely dev just trying to make a living from this text editor project.
90
+ --- 93152453
91
+ >>93150808
92
+ I don't use vscode but lmao how
93
+ Why would an extension work on vscode but not vscodium
94
+ --- 93152618
95
+ Vs code as its free as in free beer
96
+ --- 93152663
97
+ Sublime
98
+ >Fast, opens in less than a second
99
+ >Very light, not fucking 250MB
100
+ >Not a fucking web browser
101
+ --- 93153554
102
+ >>93152320
103
+ vscode is open soruce, but it's then compiled and the binary is proprietary, they do extra things to the code on compile, so exactly what you see in the code is not exactly what is in the binary. hence why vscodium exists. vscodium is a compile of the source you see in the repo. microsoft are evil shitheads, as usual.
104
+ --- 93153574
105
+ >>93152618
106
+ yes, but not the compiled binary
107
+ --- 93155127
108
+ OP here. So what's the verdict /g/?
109
+ I start class soon . . .
110
+ --- 93155318
111
+ >>93155127
112
+ sublime text if you happen to be a white man. vscode otherwise
113
+ --- 93155819
114
+ >>93148650 (OP)
115
+ The real answer is vscode for better defaults, more extension support, and more tutorials for dumbasses but it's slow as all hell. Sublime is faster but every single sublime package is abandonware.
116
+ The better answer is that your choice of text editor doesn't matter since you can functionally extend it with LSP without hit being a pain in the ass
117
+ --- 93156641
118
+ >>93155819
119
+ >every single sublime package is abandonware
120
+ they just work
121
+ --- 93156656
122
+ vscode is what happened when a bunch of sublime users got fed up with its bugs and lack of updates.
123
+ --- 93156701
124
+ >>93148650 (OP)
125
+ >Visual Studio
126
+ >VSCode
127
+ >Eclipse
128
+ in that order. the rest doesn't matter.
129
+ --- 93156903
130
+ 2023-14 is calling wanting its text editor back
131
+
132
+ Sublime ain't vim or emacs, nuke that shit from your device.
133
+ Also uninstall winrar and winzip and install 7zip, the fuck is wrong with you?
134
+ --- 93156911
135
+ >>93148650 (OP)
136
+ i hate vscode for being literal web browser bloat, but its so much better to use.
137
+ i hate sublime for being unmaintained and proprietary, but its a real text editor.
138
+ ive chosen sublime but i do miss vscode conveniences for time to time. i cant stand vscode taking up 300+ mb of ram when everything else on my system is lightweight
g/93148660.txt ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ -----
2
+ --- 93148660
3
+ If you want to create a window that the user can click through.
4
+ On MacOS: (void)setIgnoresMouseEvents:(BOOL)ignoreMouseEvents
5
+
6
+
7
+ On GNU/Linux you have to jump through thousand hoops and find a solution that works on both X and Wayland.
8
+ I love GNU/Linux but why must developing for it be so convoluted?
9
+ --- 93148694
10
+ >>93148660 (OP)
11
+ It's been a while since I needed to do anything this weird, but I believe Windows makes it pretty hard, too. I seem to recall I basically had to re-wire DefWindowProc.
12
+ --- 93149357
13
+ NIGGER
14
+ --- 93150427
15
+ >>93148660 (OP)
16
+ because all the devs who know their shit use macos
17
+ --- 93150483
18
+ >>93150427
19
+ But the hardware is shit compared to the price point.
20
+ --- 93150485
21
+ >>93148694
22
+ >had to re-wire DefWindowProc
23
+ in windows you need to "rewire" defwindowproc for any kind of input processing, that's how the system works. if you want it to pass to the window below you simply set a flag to pass through rather than actually handling the click
24
+ --- 93150500
25
+ >>93150483
26
+ yes because all the 160 IQ elite devs buying up the the macbooks push the price up
27
+ --- 93150541
28
+ >>93148660 (OP)
29
+ Mac OS X is simply a better OS that is properly thought out unlike linux.
30
+ --- 93150617
31
+ >>93150541
32
+ It's true, but also applicable to windows. NT is unironically a very well-designed kernel (better than mach or linux by far). It's plagued by garbage implementation and pajeet shitting in the codebase instead of shitting in the loo, though. However, >>93148660 (OP) is completely unrelated to linux, it's a userland problem. Also
33
+ >giving a shit about w*yl*nd
34
+ The X11 solution is
35
+ XRectangle rect;
36
+ XserverRegion region = XFixesCreateRegion(display, &rect, 1);
37
+ XFixesSetWindowShapeRegion(display, window, ShapeInput, 0, 0, region);
38
+ XFixesDestroyRegion(display, region);
39
+
40
+ With xfixes.
41
+ --- 93150919
42
+ this is dead simple with Qt:
43
+ void Foo::mousePressEvent(QKeyEvent *e) {
44
+ e->ignore();
45
+ }
46
+ --- 93151465
47
+ >>93150919
48
+ that only works within the application, retard not OS wide at all
49
+ --- 93151475
50
+ >>93148660 (OP)
51
+ lmao
52
+ --- 93151497
53
+ Why cat concerned
54
+ --- 93152264
55
+ >>93151465
56
+ Are you clinically retarded?
57
+ --- 93152387
58
+ >>93152264
59
+ holy shit you still don't understand what OP is talking about
60
+ --- 93152433
61
+ >>93148660 (OP)
62
+ >find a solution that works on both X and Wayland
63
+ Fuck that. I'm writing software for X11. If fags want to use it on wayland they can use xwayland. And if that doesn't work, they can get fucked.
64
+ --- 93152447
65
+ >>93152433
66
+ will never use your shitty sfotware
67
+ --- 93153047
68
+ >>93150919
69
+ cringe
70
+ --- 93153274
71
+ >>93151465
72
+ OS wide what? you're not making any sense anon. nothing in OP's text was OS-wide anything either
73
+ --- 93153293
74
+ >>93153047
75
+ give several reasons why
76
+ --- 93154653
77
+ >>93153293
78
+ >cringe
79
+ thats why
80
+ --- 93156272
81
+ >>93151497
82
+ kys
83
+ --- 93156441
84
+ >you have to use objective c to create a window
85
+ horrifying, no thank you
86
+ --- 93156533
87
+ >>93156441
88
+ Smalltalk and C are both good languages and a fusion of them is even better.
89
+ --- 93156535
90
+ >>93148660 (OP)
91
+ if you're using glfw3 compile from source and just
92
+
93
+ glfwSetWindowHint(GLFW_MOUSEPASSTHROUGH,GLFW_TRUE)
94
+ works on win32,mac,x,fagland
95
+ if you're doing it using pure xlib
96
+ I don't remember the exact code but something that has to do with the windowshape objects size being set to zero by zero
97
+ I've never did anything on gayland and with glfw3 i no longer need to write and test everything three times
g/93148905.txt ADDED
@@ -0,0 +1,492 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ -----
2
+ --- 93148905
3
+ prev
4
+ >>93124640 →
5
+
6
+ What are you working on, /g/?
7
+ --- 93148933
8
+ ww@ ziggers?
9
+ --- 93148938
10
+ >>93148905 (OP)
11
+ oh look another r*st OP pic
12
+ --- 93149006
13
+ Reposting
14
+
15
+ error[E0277]: the trait bound `[u8; 1920]: Pod` is not satisfied
16
+ --> src\application\eyes\camera\mod.rs:71:31
17
+ |
18
+ 71 | let sub_buffer = allocator.from_iter(frame.0.array_chunks::<CHUNK_SIZE>().copied())?;
19
+ | ^^^^^^^^^ the trait `Pod` is not implemented for `[u8; 1920]`
20
+ |
21
+ = help: the following other types implement trait `Pod`:
22
+ [T; 0]
23
+ [T; 1024]
24
+ [T; 10]
25
+ [T; 11]
26
+ [T; 128]
27
+ [T; 12]
28
+ [T; 13]
29
+ [T; 14]
30
+ and 34 others
31
+ = note: required for `[u8; 1920]` to implement `AnyBitPattern`
32
+ = note: required for `[u8; 1920]` to implement `BufferContents`
33
+
34
+
35
+ but
36
+
37
+ unsafe impl Pod for u8 {}
38
+ unsafe impl<T, const N: usize> Pod for [T; N] where T: Pod {}
39
+
40
+
41
+ Does anyone know if const generics have some edgecases where they fallback into set of fixed numbers instead of covering all numbers?
42
+ --- 93149027
43
+ private readonly object _lockObj = new object();
44
+
45
+
46
+ lock (_lockObj){
47
+ //do some shit
48
+ }
49
+
50
+
51
+ is this really the preferred way for thread locking in c#? creating a private variable just for locking like that seems hella cringe
52
+ --- 93149103
53
+ >>93149006
54
+ that might be an inference problem, if you specify more types or traits somewhere it could fix it. you haven't given enough information to understand with no context
55
+ --- 93149150
56
+ >>93149006
57
+ >>93149103
58
+ nvm, just found out that code included in online docs for bytemuck was compiled with all the features and I do not have min_const_generics feature enabled.
59
+ --- 93149162
60
+ >>93149027
61
+ yeah apparently Mutexes in C# are only the interprocess kind, and you just lock some random object you use as a mutex kek.
62
+
63
+ Idk if it has atomic types, probably.
64
+ --- 93149326
65
+ rewriting c++ game engine in c
66
+ --- 93149407
67
+ >>93149326
68
+ rewrite it in rust
69
+ --- 93149471
70
+ Reminding anons to use https://github.com/friendlyanon/cmake-init when creating new C++ and C projects!
71
+ --- 93149517
72
+ Say whatever about Go and C++, Rust is fucking unreadable.
73
+ --- 93149529
74
+ >try to program
75
+ >zone out staring at computer screen instead
76
+ how do I fix this?
77
+ --- 93149590
78
+ >>93149529
79
+ start behaving like a normal human being.
80
+ --- 93149653
81
+ >read mentors manifest
82
+ Hackers were supposed to inherit the earth but instead we got EU regulations and american trannies.
83
+ We are living in the worst timeline.
84
+ --- 93149730
85
+ >>93149529
86
+ >>93149653
87
+ not your blog
88
+ --- 93149762
89
+ woah... I wonder if there's a type_trait or concept that lets you compare a class template to a template instantiation's type and match them?
90
+
91
+ as in
92
+ std::vector<int> buf;
93
+
94
+ std::is_vector_type<decltype(buf)>
95
+
96
+ instead of
97
+ std::is_vector_of_int<decltype(buf)>
98
+ --- 93149914
99
+ >>93149762
100
+ caveat: does not work if you're using non-type template parameters
101
+ #include <type_traits>
102
+
103
+ template <typename T, template <typename...> typename U>
104
+ class is_instantiation_of
105
+ {
106
+ private:
107
+ template <typename ...Ts>
108
+ static std::true_type detector(U<Ts...>&);
109
+ static std::false_type detector(auto&);
110
+ public:
111
+ constexpr static bool value = decltype(detector(std::declval<T&>()))::value;
112
+ };
113
+
114
+ template <typename T, template <typename...> typename U>
115
+ constexpr bool is_instantiation_of_v = is_instantiation_of<T, U>::value;
116
+
117
+ // is_instantiation_of_v<std::vector<int>, std::vector> is true
118
+ // is_instantiation_of_v<std::list<int>, std::vector> is false
119
+ --- 93150186
120
+ >>93149914
121
+ that's exactly what I wanted it for...
122
+ --- 93150215
123
+ >>93150186
124
+ (the non-type template param ones)
125
+ --- 93150265
126
+ >>93150186
127
+ >>93150215
128
+ what class template do you want to use it for? specifically what is its kind
129
+ --- 93150266
130
+ learning autotools
131
+ --- 93150376
132
+ void add_cats_to_list(vector<string>& cats)
133
+ {
134
+ write_line("How many cats do you want to add to the list?");
135
+ int name_loops = read_integer("Enter a number: ");
136
+ for (int i = 0; i < name_loops; i++) {
137
+ names.push_back(read_string("Enter new cat: "));
138
+ }
139
+ }
140
+
141
+ Does anyone know why this doesn't appear in my terminal? I'm calling it in main() as 'add_cats_to_list(cats);'. I'm not getting any errors so idk what to debug. write_line and read_integer is from splashkit.
142
+ --- 93150400
143
+ Which one, /g/?
144
+
145
+ A:
146
+ static const uint32_t mod_dst_decode[] =
147
+ {
148
+ DST_MEM,
149
+ DST_MEM_REG_DISP_BYTE,
150
+ DST_MEM_REG_DISP_FULL,
151
+ DST_REG,
152
+ };
153
+
154
+ static const uint32_t mod_src_decode[] =
155
+ {
156
+ SRC_MEM,
157
+ SRC_MEM_REG_DISP_BYTE,
158
+ SRC_MEM_REG_DISP_FULL,
159
+ SRC_REG,
160
+ };
161
+
162
+ void decode_modrm_byte(struct x86_instruction *instr, byte **p)
163
+ {
164
+ uint8_t modrm = read_u8(p);
165
+
166
+ instr->mod = (modrm & 0xc0) >> 6;
167
+ instr->reg_opc = (modrm & 0x38) >> 3;
168
+ instr->rm = (modrm & 0x7);
169
+
170
+ if (instr->flags & DIR_REVERSED)
171
+ instr->flags |= mod_src_decode[instr->mod];
172
+ else
173
+ instr->flags |= mod_dst_decode[instr->mod];
174
+
175
+ if (instr->mod == 0 && instr->rm == 6)
176
+ if (instr->flags & DIR_REVERSED)
177
+ instr->flags = (instr->flags & ~SRC_MEM) | SRC_MEM_DISP;
178
+ else
179
+ instr->flags = (instr->flags & ~DST_MEM) | DST_MEM_DISP;
180
+ }
181
+
182
+
183
+ --- 93150418
184
+ >>93150400
185
+ B:
186
+
187
+ static const uint32_t mod_dst_decode[4][8] =
188
+ {
189
+ DST_MEM, DST_MEM, DST_MEM, DST_MEM, DST_MEM, DST_MEM, DST_MEM_DISP, DST_MEM,
190
+ DST_MEM_REG_DISP_BYTE, DST_MEM_REG_DISP_BYTE, DST_MEM_REG_DISP_BYTE, DST_MEM_REG_DISP_BYTE, DST_MEM_REG_DISP_BYTE, DST_MEM_REG_DISP_BYTE, DST_MEM_REG_DISP_BYTE, DST_MEM_REG_DISP_BYTE,
191
+ DST_MEM_REG_DISP_FULL, DST_MEM_REG_DISP_FULL, DST_MEM_REG_DISP_FULL, DST_MEM_REG_DISP_FULL, DST_MEM_REG_DISP_FULL, DST_MEM_REG_DISP_FULL, DST_MEM_REG_DISP_FULL, DST_MEM_REG_DISP_FULL,
192
+ DST_REG, DST_REG, DST_REG, DST_REG, DST_REG, DST_REG, DST_REG, DST_REG,
193
+ };
194
+
195
+ static const uint32_t mod_src_decode[4][8] =
196
+ {
197
+ SRC_MEM, SRC_MEM, SRC_MEM, SRC_MEM, SRC_MEM, SRC_MEM, SRC_MEM_DISP, SRC_MEM,
198
+ SRC_MEM_REG_DISP_BYTE, SRC_MEM_REG_DISP_BYTE, SRC_MEM_REG_DISP_BYTE, SRC_MEM_REG_DISP_BYTE, SRC_MEM_REG_DISP_BYTE, SRC_MEM_REG_DISP_BYTE, SRC_MEM_REG_DISP_BYTE, SRC_MEM_REG_DISP_BYTE,
199
+ SRC_MEM_REG_DISP_FULL, SRC_MEM_REG_DISP_FULL, SRC_MEM_REG_DISP_FULL, SRC_MEM_REG_DISP_FULL, SRC_MEM_REG_DISP_FULL, SRC_MEM_REG_DISP_FULL, SRC_MEM_REG_DISP_FULL, SRC_MEM_REG_DISP_FULL,
200
+ SRC_REG, SRC_REG, SRC_REG, SRC_REG, SRC_REG, SRC_REG, SRC_REG, SRC_REG,
201
+ };
202
+
203
+ void decode_modrm_byte(struct x86_instruction *instr, byte **p)
204
+ {
205
+ uint8_t modrm = read_u8(p);
206
+
207
+ instr->mod = (modrm & 0xc0) >> 6;
208
+ instr->reg_opc = (modrm & 0x38) >> 3;
209
+ instr->rm = (modrm & 0x7);
210
+
211
+ if (instr->flags & DIR_REVERSED)
212
+ instr->flags |= mod_src_decode[instr->mod][instr->rm];
213
+ else
214
+ instr->flags |= mod_dst_decode[instr->mod][instr->rm];
215
+ }
216
+
217
+
218
+ --- 93150460
219
+ B
220
+ --- 93150488
221
+ >>93150265
222
+ template<std::size_t NumItem>
223
+ struct Foos
224
+ {
225
+ int Roh[NumItem]{};
226
+ bool Dah{false};
227
+ };
228
+
229
+
230
+ Foos<3> f1;
231
+ Foos<1024> f2;
232
+ --- 93150615
233
+ >>93150376
234
+ post all relevant code, the snippet you have makes no sense. Put it in a pastebin or something.
235
+ --- 93150638
236
+ >>93150488
237
+ template <typename T>
238
+ class IsFoos
239
+ {
240
+ private:
241
+ template <size_t sz>
242
+ static std::true_type detector(Foos<sz>&);
243
+ static std::false_type detector(auto&);
244
+ public:
245
+ constexpr static bool value = decltype(detector(std::declval<T&>()))::value;
246
+ };
247
+
248
+ template <typename T>
249
+ constexpr bool IsFoos_v = IsFoos<T>::value;
250
+ --- 93150648
251
+ The original Rust compiler was written in OCaml.
252
+ --- 93150690
253
+ >>93150648
254
+ Was the original quintessential rust user french too?
255
+ --- 93150700
256
+ >>93150615
257
+ https://pastebin.com/HVVGsEcs
258
+ --- 93150994
259
+ I managed to wrangle a better function name out of chatgpt. I wish it wasn't so eager to give useless garbage code examples.
260
+ --- 93151058
261
+ >>93151038
262
+ sorry wrong example
263
+ --- 93151813
264
+ >>93150700
265
+ what exactly is wrong with it? does it skip the whole thing or just a part? What output are you seeing and what are you expecting?
266
+ --- 93151840
267
+ >>93150700
268
+ Nowhere in the code you posted does that snippet appear. Also, you make a lot of unnecessary copies in that code - many functions should be accepting the vectors by const reference instead of by value.
269
+
270
+ The next time you ask a question, please post the minimal code you actually ran along with a description of the error and expected output.
271
+ --- 93151867
272
+ >>93151795
273
+ >>>/g/wdg
274
+ --- 93152096
275
+ Hi
276
+
277
+ I want to git gut at lua but but reading the offical docs makes my retarded brain hurt, what is a good interactive website to learn on?
278
+ --- 93152212
279
+ Hello laddies and faggots
280
+ Drew is shittalking /dpt/. He believes himself the best programmer in the world currently alive, and uses the following software as evidence of this:
281
+ >sourcehut git host
282
+ >helios/ares kernel and OS
283
+ >himitsu password manager
284
+ >hare programming language
285
+ >sway window manager for wayland
286
+ >wlroots utils for wayland
287
+ He also says
288
+ >Are you retarded? When has /dpt/ produced more than fizzbuzz
289
+ Well, /dpt/? What do you have to say about that? Are you superior to drew the fault?
290
+ --- 93152241
291
+ >>93152212
292
+ Just tell him to go back to >>>/u/
293
+ --- 93152323
294
+ >>93152096
295
+ you can make good projects from bad code, getting good at a language for the purpose of getting good is a flawed way of learning a language, generally if you want to get better at programming you need to read the code of talented programmers and just strive for simplicity.
296
+ prioritize the project over the language, you will naturally get better if you use code for real world situations.
297
+ I liked this one section in Lua Programming Gems (but the version of lua is pretty old, and if you are using luajit half of the knowledge does not apply).
298
+ https://www.lua.org/gems/sample.pdf
299
+ --- 93152369
300
+ >>93152096
301
+ >interactive
302
+ what about making a game with it?
303
+ love2d.org/
304
+ --- 93152373
305
+ >>93152241
306
+ Here's his response:
307
+ >>goes to /u/ for first time in n years
308
+ >Honestly a lot of it looks pretty good, idk what the issue is.
309
+ >guess i'd prefer browsing porn on /b/ because cunny allowed but, doesn't look too bad desu
310
+ why hate? is it just a >muh faggots thing?
311
+ --- 93152401
312
+ >>93150638
313
+ ah I see... TY
314
+ --- 93152580
315
+ >>93152369
316
+ Thats what I want to do ultimately, but I try reading other peoples src and they usually use OO libs that get really heavy into the meta tables and other stuff I don't understand so I end up just getting lost
317
+ I thought that building a better lua foundation might help me over come that and was wondering /g/ know any good interactive lua tutorial websites that are not 9 hour indian youtube vids or SEO dogshit websites trying to get a subscription
318
+ --- 93152649
319
+ taking me a long fuckign time to get through the rust book
320
+
321
+ i would "just start programming bro" but some of the concepts are new so i'm finding it hard to read code
322
+ --- 93153007
323
+ >>93152649
324
+ Rust is a hard language. Do you have any past experiences with systems programming?
325
+ Take your time and do very small programs/challenges to practice on your way. Reading the book is just the beginning, it takes some time to really understand how do these concepts play out in practice.
326
+ --- 93153029
327
+ >>93152212
328
+ I'm better programmer than him. Who cares.
329
+ --- 93153037
330
+ >>93152580
331
+ The language is low on that stuff. I read the docs (well, the PiL book) after I already knew another language and once you've already seen another language, typical OO, etc. I don't think it's that hard to get the docs, and then you can just do whatever with tables? I don't know if there's another way to do it.
332
+ --- 93153165
333
+ >>93153029
334
+ Based
335
+ --- 93153389
336
+ Implementing multisegment and paging in x86 in NASM. Not without some weird macros to ease writing this shit.
337
+ --- 93153406
338
+ >>93153389
339
+ Just go for x86_64 and forget about segments.
340
+ --- 93153975
341
+ >>93153389
342
+ why are you doing x86 assembly? why not just use c, c++ or any other language?
343
+ --- 93154064
344
+ >>93153975
345
+ hate NPC responses like this.
346
+ if he wanted to use something else he would.
347
+ he blatantly chose asm for a reason
348
+ --- 93154168
349
+ >>93154064
350
+ because assembly is obsolete for most things unless you're doing something like writing your own bootloader. i want to know his reason and if its a good one.
351
+ --- 93154188
352
+ >>93154168
353
+ >because assembly is obsolete for most things
354
+ "too much work / effort for me" != obsolete
355
+ --- 93154220
356
+ >>93154168
357
+ If it was obsolete, it wouldn't be mandatory for good performance to this day.
358
+ --- 93154379
359
+ >>93154188
360
+ Sometimes a faster write time is more important than performance.
361
+
362
+ >>93154220
363
+ What are you doing that requires assembly instead of a good compiler with optimizations?
364
+ --- 93154449
365
+ >>93154379
366
+ >Sometimes a faster write time is more important than performance.
367
+ prove it fag
368
+ --- 93154470
369
+ >>93154379
370
+ >What are you doing that requires assembly instead of a good compiler with optimizations?
371
+ larping
372
+ --- 93154511
373
+ >>93154379
374
+ Why is this neurotic behavior so common?
375
+ >you can't use that you have to use this
376
+ so bizarre
377
+ --- 93154527
378
+ >>93154379
379
+ Personally, simulation work. But it's also a common problem in things as "mundane" as video encoding and decoding (see for example dav1d), cryptography, emulation, etc.
380
+ --- 93154539
381
+ >>93153007
382
+ I used C about 20 years ago but in recent years only high level languages like Scala, Java, Ruby, and more recently Go (which is the only one that actually deals with things like pointers). In C I remember doing things like allocating memory and then freeing it, but that's the extent of my knowledge of memory management.
383
+
384
+ As an aside I am a bit worried about wasting my time because I would like to go into systems programming but Rust has a very limited job market right now.
385
+ --- 93154620
386
+ >>93154539
387
+ Learn C++ first then if you are worried about job. You can always learn Rust later.
388
+ Rust has much fewer jobs, but also much fewer programmers. If you are fine with working remotely then you shouldn't have that much of an issue in finding an offer, but you still need to learn the language. C++ might be a safer option if you want to take less risk.
389
+ --- 93154660
390
+ >>93154379
391
+ >What are you doing that requires assembly instead of a good compiler with optimizations?
392
+ sometimes you gotta hand write some asm to abuse magic hardware instructions. compilers are smart but not omniscient
393
+ --- 93154755
394
+ Does Zig have real applications as an alternative to C programs that would make it worth learning? Or do you think it's going to wind up another cult language like Nim? I've seen large projects with corporate backing like Bun that use Zig, but I wonder if that makes it worthwhile to learn and work in.
395
+ --- 93154821
396
+ >>93154755
397
+ what kinds of things would really tip your opinion into using it? I've never understood this rationale with programming langs.
398
+ If it looks promising, just try it for yourself? Why do you need 50 corporations or projects giving the thumbs up before you do?
399
+ People are productive in good and bad langs.
400
+ --- 93154889
401
+ >>93154821
402
+ There's no point in using a language that does nothing more than your current language of choice. There is a larger ecosystem of libraries and tools for your language which you automatically lose if you choose another memelang, so obviously you need to gain something of at least equivalent value for your use case for it to be worth trying out.
403
+ --- 93154966
404
+ >>93154889
405
+ >so obviously you need to gain something of at least equivalent value for your use case for it to be worth trying out.
406
+ So again, how do you discern that?
407
+ Do you let a corporation tell you, if so , then how many?
408
+ A project or two of completely arbitrary value/worth based on your opinions?
409
+ Or... do you just learn more about the lang and try it?
410
+ --- 93154977
411
+ >>93154821
412
+ I guess it's more about transferrable skills, but I like to learn languages where I feel comfortable that knowing language semantics could help me down the line if I want to use the language on another large project or at work. I don't use corpo approval as a means of judging a language's quality by any means, but it's somewhat of an indicator as to whether people with money think it'll have longetivity, and that's really what I'm concerned about. Zig's syntax, speed and lack of an insane community like Rust's are all nice, but I don't want to put time into learning it if it's going to be mostly obsolete down the line due to a lack of support.
413
+ --- 93155011
414
+ >>93154966
415
+ >how do you discern that?
416
+ I use a checklist based on my usecase and experience. Then I check if there is either a feature or a library available to do the heavylifting required for <complicated subtask X> which I need to be productive using the new language. Then I check the list of features available and try to figure out how that would impact my productivity.
417
+ If enough checkboxes are ticked, I write a test program, but there are too many memelangs around to do that every time with every language, which is why the checklist is important.
418
+ When it comes to zig, it has nearly no checkboxes ticked at all, so it's very far from being on my radar for languages to actually write test code to evaluate for further use.
419
+ --- 93155066
420
+ >>93154977
421
+ programming langs are trivial to learn if you already know one or two well. And learning a new one can only be a good thing, regardless if it's irrelevant or not in X years.
422
+ And in zig's case, it's a tiny language by design. Don't let commitment/opportunity cost paralysis stifle you. Learn more langs, more often.
423
+ --- 93155152
424
+ >>93155066
425
+ Learning languages in the same style and paradigm as ones you know is purely a waste of time. In the same time you could have learned the ins and outs of a popular library for your language of choice and domain, not only making you more employable and more capable in your language, but also more knowledgeable in an employable way.
426
+ --- 93155159
427
+ >>93154889
428
+ Every language speaks C, and Zig is very concerned with speaking C effortlessly, that's why it embeds clang. You don't actually lose anything.
429
+ --- 93155181
430
+ >>93155159
431
+ Wrong and irrelevant. Tells me a lot about zig when that's the kind of people that advertise it.
432
+ --- 93155193
433
+ >>93155152
434
+ by that thinking, just don't even look at other langs at all then.
435
+ --- 93155214
436
+ as far as libraries go*, anyway.
437
+
438
+ I guess tools is another thing but Zig already does some interesting things there. Default ubsan and asan, builtin stack traces, some call tracing and profiling tools.
439
+
440
+ >>93155181
441
+ C is literally the only portable ABI. Nothing else matters.
442
+ --- 93155253
443
+ >>93155159
444
+ >Every language speaks C
445
+ no
446
+ >Zig is very concerned with speaking C effortlessly
447
+ using a half-baked toolchain is not effortless
448
+ --- 93155266
449
+ >>93155193
450
+ Looking takes little time and is worth doing to keep up with what's happening in language development if, like me, you have interests in this (if you don't, I agree: it is still a waste of time).
451
+ However, going beyond that level can only be justified when you can see enough from that language that learning it can be beneficial. This includes if it's a wild paradigm that you can't just emulate with a library available in your language (again, only if you care about those things), or if it has most of the scaffolds you need for your applications PLUS some extra advantage on top.
452
+ This is why despite the tranny memes I tried looked at, and then tried, rust, even though in the end I abandoned it as being sub-optimal for my use cases, and why, while I have been keeping an eye out for zig, I am increasingly less interested in it over time (but by comparison, I already have 0 interest in nim, crystal, beef or hare for example).
453
+ --- 93155278
454
+ >>93155214
455
+ C is not an ABI and is not portable as an ABI.
456
+ I can't write a python script and execute it from opendylan without hacks.
457
+ --- 93155954
458
+ >-h and --help both work because we print help on encountering any garbage switches by default
459
+ are you fully ganoo compliant anon?
460
+ --- 93156006
461
+ Why do Rustfags all use cuck licenses on their crates? It’s one of my main reasons for not wanting to engage with the language. I refuse to let my code be used by kikes for profit and don’t want to be pestered by zealots for using a real license.
462
+ --- 93156119
463
+ >>93156006
464
+ Because they're being paid to use this license. Don't you think it's weird there's virtually no rust software that does something new, it's all just "rewrite it in rust" kind of efforts? And the software being supplanted was GPL and now it's MIT or BSD? It's unironically a corporate move to try to kill FOSS because they don't like having to deal with the licenses and don't want to have to give back.
465
+ --- 93156198
466
+ >>93156006
467
+ what "your code"?
468
+ --- 93156224
469
+ >>93156006
470
+ it's a monkey-see-do cult
471
+ --- 93156414
472
+ On job openings, ehy do I so often see " .NET Core / ASP.NET MVC" listed in EXACTLY that way? Aren't they entirely separate things? .NET Core in a runtime, ASP.NET is a framework for web apps, and MVC is a framework for GUIs. Am I retarded?
473
+ --- 93156467
474
+ >>93156414
475
+ Because HR roasties are dumber than bricks.
476
+ --- 93156765
477
+ im a microservice developer, am I a real programmer?
478
+ --- 93156828
479
+ >>93156765
480
+ Of course not.
481
+ >>>/g/wdg/
482
+ --- 93156837
483
+ >>93156828
484
+ b-but i write java...
485
+ --- 93156877
486
+ >>93156837
487
+ Did I stutter?
488
+ --- 93156958
489
+ >>93156765
490
+ Not unless you're a Scottsman.
491
+ --- 93157398
492
+ Any good books from Amazon to learn c++ or lua?
g/93149095.txt ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ -----
2
+ --- 93149095
3
+ >muh DLSS
4
+ >muh Raytracing
5
+ >Just pay us $800 goy for an obsolete dead on arrival card with gimped vram!
6
+
7
+ No thanks, I think I'll just stick with my $270 6700XT reference that I got off ebay and works flawlessly, and until AMD gets to their senses and offers RDNA4, 4090ti tier performance for 600$, I think I just won't upgrade, So mote it be. It might be 2-3 years but I'm comfy. I will never buy njudea
8
+
9
+ Simple as.
10
+ --- 93149275
11
+ bought 3090 used for 650 bucks on ebay. been workin fine for months. people are retarded and buy new cards, that's their problem
12
+ --- 93150371
13
+ >buying overpriced shit
14
+ >for gaymes
15
+ Are you 12?
16
+ --- 93150413
17
+ >>93149275
18
+ >he games on used mining cards
19
+ NGMI
20
+ >it works fine
21
+ lol
22
+ lmao
23
+ --- 93150430
24
+ >>93149095 (OP)
25
+ >for an h100
26
+ just fucking end this miserable economy
27
+ --- 93150444
28
+ >>93150430
29
+ >30k was filtered from my post for some reason.
30
+ --- 93150507
31
+ >muh gaymes
32
+ I'll buy an AyyMD card when it actuall useful features like CUDA and tensor cores
33
+ --- 93150719
34
+ >>93149095 (OP)
35
+ Works on my machine, sage
36
+ --- 93150725
37
+ >>93150413
38
+ >refuses to elaborate
39
+ >>93150507
40
+ Kinda this? Im getting a card soon mostly to run muh AI better
41
+ --- 93151354
42
+ >>93150413
43
+ yes i do and yes it does. seethe more.
44
+ --- 93151522
45
+ >>93149095 (OP)
46
+ I'll give AMD a chance. If they don't fuck up the 7600xt I'm buying one. If they do I'll buy a used 1660 or a 980ti as a stopgap until the 5000 or 6000 series gets released.
47
+ --- 93151537
48
+ >>93150413
49
+ I do too, in 2018 I was buying used mining rx 480s for dirt cheap and just picked up a used Vega 56 for $75.
50
+ --- 93151700
51
+ >>93151522
52
+ It's an 8gb card. It's dead in the water.
53
+ Unless you only want to play older games, in which case, you'd be better off just buying something second hand.
54
+ --- 93151760
55
+ >>93151522
56
+ >used 1660
57
+ that's like $250 on Amazon brand new
58
+ --- 93151778
59
+ >>93151760
60
+ Yeah and a used 980ti is sub 100 euros and a used 1660 is like 105-120 euros.
61
+ --- 93152032
62
+ >>93150413
63
+ >running 24/7 undervolted at constant thermals in some warehouse in open rack
64
+ vs
65
+ >cumstained gaymer cellar, overclocked, thermally tortured by cycling for 12 hours
66
+ yeah i wonder which is better, jensen
67
+ not donating your coompany, m8
68
+ --- 93152488
69
+ >>93150413
70
+ I bought a heavily mined 1080ti back in 2020, and it still works to this day.
71
+ --- 93152544
72
+ >buying a gpu for video games
73
+
74
+ ngmi, either use a gpu for productivity (rendering, ML, etc) or GTFO
75
+ --- 93154793
76
+ >>93152032
77
+ >Power washed after left to gather dust for years in that warehouse
78
+ >Not properly dried and literally explodes when used again
79
+ --- 93155150
80
+ >>93154793
81
+ >get full refund due to ebay buyer protection
82
+ >try again and get a working card
83
+ >sell the broken card as parts for some extra cash
84
+ --- 93155169
85
+ >>93150507
86
+ >actuall useful features like CUDA and tensor cores
87
+ why would I do any work on my own computer? I have my company pay for that
88
+ --- 93155187
89
+ >>93155169
90
+ He doesn't do real work with his PC, he just wants to make stable diffusion porn
91
+ --- 93155209
92
+ >>93155187
93
+ That's valid
94
+ --- 93155252
95
+ >>93151778
96
+ >euros
97
+ what the fuck is that?
98
+ --- 93155595
99
+ >>93149095 (OP)
100
+ I use DLSS Quality even when I don't have to at 4k because of how good it makes the image look.
101
+ Jaggies and shimmering are eliminated while sharpness is retained, its like fucking magic.
102
+ --- 93155773
103
+ >if it's not nvidia then i won't buy it
104
+ Simple as
105
+ i think it's sort of like windows vs loonix, i always find my way back to windows one way or another
g/93149160.txt ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ -----
2
+ --- 93149160
3
+ >be Microsoft
4
+ >try to buy Activision for 68 billion USD
5
+ >get told no by the UK
6
+ >seethe so bad you end-of-life the one replacement to Win7 people had
7
+
8
+ I literally do not understand what the driving market forces are anymore
9
+ --- 93149196
10
+ >>93149160 (OP)
11
+ This post is the definition of rent-free. Did you honestly expect windows 10 to have a longer lifecycle than the other versions?
12
+ --- 93149246
13
+ >retards considering W10 as a W7 replacement
14
+ wtf
15
+ --- 93149260
16
+ >>93149196
17
+ honestly it's surprising that it outlived Win7 but I just really hate 11. Even after using it daily in computer offices it keeps leaving a bad taste in my mouth.
18
+
19
+ It's basically a motel whore. Decent, but im not taking it home.
20
+ --- 93149703
21
+ >>93149160 (OP)
22
+ A tablet/phone operating system is not a replacement for a desktop one.
23
+ --- 93149731
24
+ >>93149196
25
+ Poor/useless people are simply like that. Everything is a conspiracy against them.
26
+ --- 93150128
27
+ >>93149260
28
+ This describes my feelings. I use it at work but linux at home. It feels fucking dirty. You know in your heart everything you do on W11 is tracked and connected to you and deep down you know all those patches and reg fixes you ran to block telemetry and other bullshit don't work.
29
+
30
+ You never feel safe on W11 and that's because your autonomy over basic shit is overridden, take the fucking start menu as an example, updates and other shit is the icing on the top.
31
+ --- 93150219
32
+ If you're still using 7, you may as well ride out the Firefox ESR and 0Patch release cycles and start fresh with Windows 12.
33
+ --- 93150835
34
+ >>93150128
35
+ Im just waiting until they make a crack for win11 that negates the tpm requirement
36
+ --- 93152101
37
+ >>93150835
38
+ That's been around since day 0. I installed it on a BIOS machine without TPM.
39
+ --- 93152576
40
+ >>93149160 (OP)
41
+ windows operating system usually get supported around 10 years
42
+ we knew for years that win10 will be supported until 2025
43
+ --- 93154211
44
+ >>93149160 (OP)
45
+ Why can’t we just keep using it after it’s not supported?
46
+ --- 93154943
47
+ >>93149160 (OP)
48
+ IoT is going to 2032, and IoT ESU is going to 2037. That's 14 fucking years from now.
49
+ --- 93155578
50
+ >>93154211
51
+ I hope we can but im lowkey scared that they'll stealthily start bricking shit like its Apple
52
+ --- 93155605
53
+ >>93149160 (OP)
54
+ >get told no by the UK
55
+ Which of those two companies is incorporated in the UK
56
+ When did they get a fucking say in anything
57
+ --- 93155857
58
+ >>93149731
59
+ >grooming you to throw away perfectly functional objects and buy new ones literally is a conspiracy against poor people
60
+
61
+ look up what generational wealth is. the middle class has been tricked into believing collecting beaning babies and funco pops is the same as collecting gold, silver, and antiques like the richfags do. Just throw everything in the garbage and reset your material acquistion progress on a regular basis. Surely starting over again and again and again is the path to wealth and power! You fucking retard.
62
+ --- 93155926
63
+ >>93155605
64
+ smartest /v/ crossboarder
g/93149385.txt ADDED
@@ -0,0 +1,1077 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ -----
2
+ --- 93149385
3
+ https://drewdevault.com/2023/05/01/2023-05-01-Burnout.html
4
+ What the fuck happened
5
+ Which one of you did this?
6
+ --- 93149410
7
+ >>93149385 (OP)
8
+ Woke people are weak
9
+ More news at 11
10
+ --- 93149434
11
+ If he'd been a gun owner he could have defended himself
12
+ Instead he rolled over and died
13
+ --- 93149436
14
+ >>93149385 (OP)
15
+ It was all those fucking hare threads.
16
+ --- 93149444
17
+ >>93149385 (OP)
18
+ this guy is so fucking cringe
19
+ --- 93149467
20
+ >>93149385 (OP)
21
+ Nobody cares OP. Maybe you should join him and fuck off.
22
+ --- 93149484
23
+ >>93149385 (OP)
24
+ He has always been cringe, but he really turned it up to 11 this past month or so. He is probably just trying to impress some woke roastie.
25
+ --- 93149488
26
+ >>93149436
27
+ There was one per day at MOST and also I thought that anti-hare fags believed that Drew himself made those?
28
+ --- 93149510
29
+ >>93149385 (OP)
30
+ The needle on my give-a-shit-o-meter refuses to move.
31
+ --- 93149554
32
+ >>93149488
33
+ >I thought that anti-hare fags believed that Drew himself made those?
34
+ He did, that's why he's so worn out from it.
35
+ --- 93149561
36
+ >>93149554
37
+ Oh
38
+ --- 93149579
39
+ >>93149385 (OP)
40
+ Get woke go broke.
41
+ --- 93149605
42
+ >>93149385 (OP)
43
+ who is this and why should I care
44
+ --- 93149607
45
+ >>93149579
46
+ Rather, go woke and have shit stolen from you by anti woke sjws
47
+ --- 93149619
48
+ >>93149385 (OP)
49
+ What a surprise if you surround yourself with faggots you're going to deal with faggot problems. A lot of tranny lovers and LGBT+ allies are going to discover that making friends with mentally ill people is going to fuck you over long term. You can't be friends with emotional vampires that blame the world for their problems. And at the end of the day, people like Drew are just as abusive and will fuck you over like the best of them like the people they love to bitch about.
50
+ --- 93149642
51
+ >>93149385 (OP)
52
+ context
53
+ --- 93149687
54
+ >>93149385 (OP)
55
+ who is this person and why should i care? at least provide some context
56
+ --- 93149746
57
+ >>93149619
58
+ >You can't be friends with emotional vampires that blame the world for their problems.
59
+ I used to have /pol/ack friends (one irl) and literally all they did every day was whine about how jews and blacks made them miserable, even though they lived in the sticks.
60
+ --- 93149766
61
+ >>93149642
62
+ >>93149687
63
+ Drew Devault is one of the best programmers on the planet now and he works on many open source projects at once, such as:
64
+ >SourceHut: Distributed git web frontend that is very light weight but super powerful as well.
65
+ >Hare: A low level, C like programming language suitable for systems programming. Excells at small binary sizes
66
+ >Ares (Helios, Mercury): A new modern operating system which uses capabilities and is inspired by SeL4 and Plan9
67
+ >Wlroots: A library for wayland which makes it a lot easier to write a wayland compositior and aims to standardise them.
68
+ >Sway: Like i3-gaps but for wayland
69
+ >rc: A redesign of Plan9 shell, written in Hare
70
+ >himitsu: A password manager
71
+ ...
72
+ And a lot more
73
+ --- 93149801
74
+ >>93149746
75
+ Yeah I would make it as broad as possible, I wouldn't be friends with people who blame da juice either. People who have an external locus of control are bad friends and one day you'll end up in their crosshairs for being why their life sucks especially in the case where you start getting your shit together (and they have to realize they're being left behind).
76
+ --- 93149830
77
+ >>93149766
78
+ Literally never heard of any of those projects before.
79
+ --- 93149859
80
+ >>93149830
81
+ See https://git.sr.ht/~sircmpwn for more
82
+ --- 93149864
83
+ >>93149766
84
+ >wayland
85
+ so a faggot then, I see
86
+ --- 93149875
87
+ >>93149766
88
+ >Drew Devault is one of the best programmers on the planet now
89
+ anon asked for a point of reference not your drooling boner
90
+ --- 93149920
91
+ >>93149875
92
+ He is literally working on an operating system, a git web frontend, a programming language and a huge library ALL AT ONCE and mostly by himself
93
+ --- 93149937
94
+ >>93149920
95
+ >and mostly by himself
96
+ so he's a slightly more lucid Terry
97
+ --- 93149960
98
+ >>93149937
99
+ Yeah, but Terry was already really good
100
+ --- 93149978
101
+ >>93149766
102
+ >one of the best programmers on the planet now
103
+ so how come i never heard of any of this shit he made?
104
+ --- 93150026
105
+ >>93149960
106
+ People like to jerk off developers who write their own OSes but 30 years ago this was a required CS exercise. What we don't seem to get are any new features or improvements in performance/security, suggesting that unless you're serving a specific need for embedded systems this is masturbatory at best. It's reinventing the wheel, not rethinking the concept.
107
+ --- 93150030
108
+ >>93149978
109
+ you must not visit /g/ very often, sway is pretty popular here
110
+ --- 93150039
111
+ >drew resigned before rms
112
+ --- 93150139
113
+ >>93149619
114
+ >A lot of tranny lovers and LGBT+ allies
115
+ I saw his previous blog post fellating that trans mac driver dev Alyssa, but other than that did I miss something? Has Drew gone full woke? Maybe he will now take trannypill after his latest break-up?
116
+ --- 93150160
117
+ >>93149978
118
+ > sourcehut
119
+ another foss git repo backend
120
+ > helios
121
+ kernel
122
+ > ares
123
+ OS to make helios useful
124
+ > himitsu
125
+ yet another pw manager just as we're transitioning away from passwords
126
+ > hare
127
+ programming language no one asked for
128
+ > basic internet utilities with bindings to the above
129
+ okay
130
+ Look, this is a lot of work for one person to do and that's cool I guess, but this is arguably all for himself
131
+ >>93150030
132
+ >sway is pretty popular here
133
+ WAYLAND isn't even popular here and without it sway is immaterial
134
+ --- 93150203
135
+ If your corpus is things you've written for yourself and not contributing to other FOSS projects you might have a cadre of easily impressed beta orbiters but the rest of us are going to suspect you're an unstable schizo largely due to our experience with Terry.
136
+ Also, having a name like an Ace Attorney villain doesn't help.
137
+ --- 93150238
138
+ >>93149385 (OP)
139
+ >Which one of you did this?
140
+ >bad nasty chan people hurt precious cinnamon roll
141
+ Son, we're largely indifferent to this person because most of what he does is outside anything we use. Are you being ironic or do you genuinely believe /g/ runs around harassing people when we could be switching Linux distros for the fifth time this week?
142
+ --- 93150290
143
+ >>93149920
144
+ >He is literally working on an operating system, a git web frontend, a programming language and a huge library ALL AT ONCE
145
+ Well, not at the moment he isn't
146
+ --- 93150302
147
+ >wlroots is now dead
148
+ serves you right waytards
149
+ x11chads keep winning
150
+ --- 93150341
151
+ >>93150302
152
+ He handed off wlroots development ages ago.
153
+ Same with sway.
154
+ --- 93150391
155
+ >>93150139
156
+ He called for RMS to be removed and went on the usual muh diversity spiel.
157
+ --- 93150397
158
+ If you open a dictionary definition of wasted potential there is a picture of a Drew next to it. The only good thing he did was getting things moving in Wayland ecosystem (not just sway, but Wayland protocol extension proposals). After that he just kept making new pet projects and offloading them to other people after he got bored with them. The only reason why he kept working on SourceHut is because it pays his bills so he can autistically work on his worthless pet projects.
159
+
160
+ If he hadn't had an ego the size of Mount Everest, he could had actually made a difference in FOSS.
161
+ --- 93150419
162
+ >>93150302
163
+ >last commit a couple of days ago
164
+ ?????
165
+ https://gitlab.freedesktop.org/wlroots/wlroots/-/commits/master
166
+ --- 93150436
167
+ >Dependable Drew, an ear to listen, a shoulder to cry on, always knowing the right words to say, ready to help and proud to be there for his friends. Friends who, amidst these crises, are struggling to be there for him.
168
+ This is so sad. Drew, if you are reading this, know that 4chan will always be here for you :)
169
+ --- 93150499
170
+ So cringe. What a faggot.
171
+ --- 93150551
172
+ >>93149385 (OP)
173
+ --- 93150757
174
+ >>93150436
175
+ I can't believe Drew managed to end up in the friend friendzone.
176
+ --- 93150903
177
+ >>93150436
178
+ If anyone else wrote that it would be considered sarcasm
179
+ --- 93150930
180
+ >>93149385 (OP)
181
+ normal person
182
+ >i hate my job
183
+ arrogant 117 IQ codenigger who thinks he's the smartest person in every room
184
+ >gay ass 20 paragraph blogpost
185
+ --- 93150978
186
+ >>93150930
187
+ The smarter you are, the more you can say
188
+ --- 93150986
189
+ Went woke and went broke
190
+ It is funny that he's so desperate for approval that he keeps doubling down on woke garbage but is still losing friends anyways. It's weird that a guy who is smart enough to make decent software can't figure out that he's playing a lose/lose game and the only way to win is to stop.
191
+ --- 93150998
192
+ >>93150436
193
+ Truest truth, nobody needs anything more, best frendos are over here in 4chan.
194
+
195
+ We love you Drew
196
+ --- 93151050
197
+ >>93149920
198
+ >He is literally working on
199
+ not from the sound of the op
200
+ --- 93151068
201
+ >>93149385 (OP)
202
+ Written like a slimy Jew.
203
+ --- 93151090
204
+ >>93151068
205
+ >only da jooz have feelings
206
+ bro ...
207
+ --- 93151131
208
+ What a heartfelt, and yet, inauthentic message. Drew, if you're reading this, stop trying to be something you're not to please people you can't. Yeah yeah, 4chan trolls, whatever. Be honest with *yourself* and see that you choose your actions because you're afraid to be alone, and not because they're what you really believe in.
209
+ Fag.
210
+ --- 93151200
211
+ Why does the world need to hear some officebody’s purple prose?
212
+ --- 93151213
213
+ >>93151200
214
+ this comment is so insensitive. wow
215
+ --- 93151288
216
+ >>93149385 (OP)
217
+ Feelings are not real they are just a construct of your brain, you can force yourself to be happy all the time it's simple.
218
+ --- 93151333
219
+ >>93151288
220
+ I will NOT take my pills.
221
+ --- 93151353
222
+ >>93151333
223
+ You don't need pills, you need disciple and self control.
224
+ --- 93151393
225
+ >>93151353
226
+ And i will NOT meditate either.
227
+ --- 93151449
228
+ >>93151393
229
+ You don't need to meditate.
230
+ --- 93151535
231
+ >>93151288
232
+ your brain is not real it's just a construct of your feelings
233
+ --- 93151557
234
+ >>93151535
235
+ My brain is physical.
236
+ --- 93151571
237
+ >>93151557
238
+ physics is a construct.
239
+ --- 93151572
240
+ >>93149385 (OP)
241
+ Why are you guys keep opening hourly threads about someone really not "notable"?
242
+ --- 93151577
243
+ >>93151571
244
+ no, physical models are constructs. physics is the only thing that truly concretely is
245
+ --- 93151581
246
+ >>93151571
247
+ A construct of reality.
248
+ --- 93151587
249
+ >>93151572
250
+ >the most notable active programmer in open source industry is not notable
251
+ --- 93151596
252
+ >>93151587
253
+ >notable active programmer in open source industry
254
+ He doesn't work on any relevant projects.
255
+ --- 93151602
256
+ >>93151581
257
+ "constructs of reality" are a construct
258
+ --- 93151616
259
+ >>93151602
260
+ Everything is a construct you are the master over your own reality.
261
+ --- 93151622
262
+ Are hotdogs a type of hamburger?
263
+ --- 93151624
264
+ >>93149766
265
+ >Drew Devault is one of the best programmers on the planet now
266
+ huh?
267
+ >SourceHut
268
+ who cares? people just use github
269
+ >Hare
270
+ nobody uses
271
+ > Ares
272
+ nobody uses
273
+ >Wlroots
274
+ not significant + gayland
275
+ >Sway
276
+ tiling wm autism
277
+ >rc
278
+ who cares
279
+ >himitsu
280
+ again, who cares
281
+
282
+ It sounds he is just some hobbyist making irrelevant stuff, the only thing i've heard in this post is wlroots and sway. Ah yes, "ThE BeST ProGrAmMeR oN ThE pLaNeT"
283
+ --- 93151635
284
+ >>93151577
285
+ what's the cause of the big bang?
286
+ --- 93151646
287
+ >>93151587
288
+ hello drew
289
+ --- 93151659
290
+ >>93151635
291
+ >believing in the BBC gangbang
292
+ did you see it for yourself, or are you just trusting scientific hypothesis that it exists?
293
+ --- 93151671
294
+ >>93151624
295
+ >I am a codelet and filtered by tiling wms, therefore all these projects are mere hobbies
296
+ --- 93151676
297
+ >>93151659
298
+ what's the cause of physics
299
+ --- 93151681
300
+ >>93151624
301
+ >>SourceHut
302
+ >who cares? people just use github
303
+ people here
304
+ >>Hare
305
+ >nobody uses
306
+ daily thread
307
+ >>Wlroots
308
+ >not significant + gayland
309
+ Xoid detected
310
+ >>Sway
311
+ >tiling wm autism
312
+ we're on an autism website
313
+
314
+ working...
315
+ working...
316
+ working...
317
+ DONE!
318
+ Detection Result: Reddit Tourist
319
+ --- 93151688
320
+ >>93151676
321
+ causes are a human construct
322
+ --- 93151689
323
+ >>93151671
324
+ >therefore all these projects are mere hobbies
325
+ Yes, and what? They are literally all mere hobbies that won't be used in any real-world scenario, rather than some hobbyist ricing their desktop, lmao.
326
+ --- 93151702
327
+ >>93151688
328
+ believing causes are human construct is a human construct
329
+ --- 93151709
330
+ >>93151681
331
+ >people here
332
+ people in /g/ doesn't mean anything
333
+ --- 93151723
334
+ >>93151689
335
+ that's what they said about QDOS and the Altair 8080. Hobby computers, toy operating systems...
336
+ And they were right, Linux+Sway is where it's at. Just one more year for that year of the Linux desktop
337
+ >>93151702
338
+ that's the spirit
339
+ >>93151709
340
+ it means something on /g/
341
+ --- 93151732
342
+ >>93151681
343
+ >working...
344
+ >working...
345
+ >working...
346
+ >DONE!
347
+ jesus christ kill yourself
348
+ --- 93151734
349
+ >>93151681
350
+ a seething Drew posted that
351
+ --- 93151738
352
+ Hilarious how Drew browses /g/ and pretends that he's some fan of him defending any criticism towards himself LMAO.
353
+ --- 93151753
354
+ >>93151732
355
+ wowza, really struck a nerve huh
356
+ --- 93151766
357
+ >>93151723
358
+ ehm, the world is running on Linux and C, not ares, or hare, or whatever. You're moving the goalpost towards Sway.
359
+ --- 93151777
360
+ >>93151738
361
+ There is literally no proof that drew does this.
362
+ What the fuck is wroing with you? meds meds
363
+ MEDS
364
+ --- 93151790
365
+ >>93151777
366
+ Sup drew. Thank you for sway.
367
+ --- 93151828
368
+ >>93151790
369
+ Not Drew, but if you wish to thank Drew, send an email to [email protected], he will be happy to read it
370
+ --- 93151842
371
+ >>93151828
372
+ >Not Drew
373
+ Please dox yourself to prove it. It's the only way to be sure
374
+ --- 93151858
375
+ THIS IS THE SECOND TIME ALREADY
376
+ https://drewdevault.com/2022/05/30/bleh.html
377
+ I believe that this is a conspiracy by the proprietary software lobbyists to silence Drew.
378
+ --- 93151860
379
+ >>93151828
380
+ >Not Drew
381
+ selfie with timestamp
382
+ --- 93151880
383
+ >>93151860
384
+ >>93151842
385
+ >just dox urself bro
386
+ lmao no. how old are you, 12?
387
+ --- 93151896
388
+ >>93149920
389
+ >80 contributors
390
+ >mostly by himself
391
+ Lol
392
+ suck dick harder
393
+ --- 93151898
394
+ >>93151777
395
+ --- 93151909
396
+ BLACKED
397
+ --- 93151916
398
+ >>93150160
399
+ >but this is arguably all for himself
400
+ Also no more or more complicated than what the average /dpt/ poster has done.
401
+ --- 93151923
402
+ >>93151880
403
+ >>93151898
404
+ apparently hairline with timestamp will do
405
+ --- 93151942
406
+ >>93151738
407
+ This. Especially since he never lurks so he sticks out like a sore thumb.
408
+ --- 93151944
409
+ >>93151916
410
+ Are you retarded? When has /dpt/ produced more than fizzbuzz
411
+ --- 93151951
412
+ >>93151944
413
+ GPT was started in dpt newfag
414
+ --- 93151961
415
+ >>93151880
416
+ No, I'm no longer breedable-aged unfortunately.
417
+ --- 93151965
418
+ >>93151777
419
+ Watch his screencasts. These anime wallpapers, you know he's here.
420
+ --- 93151966
421
+ >>93151944
422
+ Have you tried living somewhere other than the deepest cranny up your anus?
423
+ --- 93151983
424
+ >>93151965
425
+ drew really does use anime wallpaperu? lol
426
+ --- 93152050
427
+ >>93151777
428
+ https://spacepub.space/w/m3iUKa161NwaoRrioFbLJU
429
+ --- 93152075
430
+ >>93152050
431
+ Oh fuck, is that real? Now I feel genuine remorse. well, not very much, but a tiny bit anyways
432
+ --- 93152123
433
+ >>93151942
434
+ In all seriousness, he's not a moron. He's very intelligent on top of obviously being charismatic, successful, and well-respected, not to mention hard-working and unfathomably wise.
435
+ No other programmer in history has ever been as open source as Drew DeVault.
436
+ --- 93152145
437
+ >>93149410
438
+ just like poltards, only they don't shoot out a school when their feelings are hurt
439
+ --- 93152153
440
+ >>93152123
441
+ kek
442
+ --- 93152155
443
+ >>93152050
444
+ >/a/
445
+ >/u/
446
+ >/c/
447
+ what a fag
448
+ --- 93152163
449
+ >>93152050
450
+ meh
451
+ im sure he's "reformed" now
452
+ >toxic masculinity
453
+ >we need to replace rms with a goirl minority
454
+ what's so fucking sad is that i never even minded tumblrites and their gay little platitudes, i just find it insufferable watching someone be dishonest with themselves this hard just because it's hard to get pussy and friends. drew, i really hope you're in this thread, because i do want you to know: those fags you're clout-chasing with will hate you infinitely the moment you fuck up. ive literally been in this position. stop lying to yourself for the love of god, it's a waste of life, you're not going to stop being miserable, it doesn't work
455
+ --- 93152168
456
+ >>93152050
457
+ >/c/
458
+ arguably more embarrassing than /g/
459
+ don't worry Drew, we love you anyway
460
+ --- 93152171
461
+ >>93152050
462
+ lmao
463
+ --- 93152200
464
+ >>93152163
465
+ You know I don't think he needs to involve himself more in poltard screeching, guy probably just needs a holiday.
466
+ --- 93152225
467
+ >>93149385 (OP)
468
+ pretty sure he said something similar last year guy is a nut case unsurprising if you are surrounded by modern troons. Also
469
+ > Berlin
470
+ yeah should have kept his guard up there is a reason why the Dönner there can be as cheap as 2.5€ in times of high inflation.
471
+ --- 93152257
472
+ >>93152225
473
+ >should have kept his guard up
474
+ given the concentration of nignogs in that part of Europe, it was inevitable something would be stolen
475
+ --- 93152282
476
+ >>93151966
477
+ Lmao ESL pajeet
478
+ --- 93152284
479
+ >>93152200
480
+ no, he needs to involve himself with neither /pol/tards nor tumblrites. it's hard nowadays because people like (you) kind of insinuate that these are the only two options, but it's not true. it is absolutely worth it to cut out a LOT of people in your life to instead get a few quality friends who aren't on one of those retarded brain-terminating treadmills
481
+ --- 93152319
482
+ >>93151944
483
+ /dpt/ says you should go back to >>>/u/
484
+ --- 93152322
485
+ >>93152050
486
+ WHAT THE FUCK
487
+ --- 93152339
488
+ >>93152322
489
+ I mean saying WHAT THE FUCK when you are posting here yourself is not very smart.
490
+ --- 93152341
491
+ >>93152257
492
+ not nignogs its the sandnigger and pakis nignogs are few last time I checked and stick to the ((beach)). Though if you ever feel lonely go there people are stupid in Berlin.
493
+ > but there is no difference
494
+ yes there is you haven't met enough yet. If you want nignogs there are other places in Germany though Paris has us all beat.
495
+ --- 93152353
496
+ >>93152319
497
+ >goes to /u/ for first time in n years
498
+ Honestly a lot of it looks pretty good, idk what the issue is.
499
+ guess i'd prefer browsing porn on /b/ because cunny allowed but, doesn't look too bad desu
500
+ why hate? is it just a >muh faggots thing?
501
+ --- 93152375
502
+ >>93152050
503
+ WTF DREW IS ACTUALLY /OURGUY/ AND HARE THREADS ARE ACTUALLY MADE BY DREW
504
+ --- 93152393
505
+ >>93152375
506
+ All shitposting aside drew really could've been /ourguy/
507
+ though the concentration of faggot Xoid subhumans on this board has probably made it unbrowsable for anyone who actually knows anything about the linux graphics stack and ecosystem
508
+ --- 93152403
509
+ >>93149385 (OP)
510
+ This is what stealing does to people. Don't steal. It's not just a material loss. It hurts.
511
+ --- 93152484
512
+ >>93152393
513
+ You don't fit in, drew. You never do. Lurk moar.
514
+ --- 93152492
515
+ >>93152403
516
+ It makes them into interminable faggots spewing purple prose?
517
+ --- 93152526
518
+ >>93152484
519
+ Hello, yes, it is me, Drew DeVault. you want me to "Fit In"? Here, let me give it a shot: People who still use Xorg are fat tranny niggers
520
+ >M-muh unix philosoph-ACK!
521
+ Does that do it for you? Huh? Are you fucking happy?
522
+ --- 93152560
523
+ >>93149385 (OP)
524
+ How does your backpack get stolen?
525
+ But I feel his vibe, Ive been emotionally checked out and stressed for about 4mo now after being laid off. I might be depressed because I just dont feel that happy or motivated. I started working out at the gym this week and I think that helps alittle. All of this effects my ability to code and do cool tech projects. Maybe its the lack of social interactions mixed with lack of female attention (self esteem issues that get thrown on a roller coaster if a girl is interested in me romantically/sexually). I dont have the answers but this guy should talk to a friend, but judging from other anons he sounds like a fag too
526
+ --- 93152563
527
+ >>93152526
528
+ fuck off Drew
529
+ --- 93152573
530
+ >>93152560
531
+ He might have left it at a luggage rack on the train. In Berlin in particular people run through the trains and just take whatever looks valuable.
532
+ --- 93152596
533
+ Drew DeVault is a psyop. He’s a literal “who” with no job that somehow has the funds to work on all of these projects that no one will ever use. I don’t know what the goal with drew is, but he’s definitely a fed plant.
534
+ --- 93152612
535
+ >>93152492
536
+ Sometimes.
537
+ --- 93152634
538
+ >>93152573
539
+ They can do that in burgerland too in any major city. I'd never let it out of my sight, which I dont because my backpack is worth way more (holds crypto, while encrypted and backed up at home still valuable). Our trains are more cozy though because nobody really uses amtrak so a worker will get your shit off and not some thief.
540
+ --- 93152635
541
+ >>93149766
542
+ Despite being crince, Drew Devault is admittedly a skilled programmer.
543
+
544
+ It's really a shame that he chose to waste his talents on Wayland.
545
+ --- 93152650
546
+ >>93152596
547
+ He's running his code hosting github clone as a business.
548
+ --- 93152669
549
+ >>93152650
550
+ >He's running his code hosting github clone as a business.
551
+ Nobody is paying for that.
552
+ (((they))) really are not sending their best.
553
+ --- 93152753
554
+ >>93152650
555
+ He only has like 10 users, and probably half at most are paying.
556
+ --- 93152760
557
+ >>93152669
558
+ lol i'm paying for it but i don't even use it, i just post everything to github
559
+ i almost cancelled when he started spewing woke shit, but to be honest i'm too lazy and it's too cheap
560
+ --- 93152762
561
+ >>93152635
562
+ He's a completely mediocre programmer, not a smidgen beyond but, to be fair, he is also not a hair below that level, i.e. it's not like he's outright incompetent as the average pajeet is or whatever.
563
+ --- 93152765
564
+ >>93149385 (OP)
565
+ Misery loves company.
566
+ --- 93152808
567
+ >>93152635
568
+ >waste
569
+ >on Wayland
570
+ reminder that outside of /g/ the idea that Wayland is a waste of time has basically no support. this is the reason why when anyone has to link anti-wayland stuff its like the same 3 things lol
571
+ --- 93152814
572
+ >>93152560
573
+ most of us techfags are lonely if you makes you feel any better, we're too autistic for normal social interaction or romance.
574
+ --- 93152898
575
+ >>93152814
576
+ I've been a professional software developer for six years. Most of my coworkers had relationships or were married with children.
577
+ --- 93152905
578
+ >>93152760
579
+ Why do you continue to fund his woke lifestyle?
580
+ --- 93152950
581
+ >>93152898
582
+ Same. Anyone above ~25 is "taken" one way or the other, and a lot of people below that, too.
583
+ However that's a relatively new phenomenon caused by HR roasties automatically trashing the resume of any non-normalfag, etc. i.e. that nowadays social skills trump all, including technical skills. Back in the 80's and 90's it wasn't even remotely like that and about half were permavirgin types.
584
+ --- 93152991
585
+ >>93152898
586
+ working in tech is not the same as being a techfag, most of them are normalfags only in it for the money. actual aspies who write GPU drivers and kernel code don't get laid because they're aspie or trans.
587
+ --- 93153009
588
+ >>93152905
589
+ yeah im not renewing lol
590
+ sorry drew, go woke go broke.
591
+ --- 93153022
592
+ >>93152991
593
+ >actual aspies who write GPU drivers and kernel code don't get laid because they're aspie or trans.
594
+ Believe it or not, most GPU driver developers are not weebs with screeching voices and 3D anime girl avatars but just random dudes.
595
+
596
+ They just don't stream themselves.
597
+ --- 93153033
598
+ >>93152950
599
+ Honestly, and i mean this genuinely, but you are going to need to get good. If you're having to deal with HR roasties to get hired, you already lost. You need referrals from above. Social skills are not necessary.
600
+ --- 93153078
601
+ >>93153033
602
+ >You need referrals from above.
603
+ > Social skills are not necessary.
604
+ Choose one, and no more than one.
605
+ Dumb tranny.
606
+ --- 93153087
607
+ >>93153022
608
+ >just random dudes
609
+ yeah, asian dudes who substitute IRL romance with anime
610
+ --- 93153128
611
+ >>93153078
612
+ look dude, you do NOT need social skills to get referrals from above, you know this.
613
+ don't pretend like you haven't been at jobs and thought "how the fuck did that faggot get hired"
614
+ well, i'm that faggot, and if you want to make any decent money in this industry, you better start getting some adderall because you need to be that faggot too
615
+ >tranny
616
+ nigger
617
+ --- 93153139
618
+ >>93153087
619
+ >asian dudes who substitute IRL romance with anime
620
+ I just want to draw attention to the fact that this man is so jealous of anime pfp guys that get more hoes than him that he has to make shit like this up to cope
621
+ --- 93153147
622
+ >>93153128
623
+ Thanks for proving you are 12 years old, however you must be 18 or older to browse this site. Come back in 6, youngster.
624
+ --- 93153175
625
+ >>93149920
626
+ I thought he wasn't working on sway and wlroots? And mostly focusing on SH
627
+ --- 93153187
628
+ >>93152484
629
+ >>93152563
630
+ Drew browses /a/
631
+ He is literally an oldfag
632
+ --- 93153193
633
+ >>93153139
634
+ I have no idea what you're talking about. Have you ever read the LKML? Half the dudes are called Xiang Ma.
635
+ --- 93153201
636
+ >>93153147
637
+ >>93153193
638
+ k lets see yours
639
+ no seriously, go ahead
640
+ --- 93153219
641
+ >>93153193
642
+ Have you ever seen a CS class? Filter out the good morning sirs who are no good and what are you left with?
643
+ --- 93153227
644
+ >>93149385 (OP)
645
+ I enjoy his blog
646
+ --- 93153228
647
+ >>93153201
648
+ >bragging about 17k
649
+ kek oh no this has to be bait
650
+ --- 93153238
651
+ >>93152762
652
+ Have you seen how fast he types and thinks? You should watch some coding livestreams of his.
653
+ --- 93153259
654
+ >>93153009
655
+ I will pay for it instead then :)
656
+ --- 93153277
657
+ >>93153238
658
+ I'm not the guy you are replying to, but he's pretty normal. I mean he's good but, still, normal. I'm a nobody and I'm as fast.
659
+
660
+ What sets him apart is his ambition and patience to keep working on and finishing lots of different projects.
661
+ --- 93153291
662
+ >>93153228
663
+ yeah in checking, do you really not have any savings?
664
+ what's next, do we need to move on to high yield savings, money market? let's see yours. im interested, lets go
665
+ --- 93153311
666
+ >>93153291
667
+ >chase
668
+ this has to be bait
669
+ --- 93153325
670
+ >>93153291
671
+ considering you live in the US, that's still nothing
672
+ I can tell you're a financial retard by keeping it in Chase, but the pass was enough to tell me that
673
+ --- 93153330
674
+ >>93153311
675
+ give me a better card than sapphire and ill fucking switch idgaf about banking
676
+ --- 93153331
677
+ >>93153291
678
+ What the fuck are you trying to prove? Also why aren't you buying stocks?
679
+ --- 93153346
680
+ >>93153331
681
+ I already have 4 pairs of socks, why do I need more?
682
+ --- 93153365
683
+ >>93153325
684
+ i don't live in nyc or sf, so it's not actually that bad
685
+ >>93153331
686
+ >What the fuck are you trying to prove?
687
+ that i'm not 12 and i know what the fuck i'm talking about when it comes to working in this faggot industry
688
+ most nocoders here genuinely won't believe it unless you do the retard douche thing, so i did it
689
+ >Also why aren't you buying stocks?
690
+ dont want to keep all of my money in the market, especially not right now
691
+ i've already got way too much stock and i haven't even finished selling my stocks from last employer
692
+ i'm not logging into schwab for this shit
693
+ --- 93153462
694
+ >>93153238
695
+ I have, he types and thinks on the slow side of average.
696
+ --- 93153467
697
+ So... how about that Drew DeVault guy
698
+ --- 93153473
699
+ >>93153365
700
+ >12 years old trust fund kiddie trying to prove he's not 12 by proving he's a trust fund kiddie
701
+ wow, that sure showed us
702
+ Come back when you're 18+, kiddo.
703
+ --- 93153476
704
+ >>93153462
705
+ >10 WPS is slow
706
+ what the fuck? It's over for me
707
+ --- 93153484
708
+ >>93153473
709
+ 12 year olds don't have Chase.com logins. Just take your L already, this thread is about drew not your fucking axe wound.
710
+ --- 93153489
711
+ >>93153277
712
+ Even that's no different than average. The main difference is more his self-advertisement, most people do the same kind of things but don't live-stream about it.
713
+ --- 93153511
714
+ >>93153484
715
+ Oof, the absolute depth of this self-own. Couldn't be me, kid!
716
+ --- 93153604
717
+ >>93153476
718
+ Just for you I pulled up a random stream and counted his wpm. I did not count any pauses, obviously. He averaged 1.43 wps, which is 86 wpm. As I said, on the slow side of average.
719
+ --- 93153627
720
+ >>93153473
721
+ i'm getting bored of this but i'll throw you one more for good measure :^)
722
+ cheers poorfag, stay mad
723
+ --- 93153653
724
+ >>93153627
725
+ It's hilarious that 12 years olds like you are so deluded about how real life works and thus can't stop posting self-owns like these.
726
+ --- 93153660
727
+ This thread is fucking wild man.
728
+ --- 93153688
729
+ >>93153653
730
+ no you're right. i'm 12 and have 100,000 in savings and employee equity awards.
731
+
732
+ that's not even a thing that makes any sense, but even if it did, how am i supposed to feel owned by literally getting everything handed to me for free? copium this hard isn't even safe for you, son
733
+ --- 93153703
734
+ >>93153660
735
+ what is wild about it, mr. wilder?
736
+ --- 93153721
737
+ >>93152145
738
+ Don't shoot up another school, tranny
739
+ --- 93153733
740
+ >>93153688
741
+ Keep on posting your self-owns. It's funny how creative you can be in proving that you're 12.
742
+ --- 93153739
743
+ >>93153733
744
+ no, i rest my case.
745
+ --- 93153745
746
+ >>93149746
747
+ Sure you did, troon
748
+ --- 93153758
749
+ >>93153660
750
+ it's hilarious lol
751
+ --- 93153771
752
+ >>93153739
753
+ I accept your surrender.
754
+ --- 93153782
755
+ >>93153771
756
+ >he thinks you're supposed to try to "win" on 4chan
757
+ who's 12 again???
758
+ --- 93153786
759
+ >>93153604
760
+ How do I increase my WPM?
761
+ --- 93153792
762
+ >>93153782
763
+ Why yes, I'll take fries with that.
764
+ --- 93153802
765
+ >>93153604
766
+ It's not a typing contest. He also has to think.
767
+ --- 93153809
768
+ >>93153792
769
+ i take back what i said earlier
770
+ with a sense of humor this cunning, i can see why social skills are a thing you're concerned about not having enough of
771
+ --- 93153816
772
+ >>93153786
773
+ Simply speaking, through practice. Learn touch-typing, make sure not to break form as you type, and type moar (typing out posts on 4chan counts, but you can also do explicit exercises).
774
+ --- 93153824
775
+ Hackernews is sucking Drew’s duck as expected
776
+ --- 93153839
777
+ >>93153802
778
+ The average wpm of a dev (who has to think while typing) is 95.
779
+ Backpedal harder, drew.
780
+ --- 93153841
781
+ >>93153824
782
+ Yeah man, those fucking losers, having empathy with someone suffering from overwork. Better call him a tranny or faggot like a true based chad right?
783
+ --- 93153857
784
+ >>93153841
785
+ Maybe you wouldn't have a mental breakdown if you didn't keep asking for it by posting garbage like this on 4chan, drew.
786
+ --- 93153868
787
+ >>93153841
788
+ Drew is a woke bald loser who has never published anything of significance
789
+ --- 93153877
790
+ >>93153824
791
+ pics or it didn't happen
792
+ --- 93153895
793
+ >>93153868
794
+ Let's see your open source projects anon
795
+ --- 93153913
796
+ >>93153868
797
+ This.
798
+ --- 93153921
799
+ The more I see this shit unfold, the more I realize that Drew DeVault suffers from the exact same problem that byuu did, and, if someone doesn't do something, he'll end the same way, trying and failing to please everyone, no longer honest to himself, and ultimately a lolcow. Someone please do something.
800
+ --- 93153937
801
+ >>93153921
802
+ What do you want us to do?
803
+ --- 93153949
804
+ >>93153921
805
+ Nah I don't think so, byuu cares way less about attention that drew does. I mean yeah drew publishes a lot but he also has real friends.
806
+ --- 93153970
807
+ >>93153786
808
+ play.typeracer.com
809
+ --- 93153978
810
+ >>93153949
811
+ byuu WAS in the same boat a long time ago. He even had a boyfriend irl. just wait, if things keep progressing like this, it's all down from here :(
812
+ --- 93154009
813
+ trust-fund anon can I have 500 loonies to pay rent ^^
814
+ --- 93154022
815
+ >>93153970
816
+ Ugh 47 WPM. That's horrible.
817
+ And I have been programming for 5 years now
818
+ --- 93154082
819
+ >>93154022
820
+ My WPM just keeps getting worse with time honestly, when the fuck do you type at 100 WPM when coding? I probably top out at like 70 WPM these days.
821
+ --- 93154100
822
+ >>93154022
823
+ there's a bunch of good content on that site, if you're doing proper homerow touch-typing I think you can just practice a bunch to improve
824
+
825
+ I average 90-100 but on a sunny day with a full moon I can hit 120 comfortably
826
+ doesn't matter nearly as much in programming as deciding names for things tho
827
+ --- 93154130
828
+ >>93149385 (OP)
829
+ > "allowed my productivity to wane as necessary"
830
+ It sounds like this guy has never lived a life that wasn't about his career.
831
+ --- 93154162
832
+ >>93154130
833
+ when you're sooper smart like drew beaknose you'll understand
834
+ --- 93154185
835
+ >>93153921
836
+ I am doing something
837
+ I'm making popcorn
838
+ --- 93154195
839
+ >>93153970
840
+ Damn, I've improved a lot. I used to be around 85.
841
+ --- 93154206
842
+ >>93153895
843
+ I never claimed to be someone notable the way Drew has
844
+ --- 93154219
845
+ >>93154185
846
+ I'll get the butter.
847
+ Not margarine, fuck that shit, i don't want to live any longer than i have to.
848
+ >>93154130
849
+ Honest question: what do you live your life for that's so much grander and more meaningful?
850
+ --- 93154244
851
+ >>93154195
852
+ the >100wpm captcha test is fun
853
+ --- 93154275
854
+ >>93154219
855
+ Margarine is carcinogenic. Butter is very healthy.
856
+ --- 93154345
857
+ >>93154275
858
+ my house has asbestos and i work on it without a mask
859
+ --- 93154375
860
+ >>93154345
861
+ Congratulations on being retarded.
862
+ --- 93154380
863
+ >>93154375
864
+ thank you kind stranger
865
+ --- 93154389
866
+ >>93154345
867
+ You're gonna get your wish soon enough then, well done.
868
+ --- 93154397
869
+ This thread is unironically fucking insane
870
+ --- 93154409
871
+ >>93154389
872
+ probably but what's even funnier is i'm not even joking, i'm tempted to post a pic of exposed asbestos for the lulz but too lazy to get up, plus i have a cough today
873
+ --- 93154413
874
+ >>93154397
875
+ Why?
876
+ --- 93154431
877
+ >>93154413
878
+ We're currently on the "guy maybe literally dying of mesothelioma" arc as we speak, do I even need to explain more?
879
+ --- 93154452
880
+ >>93154409
881
+ I believe you, m8, I'm just wondering why you're not doing something more expedient like locking yourself in the garage with your car turned on.
882
+ --- 93154458
883
+ >>93154431
884
+ What? You absolutely do need to explain that
885
+ --- 93154467
886
+ >>93154409
887
+ Just pray, anon! Pray to Cowboy Jesus! If you do it hard enough you will be IMMUNE TO BULLETS (and by extension, lead, and by extension, poison, and by extension, asbestos)
888
+ --- 93154519
889
+ Uhhhmmmm hare chads?
890
+ --- 93154547
891
+ >>93153291
892
+ bro what the fuck are you doing. There is no reason to have this much liquid money
893
+ --- 93154550
894
+ >>93154519
895
+ kekkekekeke
896
+ This is the height of his intellect.
897
+ --- 93154558
898
+ ive been doing nothing but just watching this thread go by for like an hour in stunned silence
899
+ --- 93154565
900
+ >>93153745
901
+ You will never be white, Rajesh.
902
+ --- 93154570
903
+ >>93154519
904
+ fat bald loser
905
+ --- 93154577
906
+ >>93154458
907
+ NTA but you are literally in the middle of it. You are making posts interspersed with the posts where it is unfolding.
908
+ Why do we keep coming back to this fuck factory to be surrounded by people who can't read?
909
+ --- 93154619
910
+ >>93154547
911
+ less than half of my assets are liquid and that's about as far as i'm willing to go in terms of risk
912
+ --- 93154645
913
+ >>93149385 (OP)
914
+ Will this teach him to stop shilling for communism?
915
+ --- 93154678
916
+ >>93154619
917
+ That's way too much. Liquid money is for regular expenditures and emergencies. I don't know your personal budget, but I highly doubt you're blowing through tens of thousands of dollars every month.
918
+ --- 93154693
919
+ >>93152050
920
+ >drew is a /u/chad
921
+ BASED
922
+ --- 93154717
923
+ >>93149385 (OP)
924
+ lmao what a faggot go cry some more
925
+ --- 93154854
926
+ >>93154519
927
+ Has anyone tried it yet?
928
+ It can't possibly be real, right?
929
+ right?
930
+ --- 93154927
931
+ >>93154645
932
+ FOSS is not necessarily communism
933
+ only retards think this
934
+ --- 93154954
935
+ >>93154927
936
+ Im talking about how he was pushing for communism on the trannyverse
937
+ --- 93154956
938
+ >>93154854
939
+ I'm getting 'no such host known' from a quick smtp test, and given that the post just got deleted, I assume it's real and he just brought it down.
940
+ --- 93155031
941
+ >>93154954
942
+ When?
943
+ --- 93155083
944
+ >>93155031
945
+ I remember going through his trannyverse account once and he had many posts about this. Lots of stupid allegories and strawman arguments too
946
+ --- 93155113
947
+ >>93149385 (OP)
948
+ Finally, he'll stop spamming his "ctrl-f not found" threads.
949
+ --- 93155130
950
+ >>93155113
951
+ Maybe he took a break to level up his advertising capabilities
952
+ --- 93155134
953
+ >>93155083
954
+ i don't like drew but i'm guessing "communism" in this case is just banal euro liberalism
955
+ --- 93155143
956
+ if you're here drew redpill me on hare
957
+ --- 93155156
958
+ >>93155130
959
+ I don't mind if spammers learn to pay hiroshimoot for advertisement like they're supposed to instead of constantly spamming. I use an adblocker anyway. The rules exist for a reason, even if most are never even followed by the tranny admins.
960
+ --- 93155161
961
+ >>93155143
962
+ Not drew, but
963
+ >>93104376 →
964
+ >Did you know that Hare produces 10 times smaller binaries than C, while being almost as fast as C?
965
+ Hare also supports tagged unions which enable a better way of error handling! No more perror, GetLastError and thr like! Now combine this with a great build system and what you get is a programming language suitable for ANYTHING!
966
+ do you like C? If so, you will love Hare
967
+ --- 93155172
968
+ >>93153291
969
+ get on my level bro
970
+ --- 93155176
971
+ >>93155161
972
+ I really want something that helps me write more correct code. I'm getting mad that nobody except the rust troons are even TRYING right now.
973
+ --- 93155177
974
+ >>93155156
975
+ >I don't mind if spammers learn to pay hiroshimoot for advertisement
976
+ Everybody uses an adblocker. Besides, why would you pay to advertise a FREE program?
977
+ --- 93155188
978
+ >>93155161
979
+ >>Did you know that Hare produces 10 times smaller binaries than C, while being almost as fast as C?
980
+ Only for irrelevantly small binaries. It's a retardedly useless thing to optimize for, which is why nobody else bothers.
981
+ --- 93155196
982
+ >>93155176
983
+ Optional borrow checker for hare is on the table.
984
+ Also see https://harelang.org/blog/2022-06-21-safety-features/
985
+ --- 93155267
986
+ >>93149385 (OP)
987
+ Please don't take the mean words here to heart, Drew.
988
+ You're an amazing person and moreover you've done tenfold as much as the any of the retards in this thread.
989
+ --- 93155280
990
+ >>93155267
991
+ I wholeheartedly agree. Drew is an amazing asset for the free software movement and all most retards on /g/ can do is complain and leech
992
+ --- 93155296
993
+ >>93155280
994
+ >>93155267
995
+ stop samefagging drew
996
+ --- 93155309
997
+ >>93155296
998
+ Cope
999
+ --- 93155312
1000
+ >>93155196
1001
+ hmm that doesn't look too bad
1002
+ Borrow checking would be a cool feature though, because done correctly, it could put hare in a similar class to rust/go for safety, which is a good place to be right now
1003
+ --- 93155316
1004
+ >>93155309
1005
+ >>93155280
1006
+ >>93155267
1007
+ t. drew
1008
+ --- 93155331
1009
+ >>93155309
1010
+ strange
1011
+ --- 93155332
1012
+ Is he responsible for the lack of good VRR in wayland?
1013
+ --- 93155333
1014
+ >>93155316
1015
+ >t. retard
1016
+ --- 93155337
1017
+ >>93155312
1018
+ go has no borrow checking, it has a full gc.
1019
+ "optional borrow checker" is just the same shit C has access to in static analysis, but shittier.
1020
+ --- 93155348
1021
+ >>93155316
1022
+ How did you know it was all me?
1023
+ --- 93155349
1024
+ >>93155332
1025
+ No, all he contributed to wayland was good
1026
+ --- 93155352
1027
+ Does anybody here actually believe that Drew, who starts a new project every few months, would have time for 4chan?
1028
+
1029
+ >lurk more
1030
+ Cope more, his time has value
1031
+ --- 93155361
1032
+ >>93155352
1033
+ See >>93152050
1034
+ --- 93155365
1035
+ >>93155352
1036
+ Anon...
1037
+ >>93152050
1038
+ --- 93156294
1039
+ >>93155177
1040
+ Advertising without buying an ad is against the rules Drew.
1041
+ --- 93156312
1042
+ >>93155348
1043
+ We all know you change your IP to bump and samefag.
1044
+ --- 93156325
1045
+ >>93149385 (OP)
1046
+ >can't even take a break without attentionwhoring about it
1047
+ >types like he wish he had a couple dozen extra IQ
1048
+ unbelievably faggoted
1049
+ --- 93156354
1050
+ >>93149766
1051
+ I thought you said you were taking a break, Drew.
1052
+ --- 93156382
1053
+ >>93156354
1054
+ he's taking a break from programming to post on 4chan more
1055
+ --- 93156422
1056
+ >>93152050
1057
+ Lmao so it really was drew in all those wayland threads
1058
+ --- 93156692
1059
+ >>93155352
1060
+ He used to shill sway on /g/ in the early days. Yes.
1061
+ --- 93156798
1062
+ >>93156422
1063
+ >soijak memes
1064
+ I really did think Xoids couldn't get any lower IQ or lower T, but you subhuman "people" find a way
1065
+ --- 93156809
1066
+ >>93156798
1067
+ Whatever helps you sleep at night, drew.
1068
+ --- 93157255
1069
+ >>93149766
1070
+ Normally I try to separate producer from product but Drews posts were enough to cause concern. Someone like that can't possibly be mentally stable and when you're leading projects that's a bad thing for the project.
1071
+ Sure enough, here we are where he's having a mental breakdown and might quit altogether.
1072
+ I'm not glad by any means but I knew it was right to hold off from looking into Hare and Ares despite them looking promising.
1073
+ It's also hard to contribute to projects when the owner doesn't like you for reasons that are out of your control and won't stop being open about that. That puts me in a lose lose situation.
1074
+ --- 93157383
1075
+ >>93157255
1076
+ >It's also hard to contribute to projects when the owner doesn't like you for reasons that are out of your control and won't stop being open about that.
1077
+ Is this in response to Drew's pro-trans, anti-white posts? Or something else?
g/93149433.txt ADDED
@@ -0,0 +1,327 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ -----
2
+ --- 93149433
3
+ Good bless the anon, the workforce and the goddamn pipelines.
4
+
5
+ >Interview Prep
6
+ https://leetcode.com/study-plan/leetcode-75
7
+ https://blog.interviewing.io/
8
+
9
+ >Resume Stuff
10
+ https://www.careercup.com/resume
11
+ https://cultivatedculture.com/resume-statistics/
12
+
13
+ >Salary Stuff
14
+ "What's your expected salary, anon?": https://www.fearlesssalarynegotiation.com/salary-expectations-interview-question/
15
+ Negotiation advice: https://www.freecodecamp.org/news/how-not-to-bomb-your-offer-negotiation-c46bb9bc7dea/
16
+ More negotiation advice: https://www.kalzumeus.com/2012/01/23/salary-negotiation/
17
+ Salary data: https://levels.fyi/
18
+
19
+ >Responding to Recruiter Spam
20
+ Advice on how to not get your time wasted: https://pastebin.com/WX4b62Jx
21
+
22
+ >Layoffs
23
+ https://layoffs.fyi/
24
+
25
+ >Helpful YouTube Channels
26
+ they're all grifters but here are some
27
+ https://www.youtube.com/@ContinuousDelivery
28
+ https://www.youtube.com/@EngineeringwithUtsav
29
+ https://www.youtube.com/@ByteByteGo (systems design at a high level)
30
+ https://www.youtube.com/@gkcs (systems design in more detail)
31
+ https://www.youtube.com/@ycombinator (if you're doing a startup)
32
+
33
+ >"I'm a self-taught dev/went to a bootcamp and have no degree, how do I get a tech job?"
34
+ You're fucked.
35
+
36
+ >/twg/ IRC Channel
37
+ #/g/twg on irc.rizon.net, it's comfy
38
+ Web client: https://kiwiirc.com/nextclient/irc.rizon.net/#/g/twg
39
+
40
+ Previous Thread: >>93123195 →
41
+ --- 93149608
42
+ >>93149433 (OP)
43
+ I'm quitting my 450k/y stripe job (senior swe)
44
+ In the middle of an economic downturn
45
+ With no jobs (ink on paper) lined up
46
+ ama
47
+ --- 93149638
48
+ If you don't have a comp. eng. or CS degree you will always have a shit tier code monkey job and you will never solve real complex problems.
49
+ --- 93149676
50
+ Boss is giving the speech about company loyalty and how quitters never win.
51
+
52
+ God I hate this shit.
53
+ --- 93150232
54
+ Bumping this thread because the other one doesn't have a subject, so this one is better
55
+ --- 93150723
56
+ >>93149638
57
+ I just got a CS degree and can't even get a shit tier code monkey job.
58
+ --- 93150904
59
+ gee twg how come janny lets you have TWO threads?
60
+ --- 93150946
61
+ >>93150723
62
+ You also need not to be a retard
63
+ --- 93151523
64
+ >get degree from clown college
65
+ >don't actually know shit but I have the magic piece of paper
66
+ >want to be sysadmin but skip the help desk step
67
+ What do and what study?
68
+ I have basic Linux and bash skills as well as some programming knowledge.
69
+ --- 93151628
70
+ >>93150904
71
+ The other one isn't /twg/ because it doesn't have /twg/ in the subject
72
+ --- 93151649
73
+ my life is so empty im waiting to get back to work after long weekend
74
+ --- 93151655
75
+ >>93151523
76
+ Like everyone says, you make your bones or get hired through nepotism. What so damn hard about leaving a job every 2-3 years?
77
+ --- 93151787
78
+ I dread mondays so much. When Sunday comes, to pass the time I'd just jack off, browse hentai sites and 4chan instead of just napping, learn to draw, or read books or watch movies fucksake. Maybe look up on my long backlog of games and see what I can play.
79
+
80
+ I want to stop being like this. I just feel like what's the point if I can only learn to draw on Sundays. I will never be good compared to the ones who can draw daily.
81
+ --- 93152598
82
+ >>93151649
83
+ same
84
+ --- 93152651
85
+ >>93149433 (OP)
86
+ Does anyone else feel kinda guilty about their job? My gf is a nurse putting up with insane shit (combative patients, literal shit, meth heads) and works 12 hr shifts for like $75k with virtually no chance at a meaning raise or anything. Meanwhile I wfh clearing over $100k without doing fucking anything some days and get like 5 weeks PTO and a solid yearly raise + bonus.
87
+
88
+ I have no idea how to rationalize this shit. I feel like a bitch.
89
+ --- 93152670
90
+ >>93152651
91
+ you provide more value than she does, simple as
92
+ --- 93152699
93
+ >>93152651
94
+ no because I like money
95
+ --- 93152708
96
+ >>93152670
97
+ Do I though? She saves people from dying, I update a few tests in software sold to gigantic corporations.
98
+ --- 93152735
99
+ >>93152651
100
+ >Does anyone else feel kinda guilty about their job?
101
+ I know what you mean, but I prefer to feel grateful, or lucky.
102
+ --- 93152751
103
+ >>93152651
104
+ Use the extra free time and energy to do something meaningful.
105
+ --- 93152786
106
+ >>93152751
107
+ I wanted to do volunteer EMS but no classes are being offered in my area for at least several months. I'm sitting in purgatory.
108
+ --- 93152793
109
+ >>93149433 (OP)
110
+ Australia is probably the best example of an oversaturated IT workforce. It is borderline impossible to even get an entry level job even with the help of certs and diplomas. I think I need a career change.
111
+ --- 93152840
112
+ >>93152793
113
+ Just come to the US
114
+ --- 93152843
115
+ Anyone doing 2 jobs at the same time? I do tech consulting in the data engineering/dev ops space, and I got a second contracting gig that I do at the same time, doubling my salary. So far so good but nervous about juggling meetings and workload when things start to pick up/
116
+ --- 93152891
117
+ >try to finish a feature today so I dont have to think about it for the whole week cuz I took it off
118
+ >Werks on my machine, send to server
119
+ >Shits out
120
+ >Requires OS specific library
121
+ >Fix it, send again
122
+ >It kinda shits out, the most important feature doesn't work
123
+ >Haven't found a way to fix it, seems like that OS specific lib is bugged
124
+ There's a new version for the tool that I'm using to develop this feature but it's not for commercial use
125
+ Fuck it, no one is ever going to find out, I need that break
126
+ --- 93152914
127
+ >>93152843
128
+ Zased. Get that money king.
129
+ --- 93152928
130
+ >>93152708
131
+ With tech work (and I guess office work in general), it is sometimes difficult to see the value we provide.
132
+
133
+ One of my relatives always say he sees his bullshit job just as a way to make money and find his fulfillment elsewhere, and that's probably very reasonable course of action.
134
+ --- 93152955
135
+ >>93152708
136
+ saving random people from dying doesn't provide that much value
137
+ there's 8 billion of them in the world and most of them are poor
138
+ --- 93153226
139
+ >>93149433 (OP)
140
+
141
+ >be me
142
+ >get emergency tickets
143
+ >database guy claims the issue is generated by a database error
144
+ >I take a brief look at one of the tickets and discover the error is coming from somewhere else
145
+ >we talk about it last week. I try to be diplomatic. Let him know there is some database error for some tickets, but not for the one I fixed.
146
+ >week passes by.
147
+ >during standup I throw database guy a bone, since his good people
148
+ >"me and database guy looked at this issue last week and the issue is very complex. For some of the other emergency tickets is definitely in the database. Not for this one however"
149
+ >database guy has a meltdown during standup and claims that even though my solution solved problem it is physically impossible for the ticket to be solved. Since he is convinced the issue is caused by the database.
150
+
151
+
152
+ no good deed goes unpunished.
153
+ --- 93153284
154
+ me watching 20+ emails start flooding in after I sent out my phish testing campaign for my company
155
+ --- 93153327
156
+ >>93153284
157
+ Nice job getting that bonus baiting those boomers. Fuck them, now they have to spend a few hours doing phishing training!
158
+ --- 93153344
159
+ >>93153226
160
+ >helping other people
161
+ dumbass
162
+ --- 93153454
163
+ >>93153284
164
+ how can I get this job? I always click the spam button, my company is constantly sending these stupid fake email tests and people keep falling for them.
165
+ I wish I could write fake emails in bad English and get paid for it.
166
+ --- 93153474
167
+ >>93153454
168
+ get net+ and sec+. best certs to get your foot in the door for cybersecurity and if you've already done other IT work it helps a lot too
169
+ look for "security analyst positions
170
+ --- 93153491
171
+ >>93153454
172
+ >henlo ser, your bank detales have been campromized and we need to more your munny to a secore account, just give me your details good sir
173
+ --- 93153514
174
+ >>93153474
175
+ imagine doing certs lmao
176
+ --- 93153515
177
+ Do any of you have side hustles or side businesses to make money?
178
+ --- 93153522
179
+ >>93153514
180
+ look I don't really like them either but the people who hire do
181
+ --- 93153555
182
+ happy good pipelinrl
183
+ --- 93153984
184
+ finally got a job offer.... it's helpdesk
185
+ --- 93154157
186
+ how do I actually estimate my 'market value' when compared to something like levels.fyi? is there somewhere I can look at responsibilities/experience and what that translates to? I think im being paid a bit under market rate for my specific work and current responsibilities but I already make so much it feels weird to even consider asking for more
187
+ --- 93154664
188
+ The AWS representative that was the rep for my company since I got hired was laid off from amazon. Seeing all the fake shit on linkedin about what a good job he says he did makes me want to vomit especially since he called me Alan for multiple years despite me correcting him multiple times. Also he'd straight up just send the wrong emails to the wrong companies some times. Linkedin is so fake it hurts.
189
+ --- 93154705
190
+ >>93152793
191
+ get a Hilux and become a tradie. you don't even need a license if you drive a Hilux
192
+ --- 93154791
193
+ >>93153515
194
+ yeah i suck dick on the side $20 a pop used to be $10 but inflation hits hard you know. it's all under the table though (lol) so don't tell the irs
195
+ --- 93155067
196
+ >>93153515
197
+ Yes I own a file hosting platform
198
+ --- 93155168
199
+ >>93149608
200
+ How will you name your startup?
201
+ --- 93155207
202
+ >>93154157
203
+ what do you mean bro? if you work at a large company its pretty easy to tell where you're at compared to levels. if you're at a startup sometimes you just have to wear many different hats.
204
+ --- 93155232
205
+ >>93149676
206
+ I'm sure he also announced how many shares each of you got today.
207
+ --- 93155880
208
+ >>93155207
209
+ I used to be in FAANG and hated it. I'm now in a sort of startup(?), smaller size but yuge funding, and yes wearing many hats. I'm having trouble translating that to a 'market price' for myself though
210
+ --- 93155908
211
+ >>93152708
212
+ Well, you provide more money to you're boss that's why you're salary is higher. But, just making more money doesn't mean you're better than someone. There are kikes on Wall Street who just trade and sell all day long, but make millions. So be happy you at least helping to create something instead of trading.
213
+ --- 93155939
214
+ Legitimately speaking, what even is the point of a use case diagram? I've looked at over a hundred of these now and at this point I'm not convinced that a single one of them contained more than one or two sentences worth of information.
215
+
216
+ The idea of building something like pic related and having it somehow provide more help than the time spent building it -- or provide any help at all for that matter -- is just laughable to me. Maybe if you've never thought about the problem at all before this would be a good first step, but if you've got a third of a brain and you've looked at or interacted with the process you're modeling then you're already beyond what this provides in terms of understanding.
217
+ --- 93156111
218
+ >>93149608
219
+ don't leave be lazy until you get fired.
220
+ --- 93156140
221
+ >>93155880
222
+ I think it would be a hard sell for anything above staff unless you were already staff+ before transitioning to the startup. I'm only senior though, so take it with a grain of salt.
223
+ --- 93156244
224
+ >new woman in the office
225
+ >one of the first thing they say is I have a boyfriend
226
+ who the fuck cares retarded hole
227
+ --- 93156250
228
+ >>93155939
229
+ its administrative bloat to create fake jobs for useless nepotistic or diversity hire fucks to waste their time on pretending to be relevant or important to the organization's function, whether it's making or analyzing them
230
+ --- 93156256
231
+ helo twg, im a degreeless loser but made a decent portfolio. no skin in the game except the portfolio, no work experience etc etc but have an interview lined up for junior position.
232
+ how much do I ask for?
233
+ dont wanna lose the offer but dont want to sell myself short and look like a wimp by keeling over
234
+ --- 93156263
235
+ >>93152891
236
+ Try using docker to test with the host image.
237
+ --- 93156296
238
+ >>93152891
239
+ at our office we dont pay for any visual studio license and we use the free version of almost everything
240
+ --- 93156302
241
+ >>93156244
242
+ why the fuck do women talk so much
243
+ I work with two of them in the same office and they just cannot shut the fuck up
244
+ I dont care about your brother, father, sister, your checkups, how it was for college, about your commute holy shit female go get married finally and pester someone who will be obligated to listen to you drivel jesus christ
245
+
246
+ they do this at least 2 hours a day
247
+ and then people dare say were all less productive when WFH
248
+ --- 93156400
249
+ >>93156244
250
+ Considering the field isn't exactly known to attract social butterflies, mentioning something like that is very reasonable thing to do.
251
+ --- 93156403
252
+ >Indian hr fag emails in broken English that his mouse and keyboard stopped working
253
+ >he then walks to my desk to tell me
254
+ >he turned Bluetooth off
255
+ --- 93156490
256
+ >worked 3 months with react-native
257
+ >worked 5 months with PHP (Yii 2)
258
+ >worked 8 months with ReactJS
259
+ >worked for 7 months with NodeJS
260
+ >worked 4 months with vueJS
261
+ >worked more 6 months with react-native (again)
262
+ >now i had to change back to PHP again
263
+ Fuck this shit! I have more than 2 years of xp with programming but i couldn't get good at anything at all because i always need to change my stack in this shitty company.
264
+ I was doing some interviews these days and i failed in all of them because i didn't ''had the necessary experience with stack needed for the position''.
265
+ I don't know what to do right now. I'm currently working in a Laravel project with PHP (again) and in some months i'll forget almost everything about the other stacks i worked with. This is really a pain in the ass. I'm trying some interviews to get rid of this shitty company i'm in but it's being very hard. I have another technical interview tomorrow for a frontend vueJS role. The manager said that he needed someone with at least 3 years with VueJS but he decided to go on because he liked the way i proceeded in the first interview. I know that I'll fail again but I'll try anyway.
266
+ --- 93156553
267
+ >mandatory return to office starts tomorrow
268
+ >we're just there to look pretty to executives despite being able to do all my work easily at home with better equipment
269
+ >office wont even upgrade our computers or equipment to make life easier
270
+
271
+ I hate corporate.
272
+ --- 93156557
273
+ >>93152651
274
+ you're more valuable than her. just accept it and be a man.
275
+ --- 93156583
276
+ >>93156302
277
+ >and then people dare say were all less productive when WFH
278
+ Me and my coworkers joke on my programming team how you literally get nothing done at the office compared to home. This return to office shit is such bs. People constantly talking outside your cubicle while youre trying to focus.
279
+ --- 93156597
280
+ >>93156553
281
+ My deadline is coming soon. I'm just going to ride it out until they fire me. No way I'm relocating to the Bay area.
282
+ --- 93156608
283
+ >senior slacking on code reviews again
284
+ >deploy is in a few days
285
+ >ill have to crunch any fixes if tester finds something I missed
286
+ its all so tiring
287
+ --- 93156771
288
+ >>93156583
289
+ >>93156302
290
+ The only difference is that working in the office you can "look busy" better because you're there in person. If some suit walks by, they see people talking and assumes it's about work, not realizing 80% of these conversations are talking about what they did in the weekend or what they're going to do in the weekend. But if you work from home, a missed meeting or not being available 24/7 is seen as "not being productive" because you're not glued to your desk after finishing your work early because you're able to focus without constant chatter all around you.
291
+ --- 93156788
292
+ >>93156771
293
+ Corporate culture really is fucked up
294
+ --- 93156992
295
+ soo, how are the layoffs going? Are they still ongoing? Asking for a friend
296
+ --- 93156995
297
+ Can someone please explain what the hell a sysadmin actually does? I got offered a junior position in NYC on the spot last year, but couldn't accept it because I couldn't relocate on such short notice. I still can't get any interviews for [junior] sysadmin positions in the UK, despite now having some work experience + a bachelor's in cybersec. I have 8 months experience in a helpdesk role that was 50/50 1st/2nd line and now 4 months experience in a pure helpdesk role. Just the degree and 8 month role was enough to get the job offer in NY.
298
+
299
+ Is it primarily 2nd line, actioning tickets for backend things? I know about ACLs, AD shit, basic networking, NASs, etc, but I'm currently shit at virtualization, programming/scripting (without stealing shit off stackoverflow), dealing with SaaS vendors, etc. I know more, and need to learn more, but is it primarily 2nd line back in the states? The UK is fucked up and they make you take on way too many roles for little to no extra pay; so much so that no two positions are even remotely similar anymore. I'm sick of this shit. Looking to take my sec+ exam in June.
300
+ --- 93157048
301
+ >>93156995
302
+ >The UK is fucked up and they make you take on way too many roles for little to no extra pay; so much so that no two positions are even remotely similar anymore. I'm sick of this shit.
303
+ sys admins get roped into all kinds of shit, all the time (assuming you are in a non-IT company, which usually means the IT department is very understaffed). you sound like you dont have any actual homeland you care to stay in just like most of the people in the northeast and great lakes states, so you have a lot of freedom in job prospects
304
+ --- 93157059
305
+ Why do companies wanna do so many interviews? Fucking 3-4 hours of interviews. I have experience, just give me the damn job.
306
+ --- 93157069
307
+ >>93156995
308
+ >declined a position in nyc to apply for junior jobs in the uk
309
+ lmao kill yourself retard
310
+ --- 93157183
311
+ >>93157059
312
+ I thought after 6 years experience it would be easier to find a job but it's even worse now. The worst are the no-name companies wanting to be like a FAANG company and making you do 5 interviews in the same day. But usually it's the introductory phone call with the recruiter who doesn't know anything, then the first interview which is the same as the introductory phone call but you are talking with the hiring manager or an engineer. Then from there it's usually 2-3 interviews. On average, if I do all interviews it'll take about a month or a month and a half just to be told that I didn't get the job.
313
+
314
+ I kind of wish every company just hired you for a short-term contract and converted you to full-time after seeing how you work. But then again companies would probably abuse that if that was the norm. I just hope the next job I have lasts longer than 2-3 years so I don't have to go through this time-consuming process ever again.
315
+ --- 93157212
316
+ >>93157183
317
+ >I kind of wish every company just hired you for a short-term contract and converted you to full-time after seeing how you work.
318
+
319
+ This is what I really want in the end.
320
+ --- 93157291
321
+ >>93157048
322
+ Aye, I'm fully aware and actually welcoming of the "wearing of many hats". The UK seems to like having the bare minimum amount of staff, for minimal pay, so the "hats" are way bigger. Most businesses/companies that pay fairly are most often based overseas.
323
+
324
+ >>93157069
325
+ >"[...]but couldn't accept it because I couldn't relocate on such short notice."
326
+ >nowhere near what I meant
327
+ Where do you work? I'll take your job, since your reading comprehension is a fucking liability.
g/93149505.txt ADDED
@@ -0,0 +1,244 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ -----
2
+ --- 93149505
3
+ Big yud was right all along...
4
+ --- 93149659
5
+ but I thought Ai was going to bring us a communist utopia
6
+ --- 93149743
7
+ I am become Chuck, the sneeder of feed.
8
+ --- 93149855
9
+ Mathematics is a young man's game.
10
+ --- 93149911
11
+ >>93149505 (OP)
12
+ Where's that interview?
13
+ --- 93149932
14
+ >>93149505 (OP)
15
+
16
+ He should finish the forward-forward algorithm and get it running on neuromorphic hardware.
17
+
18
+ Now all we're left with is some Frenchman and a bunch of jews bringing their antiwhite bias into the AI realm.
19
+ --- 93150089
20
+ regret AFTER he made that all
21
+ good job
22
+ because you could not tell it was a bad idea to develop cutting edge technologies for big corpo
23
+ like
24
+ all the movies did not teach you anything
25
+ haha he did the Oppenheimerino
26
+ whoopsie
27
+ --- 93150192
28
+ >>93149659
29
+ Whether it gives everyone their own private loli island holodeck, or autoclaves the planet, a Singularity will be better than the hell that is wage-slavery under Capitalism.
30
+ --- 93150390
31
+ >>93150089
32
+ >just don't do anything because it might turn out bad 50 years later
33
+ dumbass
34
+ --- 93150581
35
+ >>93149659
36
+ In order for Communism to function, it needs a massive slave class. Just look at the gulag system in USSR of yesteryear or North Korea and China today.
37
+ --- 93150810
38
+ >>93150390
39
+ do it for good people, not tech giants that literally removed their "Don't be evil" motto. It should have been more open source driven from the beginning
40
+ --- 93150838
41
+ >the artificial intelligence became... intelligent?
42
+ --- 93150869
43
+ >>93150089
44
+ Nukes have ensured relatively long-term peace though. Only countries at risk for war in this day are countries without nukes
45
+ --- 93150915
46
+ >>93149505 (OP)
47
+ AI causes more rapid capital accumulation among the capitalist class?
48
+ I had no idea... I was just developing it for fun...
49
+ --- 93150933
50
+ >>93150192
51
+ all it will give you is a wealthier capitalist class and some half measures to reduce to population growth and move people about
52
+ --- 93151138
53
+ >>93150869
54
+ long term peace what, we are in full blown war and you dont seeit, war is always there in a form or another, this is a cold war worse than before
55
+ --- 93151340
56
+ >>93151138
57
+ You should have seen real wars
58
+ --- 93151464
59
+ >>93151340
60
+ easy to say there is "peace" sitting comfortably and safely on USA soil home, "real" wars are everywhere and always have been, go ask Iran, Iraq, Afghanistan, Yemen, and all eastern globe when was the last time they felt the peace, ofc there is peace for you if you are the bully (usa)
61
+ --- 93151491
62
+ nukes just ensure mutual annihilation, shut the fuck up you warmonger
63
+ --- 93151559
64
+ > Nukes have ensured relatively long-term peace though
65
+
66
+ then please lets make sure everyone gets their nuke!
67
+ MORE PEACE YAY
68
+
69
+ ignorant
70
+ --- 93151603
71
+ >>93151559
72
+ it would unironically work that way
73
+ but nuclear countries don't want this because then they wouldn't be able to declare war on non-nuclear countries as they please.
74
+ --- 93151620
75
+ >>93150192
76
+ current gubmints with all the regulations are closer to socialism than capitalism
77
+ --- 93151631
78
+ SouthKorea is being given nukes by the Biden administration, just like you want
79
+ this would surely not upset NK, China and Russia and potentially escalate things there
80
+ oh no
81
+ this will lead to more PEACE
82
+ right!!!!
83
+ some people do not really have a clue
84
+ --- 93151645
85
+ >>93149505 (OP)
86
+ >nobel
87
+ So a retarded member of the in group, disregard anything he says
88
+ --- 93151652
89
+ >>93151631
90
+ if Ukraine had nukes, it wouldn't be at war right now
91
+ --- 93151669
92
+ >>93151645
93
+ Read?
94
+ --- 93151699
95
+ >>93151603
96
+ >it would unironically work that way
97
+ Until one day someone just says fuck it and tries to see how far he can push a nuclear country without triggering a nuclear war. First they'll blow up bridges and oil tankers, then they'll do terrorist attacks in major cities, then military excursions in border regions. This is happening right now in case you're not following the news. How far can you push before a nuke flies your way? We could find out this year.
98
+ --- 93151733
99
+ >>93151652
100
+ India and Pakistan are constantly at war with each other and both have nukes. It doesn't actually work that way, nuke don't actually freeze your enemy into inaction, they just make him hesitate a bit and then he pushes on anyway
101
+ --- 93151752
102
+ >>93151652
103
+ Conversely, if Russia didn't have nukes, the war would have been over a lot faster
104
+ --- 93151769
105
+ >>93151559
106
+ Yeah, if Ukraine have not given up post USRR nukes, they would not be invaded.
107
+ Nukes are greatest deterrent. No one wants nuclear war.
108
+
109
+ And even if there would be some schizo dictator who would want it, there is big chance that chain of command would collapse when nuclear war would be commanded.
110
+ Cause even dictators lackeys have families, and things they want to protect, and full blown nuclear war puts all of it in danger.
111
+ --- 93151800
112
+ >>93151652
113
+ you have no clue, if Ukraine had nukes we already would be at ww3, Zekensky would have been dumb enough to use them and Russia would have respond with theirs wiping out all Ukraine, maybe you do not know how powerful nukes are, because even few nukes CANNOT wipe out Russia, but few nukes can wipe out Ukraine, the immediate damage from the Nukes is not that "much" (still a lot) but compared to the other stuff that comes after an area has been nuked, there are websites where you can simulate them nukes, try them
114
+ --- 93151827
115
+ >>93151800
116
+ If Ukrained had nukes, Russia would not attack them, that's first.
117
+ And even If they did, and Zelenski used them, no one would side with Ukraine after that.
118
+ --- 93151967
119
+ >>93151699
120
+ this, more nukes there are, the more the chances of some dumbpuppeteed politician to use them, because if everyone has them, things even out and countries will still wage war against each other believing that the rival will not be so stupid to use them, but it takes just One time them one would actually use them and will be wwIII
121
+ --- 93152001
122
+ >>93151827
123
+ oh ok if they had them, probably yes they would have not invaded, i understood if they were given now, yet still Russia COULD have invaded nonetheless, because Russia nuclear capability is way beyond what Ukraine would have had
124
+ --- 93152071
125
+ >>93150089
126
+ >all the movies did not teach you anything
127
+ You mean the ones funded by large corpos and headed by yids?
128
+ --- 93152097
129
+ >>93152001
130
+ >nukea country you want to take over
131
+ >make the land uninhabitable for couple generations
132
+ >make everyone trigger-happy to nuke you the next time you show up at their border
133
+ yeah, there's such a great incentive to use nukes in an expansive war
134
+ --- 93152111
135
+ >>93152071
136
+ yes, movies ARE funded by corpos, yet they are still true, they are just a preview to mock the population and show them what is about to happen, actually is deeper than that, if you know you know why that does happen
137
+ --- 93152161
138
+ >>93152097
139
+ there were no great incentives to nuke a defeated country more than one time by the USA..
140
+ but yet
141
+ still
142
+ --- 93152215
143
+ >>93152161
144
+ There was one
145
+ To show that USA has the most advanced militarily in the world, and it worked.
146
+ --- 93152280
147
+ >>93152161
148
+ >no great incentive
149
+ >nips so buck-broken that they worship 'murica half a century later
150
+ --- 93152538
151
+ post link faggot
152
+ --- 93152882
153
+ >>93151138
154
+ As long as they don't send me dying in a muddy trench like my great grandfather I'm ok with whatever "war" we're currently experiencing.
155
+ --- 93153262
156
+ >>93151631
157
+
158
+ korean economy to collapse from chinese competition
159
+ --- 93153356
160
+ >>93151620
161
+ Is that what really matter? Avoiding wage slaving is what is important.
162
+ --- 93153463
163
+ >>93151699
164
+ Falklands war happened
165
+ you can attack a nuke-armed country as long as you dont invade their main, home, soil
166
+ --- 93153546
167
+ >>93152161
168
+ Failure to instantly surrender is ample incentive. Fire raids didn't work up to that point either.
169
+ Nothing less than surrender is surrender, and "defeat" isn't real until the enemy surrenders.
170
+ --- 93153586
171
+ >>93149659
172
+ So you think people in power are just gonna give up their their superior position and become normies? Fuck no.
173
+
174
+ "AI Alignment" means aligning the AI's goals with the elite, so that they can still be at the top. Normie faggots will be worse off with god like AI on elites side.
175
+
176
+ And if I was one of these elites, I would do the same thing in heartbeat. I would build myself and my circle a heaven on earth, fix all the problems with my body and live forever. All while watching you from the clouds like the god I would be.
177
+
178
+ But maybe that is just me. Maybe none of the real elites have such thoughts. Maybe they don't like the idea of absolute power.
179
+ --- 93153602
180
+ >>93150192
181
+ >>93153356
182
+ >wage-slavery
183
+ No such thing.
184
+ It's a retarded buzzphrase.
185
+ No one is forcing you to work for them.
186
+ You are not entitled to other people's labour.
187
+ --- 93153612
188
+ >>93153463
189
+ Ukraine is carrying out some missions on Russian soil and there's no nuclear war. So I guess you can do that as well. One day we will find out exactly what the line is and after that day there will be no line
190
+ --- 93153648
191
+ >>93149932
192
+ This is the only comment that actually knows what's going on
193
+ Why is Hinton being such a fag now? Cause his algorithms are built to name the Jew? LOL the state of computer science
194
+ --- 93153675
195
+ >>93153602
196
+ You are retarded if you don't want AI to end paper shuffling jobs, or believe it actually can anytime soon
197
+ --- 93153907
198
+ >>93153675
199
+ >end of paper shuffling jobs
200
+ >anon thinks he'll just become entitled to free shit because he became obsolte
201
+ lmao, it's never not funny how you communist fucks think the world begins and ends with you
202
+ when your job gets automated, you find a new job, just like everyone else in the history who found himself in a similar situation
203
+ if you can't adapt, you'll perish as Nature wills it
204
+ --- 93153979
205
+ >>93151464
206
+ Yeah those are countries without nukes
207
+ --- 93154896
208
+ >>93153602
209
+ >No such thing as wage-slavery.
210
+ Sure, everyone has a choice between selling their body for whatever the market deems they are worth, or dying of starvation in a ditch somewhere.
211
+ What a great choice, I don't know why anyone would complain.
212
+ >You are not entitled to other people's labour.
213
+ You are not entitled to private property, which is a legal fiction. We live in a society, etc.
214
+ --- 93155194
215
+ >>93150581
216
+ This is why people thought AI and supreme automation would give us that. Robots are the slave labour here, and you would not be able to no longer justify the fruits of automation if you had no more bullshit jobs keeping people busy, since all made up work can be done by AI easier then real work. The world or at least the developed world would be forced to either start UBI or let people start and see the greatest riots in human history, or downright revolution.
217
+ --- 93155392
218
+ >>93155194
219
+ The way automation played out also means they don't have any machine police force to handle it or go death camp mode with it kek
220
+ --- 93155406
221
+ >>93150810
222
+ >good people
223
+ --- 93155774
224
+ >>93155392
225
+ Yeah, the most they can do is cut off food supply. Even in 20 years with Boston supersolider robots, they couldn't stand a chance purely because of robotics pricing.
226
+ --- 93156141
227
+ I wish we still had Stephen Hawking around.
228
+
229
+ He was saying the same things Yud is, but had established reputation and respect (and no fedora), and it's more likely people would have listened to him.
230
+ --- 93156280
231
+ >>93156141
232
+ what? hawking was a fraud too,just not as bad as yud
233
+ --- 93156283
234
+ >>93150869
235
+ Nukes haven't even been around for a full century yet. Every powerful revolutionary new weapon in human history gets put to use eventually. Historically individual nations rise and fall every few decades to every few centuries, do you really think nuclear war is something that will never happen? We've already been saved by nothing but luck MULTIPLE times, with at least one case of an officer straightup disobeying standing orders to launch.
236
+ --- 93156415
237
+ >>93156280
238
+ >hawking was a fraud too
239
+ Wow, I thought he was an internationally respected physicist.
240
+ Thanks for correcting us all with your wise words, random anonymous dude on 4chan.
241
+ --- 93156418
242
+ >>93153602
243
+ >You are not entitled to other people's labour.
244
+ Speak for yourself, this is a buzzphrase used to strawman socialism. The only people who are hurt by socialism are those who make insane profit off the surplus value from other people's work.
g/93149689.txt ADDED
@@ -0,0 +1,621 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ -----
2
+ --- 93149689
3
+ >Not sure what private trackers are all about?
4
+ The mission of /ptg/ is to promote the highest possible standards of tracker service by providing members with opportunities for professional development, by recognizing technical competence through examinations and by advancing the interests of its members.
5
+
6
+ >Have a question?
7
+ - FAQ https://archive.is/UVQkn
8
+ - WIKI https://wiki.installgentoo.com/index.php/Private_trackers
9
+ - NEWFAG PYRAMID (Updating) https://inviteroute.github.io/graph
10
+ - PTER PYRAMID (Searchable) https://files.catbox.moe/8x4lsk.pdf
11
+ - PYRAMID (Outdated 2021-08-22) https://files.catbox.moe/z8iw78.png
12
+ - CHINESE NOODLES https://i.imgur.com/2aUgV6f.png https://i.imgur.com/Gax1frj.png
13
+ - STUDY https://www.cambridge.org/core/services/aop-cambridge-core/content/view/2F379FE0CB50DF502F0075119FD3E060
14
+ - SPREADSHEET https://hdvinnie.github.io/Private-Trackers-Spreadsheet/
15
+ - IRC irc://irc.sageru.org#ptg
16
+
17
+ Use >>>/g/ptg as a link to find the /ptg/ thread.
18
+
19
+ >Remember the following:
20
+ >READ THE OP BEFORE MAKING A FUCKING QUESTION YOU RETARDED FAGGOT.
21
+ >It doesn't matter if you use the same username in different trackers, the staff still share your IP with each other.
22
+ >Staff is reading, being /marked/ is NOT a meme.
23
+ >Don't ask for invites, it's private for a reason.
24
+ >If starting out you should interview for RED, rank to elite, wait on account age and get invites from there. That's it, that's all you have to do.
25
+ >If you want to rank up on RED, spam recent deezer shit with deemix/smloadr. To cheat the interview, download the interview prep site or take screenshots.
26
+
27
+ Previous thread: >>93144107
28
+ --- 93149781
29
+ Where are you grinding, anon? What's your goal?
30
+ --- 93149806
31
+ >>93149781
32
+ I've completed my grind, got into bhd and ab
33
+ --- 93149808
34
+ retarded jannies
35
+ nuking the thread instead of op image
36
+ not even 4chan is as based as OT... ... ...
37
+ --- 93149813
38
+ the images become worse....
39
+ --- 93149854
40
+ >>93149813
41
+ if you think this is worse than the other thread, then I have bad news
42
+ --- 93149888
43
+ How many -Ao releases are on OurBits?
44
+ I don't want to join for nothing.
45
+ --- 93149898
46
+ >>93149854
47
+ It's certainly not better
48
+ --- 93149919
49
+ >>93149888
50
+ What are -Ao releases?
51
+ --- 93150007
52
+ >>93149689 (OP)
53
+ this image is pure pornography. call the mods, time to cull
54
+ --- 93150043
55
+ Instructions on how you can get into a private tracker
56
+ https://www.youtube.com/watch?v=WGvk00r9ayI [Embed]
57
+ --- 93150055
58
+ >>93150007
59
+ I hate Americans with their disgusting unnatural puritanism so much it's unreal.
60
+ --- 93150067
61
+ EASY PTP UPLOADS:
62
+ Vimeo, BBC, PBS, tubi rips, mind the rules and if it doesn't have an IMDB, they will exempt you in the thread! There are MANY short films on vimeo. People spam them all of the time, there is no shortage!
63
+
64
+ Missing.php/requests.php
65
+ remuxes! very easy
66
+ race scene shit! You can very easily fill the scene slot!
67
+ Find and rip local films and documentaries! There are more than you think.
68
+
69
+ Take a quick look at https://ytdl-org.github.io/youtube-dl/supportedsites.html
70
+
71
+ get a working L3 crack and rip new webshit! very easy again,
72
+ https://cdm-project.com/How-To
73
+ If you are too brain damaged, you can use anystream or a similar tool.
74
+ There are threads for each DRM'd service if you can rip!
75
+
76
+
77
+ BTN required multiple uploads last time and people ate shit for having a single one, so think about that when you put in the bare minimum requirements.
78
+ --- 93150071
79
+ the more I look around in AB the more I like it, joined for anime but they even have hololive concerts
80
+ --- 93150079
81
+ >>93150043
82
+ >imagine downloading a program from SOFTPEDIA
83
+ --- 93150100
84
+ >>93150071
85
+ >but they even have hololive concerts
86
+ Link??
87
+ --- 93150107
88
+ >>93150067
89
+ Will BTN next recruit from HDB or PTP?
90
+ --- 93150108
91
+ >>93149919
92
+ Based chinese man rips every audio track and sub track so I can enjoy my nipponese audio on western content.
93
+ Cowardly western trackers do not ever do this.
94
+ --- 93150115
95
+ >>93150107
96
+ BTN isn't short on users.
97
+ --- 93150125
98
+ >>93150067
99
+ >Find and rip local films and documentaries
100
+ The problem is that when I rip a local DVD for example, it often doesn't have English subs and is therefore trumpable
101
+ --- 93150130
102
+ >>93150115
103
+ True, I guess I should have specified IF they recruit.
104
+ --- 93150137
105
+ >>93150067
106
+ thank you bro
107
+ --- 93150142
108
+ >>93150100
109
+ >hololive 4th fes. Our Bright Parade
110
+ https://youtu.be/RzjyZbIA284 [Embed]
111
+ --- 93150144
112
+ >>93150125
113
+ DVDISO shouldn't be trumpable
114
+ and you can just add subs
115
+ --- 93150208
116
+ >>93150067
117
+ Almost forgor the easiest of easy.
118
+ Install the IMDB scout mod, and the PTP missing artist movies userscript.
119
+
120
+ >click random artist page from recent uploads
121
+ >script loads
122
+ >shows missing movies
123
+ >click a few imdb links
124
+ >already found 3 movies
125
+ It's that easy. (>>93066996 →)
126
+ --- 93150281
127
+ >>93150108
128
+ >b-but English+Original lang is all anyone needs! Bloat! noooooooooo
129
+ so much for being an "archive"
130
+ And no, remuxes don't cut it since regions still unfortunately exist. Nor web rips, since nobody bothers to grab the other tracks and mux them in.
131
+ --- 93150435
132
+ >>93150312
133
+ it's copypaste
134
+ do you think the OP rewrites the thread everytime
135
+ how stupid!
136
+ --- 93150513
137
+ >>93150067
138
+ >>93150067
139
+ >doesn't have an IMDB
140
+ That was a rule? Explains why so much stuff is missing.
141
+ --- 93150521
142
+ >>93149781
143
+ I'm grinding classes, right now is master on BTN, torrent master on PTP, etm on RED and legend on AB.
144
+ --- 93150526
145
+ >>93150435
146
+ Are you the same poor euro dumbfuck from last thread?
147
+
148
+ Last thread's opening post literally had child porn. Pedo defender shitter.
149
+ --- 93150544
150
+ Is there a secret phrase to send to the very special someone recruiting on you know where for an invite to you know what?
151
+ --- 93150559
152
+ >>93150513
153
+ https://www.imdb.com/title/tt4238364/
154
+ incredible kino still missing even WITH imdb
155
+ fatally flawed system
156
+ --- 93150563
157
+ >>93150526
158
+ so you lied, you can't even "reognize my writing style"
159
+ you're the idiot that thinks all general OPs are manually written...
160
+ --- 93150578
161
+ >>93150312
162
+ They are not the same op, last one is the retarded polish weeb i think
163
+ --- 93150626
164
+ >>93150559
165
+ You are utterly clueless. Move along, then.
166
+ --- 93150640
167
+ >>93150125
168
+ Nobody's going to trump those.
169
+ --- 93150649
170
+ does anyone use autotorrent? im having a time trying to set this shit up
171
+
172
+ https://github.com/JohnDoee/autotorrent2
173
+ --- 93150661
174
+ >>93150559
175
+ This is actually on ptp
176
+ --- 93150671
177
+ >>93150626 >>93150513
178
+ Nothing is disallowed, they will literally give you a code to use to bypass it.
179
+ --- 93150889
180
+ >>93150671
181
+ so, to upload on PTP, you gotta have a IMDb link, but you can ask staff to upload without a link?
182
+ --- 93150901
183
+ How often do you crack?
184
+ --- 93150942
185
+ >>93150889
186
+ yeah, it's just a thread a bunch of people are posting in
187
+ --- 93150958
188
+ >>93150889
189
+ My last upload didnt have an IMDB link, didnt need a code either. That was close to two years ago, its still up.
190
+ --- 93151034
191
+ >uploading something you personally would not consume
192
+ --- 93151043
193
+ >>93150958
194
+ You just put a zero right? What's the point of telling people to go into the thread then? (yes, there are other exceptions that can be made)
195
+ --- 93151061
196
+ >>93151034
197
+ Yeah, I resonate with that, but it would be impossible to grind on RED to TM otherwise.
198
+ --- 93151094
199
+ >>93150312
200
+ how long before ptg becomes koomg
201
+ --- 93151102
202
+ UNDERAGE GENERAL
203
+ op image and regulars
204
+ --- 93151217
205
+ >>93151043
206
+ I dont remember
207
+ --- 93151240
208
+ is there a restricted invite forum on karagarga ?
209
+
210
+ should i try join KG?
211
+ --- 93151272
212
+ >>93151240
213
+ Fuck off. Leave that invite for someone who would use it properly
214
+ --- 93151302
215
+ >>93151240
216
+ No one use the forums on kg, only to dl subtitles
217
+ --- 93151305
218
+ ive made it to all trackers and usenet sites, what do I do now?
219
+ --- 93151312
220
+ >>93151305
221
+ Break into the scene.
222
+ --- 93151327
223
+ >>93151312
224
+ i have broken manga app encryptions though
225
+ --- 93151416
226
+ >>93150649
227
+ i've used it a few years ago
228
+ --- 93151438
229
+ >>93151305
230
+ have sex
231
+ --- 93151468
232
+ >>93151327
233
+ Good! Hentai?
234
+ Try mailing darkstars either way.
235
+
236
+ https://litter.catbox.moe/7eqv9c.png
237
+ --- 93151517
238
+ >>93151438
239
+ might try that, whats the path?
240
+ >>93151468
241
+ but i dont wanna rip hentai...is there anyone who needs raws? might just make my own group
242
+ --- 93151621
243
+ >>93151517
244
+ I said mail anyway, they have lots of subgroups. One does comics/magazines/manga. idk if they need raws
245
+ you can just upload 2 the panda or give them to existing groups if it's really that hard 2 crack either way
246
+ --- 93151705
247
+ >>93151305
248
+ >all trackers and usenet sites
249
+ Have you though? Are you sure? So you have an mv, tch, and h4h account? You're on the sekrit indexers (not just omg/.in)?
250
+ If you really have, you could try getting into DDL and DC++.
251
+ --- 93151706
252
+ >>93151302
253
+ no good for finding invites then?
254
+ --- 93151708
255
+ >>93151240
256
+ >is there a restricted invite forum on karagarga ?
257
+ It's not restricted, every KG member has access to it.
258
+ --- 93151744
259
+ >>93151708
260
+ Not that anon but does anyone recruit there?
261
+ --- 93151764
262
+ >>93151744
263
+ Any decent trackers I mean
264
+ --- 93151810
265
+ >>93151621
266
+ are you associated with them or why are you recommending them? or are they just one of the few who post email?
267
+ --- 93151829
268
+ >>93151705
269
+ i guess ill just consume content, whats the point of getting into more places? at the end of the day I should use the sites no?
270
+ --- 93151833
271
+ >>93149781
272
+ I've been in all the trackers I could want for years now. BTN, PTP, RED (lol), AB, GGN, PixelCove for that nice TeknoParrot collection, JPS, OPS, Karagarga but I don't use that anymore really, RTW, JPTVS, Bib/MAM (not really needed anymore because Libgen BTFOs them both). I'm done.
273
+ --- 93151902
274
+ >>93151621
275
+ Why isn't e-hentai full of manga?
276
+ --- 93152004
277
+ >new zelda leaked
278
+ >GGn is still being raped by poojeets and chinks
279
+ >nyaa is halfway done while GGn is still stalled... ...
280
+ I fucking hate private trackers
281
+ --- 93152184
282
+ >>93152004
283
+ >finally works
284
+ >5mins later it already surpassed nyaa
285
+ ok, private trackers are kinda nice
286
+ sorry GGn, but get your shit together
287
+ --- 93152357
288
+ >>93151833
289
+ Time to give something back to the communities you are part of
290
+ --- 93152436
291
+ private trackering is gay and aids
292
+ just buy a netflix sub you poor faggots lol
293
+ --- 93152476
294
+ >>93152436
295
+ You are a capeshitter, you have no voice here
296
+ --- 93152522
297
+ >>93152436
298
+ >just buy a netflix sub you poor faggots lol
299
+ lol this faggot is on /g/ and he's recommending something a woman would
300
+ --- 93152586
301
+ >>93152476
302
+ lmao this retard here thinks watching old ass shit makes him cool lol
303
+
304
+ >>93152522
305
+ shared netflix accounts are like 3 bux are you poor or smth? lol grow up and stop wasting your time pirating shit you won't ever watch
306
+ --- 93153001
307
+ How much is a lot of torrents?
308
+ --- 93153003
309
+ >>93152586
310
+ No, but watching Netflix's crap for sure make you retarded, just like you
311
+ --- 93153050
312
+ >>93151833
313
+ >Libgen
314
+ Thank you based Rossiya
315
+ --- 93153159
316
+ >>93151833
317
+ You've been a fucking leecher and still are
318
+ --- 93153203
319
+ >>93153001
320
+ more than what you're leeching is too much
321
+ auto-remove them
322
+ --- 93153354
323
+ >>93152436
324
+ the amount I've spent on my setup would be more than a life time of netflix, but I get proper bitrate with dolby vision and hdr unlike your poor ass
325
+ --- 93153358
326
+ >>93153050
327
+ --- 93153549
328
+ >>93153358
329
+ I actually prefer reading nowadays. Libgen really is fucking amazing.
330
+ --- 93153887
331
+ :|
332
+ --- 93154263
333
+ >>93151744
334
+ GGn and ACM.
335
+ --- 93154324
336
+ >>93154263
337
+ how many users do GGn have? they recruit everywhere
338
+ --- 93154472
339
+ >>93154263
340
+ >Acm
341
+ I thought they only recruited on ab
342
+ --- 93154718
343
+ >>93149888
344
+ >How many -Ao releases are on OurBits?
345
+ 3000
346
+ --- 93154772
347
+ >>93154718
348
+ nice, there are only 800 or so on m-t
349
+ --- 93154796
350
+ >>93154718
351
+ You're not on OurBits
352
+ --- 93154858
353
+ Someone is offering a KG invite in PTPs invite forum. This is not a drill. GO GO GO!
354
+ --- 93154866
355
+ why isn't more chinks joining gpw, you guys told me they love torrenting and it would take off
356
+ --- 93154870
357
+ >>93154858
358
+ If you mention /ptg/ I'll give you priority over other users
359
+ --- 93154876
360
+ >>93154858
361
+ uhh, I searched KG and it says I'm out of popcorn?
362
+ --- 93154885
363
+ >>93154876
364
+ make some popcorn maybe? idiot
365
+ --- 93154888
366
+ >>93154858
367
+ are they offering more than a single invite?
368
+ why do you keep posting this
369
+ --- 93154904
370
+ >>93153050
371
+ I don't think she's a big fan of the current Russian gov, given she's a commie and all that.
372
+ --- 93154955
373
+ THC is dead for good?
374
+ --- 93154967
375
+ >>93154866
376
+ they only use mobile, same for india
377
+ --- 93155027
378
+ >>93154967
379
+ Stuck in 1981 much? China has the largest middle class on earth today. BMW and Mercedes now sell more than half of their cars there, I think they can afford a PC.
380
+ --- 93155053
381
+ >>93155027
382
+ >BMW and Mercedes
383
+ that's because they cannnot invest in anything other than housing so cars is the next option
384
+ --- 93155096
385
+ >>93149781
386
+ My grind was over when I joined BTN and PTP almost a decade ago
387
+ --- 93155220
388
+ >>93155053
389
+ You have no idea what you are talking about, do you? You know Rogers, right. He isnt allowed to invest either. KEK
390
+ --- 93155228
391
+ can you just download a remux and encode it to 720p or whatever and upload it to ptp?
392
+
393
+ >>93150067
394
+ pinging u as well
395
+ --- 93155243
396
+ >[/!\ WARNING /!\] ADVANCED USERS ONLY [/!\ WARNING /!\]
397
+ Did you know the slow upload/pause trick chinese uploaders often use is completely ineffective?
398
+ You can upload to another tracker so long as you have the original torrent before the original is completely uploaded!
399
+ This works since every modern tracker adds the "source" field to the torrent, changing the hash!
400
+
401
+ I would strip the announce URL and comments, other than that there is nothing wrong with re-using the torrent!
402
+ --- 93155244
403
+ >>93155027
404
+ --- 93155251
405
+ >>93155228
406
+ Yes, of course. It has to meet the minimum standards on PTP and *could* be trumped if someone makes a GP or whatever. Not a big deal though.
407
+ --- 93155283
408
+ >>93155251
409
+ oh ok sweet, thanks. i don't see any minimum standards besides it having to be x264 and mkv though...
410
+ --- 93155314
411
+ >>93155283
412
+ Make it look not shit.
413
+ --- 93155376
414
+ >>93155220
415
+ >You have no idea what you are talking about, do you?
416
+ tell me where I'm wrong? their shit is unstable as fuck and they are not allowed to invest in anything outside china, so imports would be a logical step to invest in
417
+ --- 93155579
418
+ >>93155376
419
+ The West has been predicting the INEXORABLE COLLAPSE OF CHINA for about 3 decades now. How about you learn the difference between Western central banking+private bank money creation vis-a-vis Chinese public banking. China has massive room for growth still, meanwhile the Occident, actually, is the one on the verge of collapse. You are parroting Fox News, I advise you to do your own research.
420
+ --- 93155618
421
+ >>93155228
422
+ >pinging
423
+ leave, discordnigger
424
+ --- 93155631
425
+ >>93155579
426
+ >i just increased my net worth by 10,000% by picking up a 10 dollar bill!
427
+ t. homeless man that thinks he is god
428
+ --- 93155651
429
+ >>93155618
430
+ >he doesn't know what ``ping'' is or does
431
+ get off /g/
432
+ --- 93155680
433
+ >>93155631
434
+ Math is hard, innit? Had you invested 10 million bucks 20 years ago in China. Guess what amount you would have today? American education y'all
435
+ --- 93155698
436
+ >>93155651
437
+ >he doesn't know what context is
438
+ --- 93155703
439
+ >>93155680
440
+ >invest in china
441
+ didnt know xi had a patreon
442
+ --- 93155715
443
+ >>93155680
444
+ now show the per capita data
445
+ --- 93155729
446
+ >>93155579
447
+ So what's your explanation for China's sky high housing prices while having entire cities completely empty, this is not from fox
448
+ >"China’s housing prices are constantly evolving, but, as of 2021, the average new urban dwelling unit in China costs 29.8 times the average income in the country. For comparison’s sake, the average new urban dwelling unit In the United States costs 4.3 times the average income in the United States. In other words, housing in China averages around seven times more expensive as in the United States. "
449
+ https://www.businessinsider.com/china-empty-homes-real-estate-evergrande-housing-market-problem-2021-10
450
+ --- 93155738
451
+ >>93155715
452
+ sshhhhh nooo bro only cherry picked numbers
453
+ --- 93155754
454
+ >>93154772
455
+ >>93154796
456
+ --- 93155776
457
+ >>93155680
458
+ wow! there's other indexes but they don't look much better
459
+ --- 93155785
460
+ >>93155738
461
+ >>93155729
462
+ >>93155680
463
+ >>93155631
464
+ >>93155579
465
+ >>93155376
466
+ >>93155220
467
+ >>93155053
468
+ >>93155027
469
+ Not related to private trackers.
470
+ --- 93155795
471
+ >>93155776
472
+ meanwhile america
473
+ --- 93155801
474
+ >>93155785
475
+ path to thread about private trackers?
476
+
477
+ >>93155795
478
+ >>93155776
479
+ stop feeding the manlet troll
480
+ --- 93155809
481
+ /pol/ please fuck off, I come here to forget real world politics.
482
+ --- 93155836
483
+ >>93155809
484
+ You gonna learn today boi. OK, on topic again. You will never be elite.
485
+ --- 93155850
486
+ >>93155800
487
+ the problem with gdp is that it's tied up into housing you retarded nigger, houses no one lives in
488
+ --- 93155913
489
+ >>93155850
490
+ Yes, all of China is a ghost city. Tell us more, microwave tv dinner gorging fatass Amerikek. Fox news always has the best lessons on economics. thats why America is doing so well right now. Enjoying your 3 jobs or still living with yer mum?
491
+ --- 93155935
492
+ I'm not even going to report it, it's much interesting than the usual shitposting and reddit tier questions
493
+ --- 93155971
494
+ >>93155913
495
+ fuck, it's depressing what they can accomplish compared to us
496
+ --- 93155979
497
+ Hey /ptg/
498
+ What program do you recommend to take several screenshots of an mkv file with info like name, size, audio and video details on top?
499
+ --- 93156044
500
+ >>93155913
501
+ keep posting predictions while we can look at real index data which shows china is far behind america, you hairy hapa
502
+ --- 93156181
503
+ Why do people prefer mkv instead of avi these days¿
504
+ --- 93156216
505
+ >>93154904
506
+ What's her name? I like the song she is singing in that video.
507
+ --- 93156282
508
+ >>93155979
509
+ You can do that on mpc-hc. I did that for some emp uploads
510
+ --- 93156624
511
+ what's on TVV's and CG's invite forums?
512
+ --- 93156634
513
+ >>93155979
514
+ mt if u want cli otherwise >>93156282
515
+ --- 93156735
516
+ >>93144350
517
+ >not on btn
518
+ --- 93156745
519
+ >>93156624
520
+ >what's on TVV's and CG's invite forums?
521
+ not much. mostly unofficial invites and a few official invites to meh trackers
522
+ --- 93156819
523
+ Are all d3g encodes shitty? Found a blu-ray encode that doesn't look too bad but the bitrate even for HEVC seems starved
524
+ --- 93156854
525
+ Now understand why last thread was nuked. Fucking gooks fuck out of our private trackers discussion
526
+ --- 93156863
527
+ >>93156819
528
+ they're on blu's ban list so yes
529
+ --- 93156889
530
+ >>93156624
531
+ >what's on TVV's and CG's invite forums?
532
+ nothing useful, officially
533
+ --- 93156893
534
+ >>93156863
535
+ >those tags
536
+ wow they really ran out and MFs using brackets captchas
537
+
538
+ I thought Blu was barren and open sign up.. how tf do they have a banlist- don't they need all the seeders they can get?
539
+ --- 93156896
540
+ Does CG really not allow qbittorrent?
541
+ --- 93156908
542
+ >>93156896
543
+ >Does CG really not allow qbittorrent?
544
+ Who told you that? They don't even have a Whitelist. Most people use qBittorrent there.
545
+ --- 93156913
546
+ is there a way to access hdb's invite forum without giving them your phone number? (serious question)
547
+ --- 93156917
548
+ >>93156863
549
+ Are there no reputable x265 groups then? What about PHOCiS?
550
+ --- 93156932
551
+ >>93155979
552
+ mpc but rtorrent does it easier too and was enough back in the day
553
+ --- 93156954
554
+ >>93156917
555
+ SbR
556
+ --- 93156959
557
+ >>93156913
558
+ yes
559
+ --- 93156966
560
+ >>93156913
561
+ >is there a way to access hdb's invite forum without giving them your phone number? (serious question)
562
+ stop trolling and get a job, retard.
563
+ --- 93156986
564
+ >>93156959
565
+ Do I need to verify my email? Why the fuck is forcing me to do 2FA. I'm not tryna have get texts everytime I sign in... radarr works so it's cool for now. so fucking gay
566
+ --- 93156988
567
+ >>93155979
568
+ Like this? I use https://p.outlyer.net/vcs
569
+ --- 93156990
570
+ >>93156908
571
+ They do have a whitelist but I guess it's seriously outdated?
572
+ --- 93157023
573
+ >>93156988
574
+ Useless. Not her but you can do side by side with different versions. No one wants this collage
575
+ --- 93157049
576
+ >>93156917
577
+ bhdstudio does x265 for their 4k encodes, not sure what their reasoning is since they use x264 for 1080p
578
+ --- 93157057
579
+ >>93156988
580
+ >jpg
581
+ ky s
582
+ --- 93157058
583
+ >>93157023
584
+ great for porn
585
+ --- 93157076
586
+ >>93156990
587
+ >They do have a whitelist but I guess it's seriously outdated?
588
+ There is NO whitelist on CG. They just have a suggestion list that is outdated. You are bring trolled.
589
+ --- 93157087
590
+ >>93157057
591
+ thats all a coomer needs. png is too large for EMP
592
+ --- 93157121
593
+ >>93156990
594
+ >They do have a whitelist but I guess it's seriously outdated?
595
+ CG has a blacklist, not a whitelist.
596
+ --- 93157144
597
+ >>93156735
598
+ Imagine caring this much about tv
599
+ --- 93157164
600
+ >>93156954
601
+ Where do they release? I'm only seeing x264 from them
602
+ --- 93157165
603
+ >>93156986
604
+ 2fa does not imply sms
605
+ read him: https://en.wikipedia.org/wiki/Time-based_one-time_password
606
+ you can use an app or even keep ass plugin on pc. it works offline
607
+ --- 93157201
608
+ >>93157164
609
+ HDB. It's fucking annoying because I have a very nice 1080p TV and I get teased by 1080p releases from the 4k remasters etc to see they're fucking x265.
610
+ --- 93157218
611
+ >>93157165
612
+ Google authenticator is sus though
613
+ --- 93157286
614
+ >>93157049
615
+ BHDStudio is cool, I find that BHD is really lacking internal release ls outside of remuxes though. They need to remedy that
616
+ --- 93157307
617
+ >>93157201
618
+ TV can't play them? A fire stick might help.
619
+ --- 93157388
620
+ >>93157286
621
+ Yeah, ahd internals aren't active
g/93149906.txt ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ -----
2
+ --- 93149906
3
+ it's finally over.
4
+ --- 93149999
5
+ Install NewPipe
6
+ --- 93150034
7
+ >>93149999
8
+ Just stop consuming short form video content. It rots your brain, dulls your intellect, and tarnishes your soul.
9
+ --- 93150597
10
+ >>93149999
11
+ their feed sucks ass
12
+ >>93150034
13
+ I only listen to music
14
+ --- 93150643
15
+ >>93150597
16
+ Just stop listening to music. It rots your brain, dulls your intellect, and tarnishes your soul.
17
+ --- 93150669
18
+ Well GOOD, and I hope you don't use revanced cuz every app goes to shit once retards starts flocking in
19
+ --- 93150684
20
+ >>93149906 (OP)
21
+ --- 93150790
22
+ >>93149906 (OP)
23
+ finally seems like a good word
24
+ --- 93150821
25
+ >>93149906 (OP)
26
+ You don't have to use any third party clients to watch youtube without adverts on a android phone, though I am assuming you all know this and enjoying acting the goat.
27
+ --- 93150914
28
+ >>93149906 (OP)
29
+ Doesn't work on my machine
30
+ --- 93151056
31
+ >>93150034
32
+ None of us had souls to begin with, the spirit of humanity has been split into too many pieces, we're all soulless, godless beings, never able to attain even a fragment of what people who came before us had to for free.
33
+ --- 93151163
34
+ revanced.io/
35
+ --- 93151207
36
+ >>93150597
37
+ Just type in what you want to know. Stop consoooming
38
+ --- 93152823
39
+ >>93149906 (OP)
40
+ You faggots got too cocky with your shitty modded YouTube app. This is the result of it.
41
+ --- 93155279
42
+ >>93149906 (OP)
43
+ Install revanced module with magisk manager
44
+ https://github.com/j-hc/revanced-magisk-module/releases
45
+ --- 93156062
46
+ >>93149999
47
+ This, also nice quads.
g/93150056.txt ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ -----
2
+ --- 93150056
3
+ I hate apple with a passion but the iPad is probably one of the best pieces of tech currently on the market. I would never buy an iPhone or god forbid a mac, but the ipad is very comfy
4
+ --- 93150109
5
+ >>93150056 (OP)
6
+ I've never seen the use case of tablets
7
+ I either use a computer if I am at home/work or a phone if am not
8
+ When does somebody use a tablet?
9
+ --- 93150190
10
+ >>93150109
11
+ Tablets are good for pornography, security cam monitor, audio player etc
12
+ But mostly great for pornography because of the high resolution touch screen for easy zoom etc and portability.
13
+ Do you watch all your pornography on a desktop or mobile phone?
14
+ --- 93150233
15
+ >>93150109
16
+ Honestly if you think you don't need it then you probably don't. I got it for reading ebooks and drawing, but honestly I'm surprised by how much it can do. Streaming a movie from your desktop and browsing the desktop version of 4chan in bed for example. You can argue that you could do all that shit with a laptop but again, what fucking laptop are you going to buy for $300?
17
+ --- 93151265
18
+ bump
19
+ --- 93151315
20
+ >>93150190
21
+ If I could torrent on an ipad, i'd buy it in no time. Too bad I have to keep an actual computer for that purpose.
22
+ --- 93152132
23
+ bump
24
+ --- 93152238
25
+ I'm honestly just waiting for a 4k iPad.
26
+ --- 93152240
27
+ >paying a subscription to use clip studio paint
28
+ hahaha. nope
29
+ --- 93152330
30
+ >>93151315
31
+ I have a homeserver that I use for torrenting that I can manage over the web. I can add torrents and stream downloads using just my stock iPad.
32
+ --- 93152937
33
+ >>93151315
34
+ Just do this >>93152330 and your life will be eternal sexo paradiso
35
+ --- 93153336
36
+ >>93152240
37
+ What's the difference from procreate?
38
+ --- 93153373
39
+ >>93150056 (OP)
40
+ iPad is for boomers and wagies working retail. It's a dumb, overpriced product that Apple isn't sure what to do with. And shit like the iPad Pro? If you're going to spend that much, buy a Macbook instead - at least it's still somewhat a real computer.
41
+ --- 93153542
42
+ >>93153373
43
+ Agree about the Pro, but I think the base iPad 9th gen is one of the few Apple products that is fairly priced. And that's what most people will buy.
44
+ --- 93154149
45
+ >>93153373
46
+ Reading and drawing is where it's at. The screen is nice and has the aspect ratio of books, so best way to read on a screen. eReaders cannot compete for me as I read plenty of pdfs and iPad is a king at performing graphic animations, unlike the slow e-ink.
47
+
48
+ There is also the Galaxy Tab line is even better. And no, there are no good PC-tablets, as in ones that run Windows or Linux.
49
+ --- 93155431
50
+ >>93150056 (OP)
51
+ what app is that?
52
+ --- 93155892
53
+ >>93155431
54
+ Goodnotes
55
+ --- 93156255
56
+ >>93154149
57
+ >There is also the Galaxy Tab line is even better. And no, there are no good PC-tablets, as in ones that run Windows or Linux.
58
+ Androids are Linux, but a very weird one set up in a non-standard way.
59
+ --- 93156362
60
+ >>93154149
61
+ The biggest issue with Android tablets is the lazy pajeet developers who refuse to optimize their apps for tablets (*cough*LibreTube*cough*).
62
+ --- 93156388
63
+ >>93150056 (OP)
64
+ iPad is literally hhe worst apple product
65
+ >muh magic mouse
66
+ doesn't even count as a product.
67
+ --- 93156459
68
+ >>93150109
69
+ >what is the use case?
70
+ its great when you need to build stuff or cook
g/93150607.txt ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ -----
2
+ --- 93150607
3
+ Thoughts?
4
+ --- 93150797
5
+ not as good as bcachefs
6
+ --- 93150801
7
+ obsolete, irrelevant, forgotten
8
+ --- 93152158
9
+ >>93150607 (OP)
10
+ Best general purpose FS bar none. Takes huge hairy shits all over ext4, NTFS and afs.
11
+ --- 93152510
12
+ >Thoughts
13
+ Only good ones
14
+ --- 93152534
15
+ >>93150607 (OP)
16
+ Seems to be the only freetard FS worth a bean.
17
+ Probably because it isn't a freetard FS - it was invented by people who were actually competent.
18
+ --- 93152559
19
+ I actually use the shit out of it. It's marginally faster than Ext and works really well.
20
+ >>93150797
21
+ i am highly willing to use bcachefs if it ever gets upstreamed and stable (there are still known disk-corruption issues, i think in journal replay, so i really don't want to chance it right now)
22
+ --- 93152672
23
+ >>93150607 (OP)
24
+ the only sane FS, probably because paid competent white devs wrote it.
25
+ i wish it would be supported on macOS.
26
+ --- 93152729
27
+ >>93150607 (OP)
28
+ Good.
29
+ Also supports partition size increase on the fly.
30
+ Saved my ass a couple of times when I made a too small /.
31
+ --- 93152750
32
+ I don't get why I'd use it over ext4
33
+ --- 93155450
34
+ no reason to use xfs over btrfs
35
+ you know i'm right
36
+ --- 93155886
37
+ >>93150801
38
+ This
39
+ >>93152534
40
+ xfs works horribly on hdds, every reboot you have to wait for everything to load up, like it's fsck on ext2.
41
+ >>93155450
42
+ Does btrfs still corrupt files during compilation jobs?
43
+ >>93152750
44
+ Preach, it might be worth while on nvmes no clue.
45
+ --- 93156074
46
+ >>93152750
47
+ It's supposed to be more parallel or something, I have seen ext4 slow down the whole fs access times while working on a single file, whereas btrfs didnt.
48
+ --- 93156186
49
+ >>93150607 (OP)
50
+ Head empty
g/93150832.txt ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ -----
2
+ --- 93150832
3
+ >be me
4
+ >macbook is getting slow
5
+ >sad.jpg
6
+ >/g/ tells me to install linux
7
+ >download linux
8
+ >pop in usb key
9
+ >"ok this seems easy enough"
10
+ >install linux
11
+ >reboot
12
+ >go to my files folder
13
+ >for some reason all my FUCKING FILES are gone
14
+ >documents, photos, everything, JUST FUCKING GONE
15
+ >now I can't even go back to macOS
16
+ i hate you all. this is why no one uses lunix, buggy piece of garbage
17
+ --- 93150846
18
+ lol
19
+ --- 93150853
20
+ Your last attempt was better
21
+ >>93131371 →
22
+ --- 93150861
23
+ >>93150832 (OP)
24
+ iTODDLERS BTFO
25
+ --- 93150877
26
+ low-key linux appreciation thread
27
+ --- 93150886
28
+ >>93150832 (OP)
29
+ most intelligent mac user
30
+ --- 93150912
31
+ >>93150877
32
+ every old laptop I have back to a Celeron piece of shit from 2004 runs great on shittux, can browse YouTube, can browse 4chin. Meem bait threads aside, it really is the ultimate life-extender.
33
+ though now that im not a poorfag I buy system76 and thinkpad
34
+ --- 93151027
35
+ Happened to me when I installed Ubuntu a whole bunch of years ago, the difference though is that I recognized it was a mistake on my part and you being a retarded Neanderthal
36
+ --- 93151103
37
+ Is there just one dedicated autist spamming these threads?
38
+ --- 93151118
39
+ >>93151103
40
+ for me, it's the bromite schizo
41
+ --- 93151229
42
+ >>93150832 (OP)
43
+ ok, i will translate this to the language of white men
44
+ >be me, itoddler
45
+ >apple decides to throttle my mac so tim apple can suck more dick from the money he gets from me consooming the newest, latest, gloriest mac
46
+ >evil plan.jpeg
47
+ >i won't buy a new one, but install an os i first heard yesterday on 4chin
48
+ >WARNING: PROCEEDING WITH THE INSTALLATION WILL ERASE ALL YOUR FILES, MAKE SURE YOU BACK UP ALL YOUR DATA FIRST
49
+ >this was written with a font size of 120 so the blackest blindest gorilla nigger can see it too
50
+ >hit continue
51
+ >NOOOOOOOOOOO, ALL MY FILES ARE GONE, THIS HIT ME COMPLETELY UNEXPECTED, BUGGY FREETARD GARBAGE, NOOOOOOOO
52
+ holy fuck, have you thought of killing yourself?
53
+ --- 93151494
54
+ >>93150832 (OP)
55
+ >>be me
56
+ found your problem
57
+ --- 93151661
58
+ >>93150832 (OP)
59
+ there is no way this isn't bait. no one is actually retarded enough to do such an install without backing up their files
60
+ --- 93152128
61
+ >>93150832 (OP)
62
+ You deleted System 32.
63
+ --- 93152785
64
+ genuinely can't tell if it's bait because mac users are just this stupid
65
+ --- 93153035
66
+ >>93151229
67
+ >white
68
+ --- 93153145
69
+ >>93150832 (OP)
70
+ Aren't you joking? Holy retard.
71
+ Gonna sign you in my clown list
72
+ --- 93153160
73
+ >>93150832 (OP)
74
+ If that's a macbook pro 8,1 I'm lowkey jealous since mine don't support coreboot
75
+ --- 93153256
76
+ >>93150832 (OP)
77
+ LMAO
78
+ have a nice day
79
+ --- 93154669
80
+ >>93150861
81
+ cringe
82
+ --- 93156195
83
+ >>93151118
84
+ for me, it’s the weird Eastern European guy with the mini laptop who always says “I DON’T NEED A PHONE”
85
+ --- 93156612
86
+ >>93150861
87
+ based
88
+ >>93154669
89
+ cringe