[ Home ]
[ en / f / h / h3 / jp / t / v ] [ Home ] [ FAQ ] [ Rules ] [ Catalog ] [ Archive ] [ RSS ]
Board Statistics
Board PPD Total Posts Unique Posters Last Post
Welcome to the WIRED
a634f7ef700557c387b250b47c76def81c1a81656affa1731c475b99650f3371.png - 399.78 KB (500x653)

What's your text editor of choice? Vim for me

>>
cute_boys_are_best_programmers.jpg - 39.97 KB

bare bones vim with 2 lines of vimrc

>>

>>1617 Emacs does not have any of that "inside" of it. It is not a text editor that that fell to scope creep, but instead a Lisp interpreter/VM. As a side effect it provides a fully mutable environment which has resulted in the creation of many Lisp programs, some of these come packaged with Emacs, and the user may run or delete these programs as he sees fit.

>>

>>1625 I love emacs key bindings. I use them for everything. They're faster once you get the hang of it and move ctrl to CAPS. I can't stand modal editing. I use vi fairly often but I avoid it and use emacs whenever possible. Emacs has become my entire OS for the most part. I only leave it to use Firefox and a couple of other applications. If I can do something in Emacs I try to. I made a manga reader for it in about 20 lines of lisp because the one I was using was so annoying and pulled it so many other things. I was using emacs as my window manager for a long time. It was okay. But had some quirks I didn't want to live with. So now I'm back on dwm with emacs loading as a daemon when I log-in. It's pretty comfy.

>>

>>1660 If you ever want a simple in and out vi-like experience in the terminal but emacs style, you might enjoy mg. I use that when I want super user privileges without having to use TRAMP.

>>

ee and nano


image.png - 131.88 KB (1611x943)

hey Hikarins. i want to talk about alternative browsers: which ones you like, which ones you dislike, which ones you think are interesting, whatever. we all know about Ungoogled Chromium, Librewolf and Pale Moon, so although discussion of those browsers is fine, i really wanna see some niche stuff. bonus points for browsers that function on the modern web or browsers that have weird designs or usecases. this is also a good opportunity to talk about projects that push away from Google's domination of the browser market through Chromium and their proxy Mozilla. my browser to start this thread is Basilisk. used to be owned by the Male Poon team but now is independent. runs a similar codebase to PM but has some modern technologies like WebRTC and such. from what i can tell it seems to function fine as a modern browser, and although it's lacking in extensions/themes it has the necessities like adblock, userscripts, etc. i'd consider this as pretty independent from Google/Mozilla as far as functioning browsers go since the codebase is based on old Firefox.

>>

>>1487 I was around for the drama with pale moon. It was the OpenBSD port that hadn't even made it into the main repo yet. The reason they threw a shit fit is due to OpenBSD's rules about how ports operate. In OpenBSD ports much use system libs and the ones in the base system are always preferred. This is for security reasons along with keeping the OS simple to use. The Pale Moon idiots threw a shit fit because they bundle a bunch of out of date libs and demand that everyone uses them. Instead of fixing their own code they do bad hacks to other code and expect you to run out of date stuff on your system. Another issue with the OpenBSD port is the use of pledge and unveil. In OpenBSD you can use those two things to restrict what applications can see and do. Their port of Firefox has almost 100 patches that change the browser so it follows certain rules. I can't make certain system calls once it's running and it can't access any directories until you give it permission via a text file. The firefox port on OpenBSD is probably the most the secure browser that can handle modern websites without issues. I run it and now and again I'll stumble on to a website that tries to do something naughty via javashit. I block all javashit by default but most of the time you have to enable one or two scripts for the pages to load. Now and again I'll enable one that causes the browser to crash because it trips pledge's rules. If I want to upload a file I have to use mv to put it in ~/Downloads or ~/uploads since those are the two directories firefox can see. This way some random website can grab everything in my home folder like my ssh keys. I really wanted to use pale moon and I did for awhile. But the developers are incompetent and refuse all help. It's really out of date now due to Google's BS and them not being good enough programmers to port that stuff. So I'm back on a highly modified firefox for the time being.

Your fortune: Average Luck

>>

>This way some random website can grab everything in my home folder like my ssh keys. I meant they can't of course. Not sure why I randomly miss keys when I type these days. I really miss old Opera. It was great back in the day. I've tried a lot of text browsers but the modern web is so messed up you're mostly stuck with either Google or Mozilla's engine. I don't trust Google so I end up Mozilla's but modern mozilla is just as bad. The issue is we don't have real standards anymore. Google controls the W3C and they just randomly make up stuff to add to HTTP. HTTP is really screwed up now. Forcing everyone on to HTTPS made it much harder to run a website and the keys+encryption do not matter in practice. Since you have to get the key from an authority and everyone routes stuff through things like cloudflare. You hand over the keys so they can see all the data flowing through their servers in plain text. They've even started to modify it in-route. Which is a big no-no. It's possible to have anti-ddos without a big provider like cloudflare but it's a pain to setup. You have to buy multiple VPSs or servers and hide you real website behind them. It used to not be like this. It used to be very easy to put a website up on HTTP. Most data on HTTP doesn't really need to be encrypted. Even interactive stuff like imageboads and forums. HTTP/Web was supposed to be a library not what we've hacked it into. We should have had other protocols for interactive things. Something like IRC but for non-real time discussion. Another protocol for gaming. A different protocol for everything. Then HTTP could have been what it was supposed to be: A static library of information where anyone could put up a page cheaply with little issues. Without worrying about being ddos'ed by the mafia and forced into using their server as a middle man. javashit wasn't supposed to be used for most of what we're using it for. We could have something so much better that was really free. We should be able to host all our personal stuff on home servers that other people could access. Instead we've allowed everything to be centralized. So now bad people are snooping and reading all the data we produce and they're trying to prevent us from having open discourse. Having used a bunch of browser I think firefox is still your best bet. You have to modify the CSS style sheet to your liking and install a bunch of add-ons. But once you've got like that it's pretty good. At least until they push an update and break your style sheet. Usually it isn't hard to fix what they broke. I run vimum add-on with mine. So I can scroll with hjkl and do most other things by hitting a key. Works pretty good most of the time. I also have sidebar tabs that collapse. They recently added that to the browser but I disable it and use sideberry. I block all javashit by default with NoScript and I have uBlock installed too of course. It's still blocking all the ads for sites like youtube. Google tries to break youtube all of the time for firefox users. It's sometime a pain but still bearable. I mostly use yt-dlp+mpv these days when I can. What I hate most about the modern web is having to enable third party javashit on a lot of websites to get the content to load. There is no excuse for how people code websites these days. The text and images on the page should work without needing javashit and the test should use my system font. So many websites want to send 20+MB of javashit just to load a basic page with text. It's ridiculous. That's why I can get by with just using text browsers anymore. I really miss how the internet was pre 2012 or so.

Your fortune: Good Luck

>>

I've been using Tor Browser more than a decade with scripts disabled. You can do that nowadays by setting the default security level to "safest" through the shield icon in the browser bar. I don't really know what else is out there but this is what I use, and this is what I recommend everyone else to use as well.

>>

I've been using Tor Browser more than a decade with scripts disabled. You can do that nowadays by setting the default security level to "safest" through the shield icon in the browser bar. I don't really know what else is out there but this is what I use, and this is what I recommend everyone else to use as well.

>>
1000020471.jpg - 537.03 KB (850x1217)

>>1661 >>1662 Thanks for the insight hikarin. I agree that Firefox is generally the best bet to be usable on the modern web, but it's nice to dream about a less shitty version of the modern web sometimes. Sucks that Pale Moon threw away their credibility to be furry spergs. A bit unrelated, but do you have much experience with alternative webs? Things like Gopher, Gemini, Freenet, IPFS, etc? I like the idea of them and absolutely see the appeal but from my (limited) experience they're a bit too niche and often too limited to have much content. My idealistic cope fever dream is all the people of the "dissident web" (for lack of a better term) who use IRC and altchans and such to migrate off the clearweb into some sort of alternative internet protocol(s) but I know that will not happen. cry


c.jpg - 16.59 KB (474x545)

what programming languages does hikari use?

>>

HolyC

>>
730ccccf-40cf-4bc6-8c9b-9e04c3dfae97.jfif - 235.88 KB (1440x1800)

>>424 I want to learn Racket. It's sound so fun to craft your own meta-language I don't know what I'd use it for tho...

>>

Not fluent, but I've made "projects" in Lua for making mods in Garry's Mod, though I am just recently learning Python in college. I've made way too many disappointing attempts in trying to learn Python or any other programming languages prior to college, during high school. I just hope college motivates me to be better, because it really sucks being lazy, I'm trying to break away from the habit.

>>

C++ since you can do RAII and make the memory work for you or you can have free control to do all the memory management yourself like C style. Wide range of control and architecture you can have in C++ makes me love it.

>>

Mostly C, various lisp dialects and sh scripting. I use lisp more and more each year. Trying to slowly work my way down the stack and make everything lisp when possible. I'm frustrated though because I'm using 3 lisp dialects right now and I'd prefer to use just one.


d520f13b29806492f91b93b9f21ee5c959e30509141a5fd00fa412faed92063b.jpeg - 8.73 KB (225x225)

I've been wanting to switch from pidgin to a different irc capable client, preferably an open source one but not necessary. Which ones do you guys use?

>>

>>1262 I tried this one and it's been pretty smooth sailing so far. Wish there where more themes but other than that seems perfect.

>>

>>1263 search the top toolbar for a thing called "CTCP replies" might wanna remove the TIME reply since it allows random dudes to learn your timezone!

>>

irssi for cli

>>

What's up with pidgin?

>>
image.png - 1191.11 KB (850x1071)

>>1260 i use Hexchat with the Monokai theme. works well enough for me.


sample_9d746e2431eeeafb89b2e4e71884c42ffa59c407.jpg - 195.04 KB (850x665)

Does anyone know the best software to manage subtitles and audio on a .M2TS file or other video format? I was wanting to have them named Japanese and English instead of both being "unknown" cry

>>

Nvm figured it out. Using handbrake I can rename the audio settings and subtitles as well as make it an mkv

>>

>>1646 Good job. Hikarin must be very smart love love

>>
b578cf8c3e4b937ee94c56e59930690c-1983865230.jpg - 144.59 KB (1440x1440)

>>1650 I can be sometimes


06-cwtch-integ-tests.png - 13.82 KB (1004x480)

Have you tried any Peer to Peer E2EE messaging program? Some examples would include Briar, Cwtch and OnionShare. In the past, I didn't like these types of messaging programs because they require both users to be online at the same time in order to function, but these days this fits my use case better. I've heard that by using Briar, you can communicate over Bluetooth which is pretty cool

>>
reticulum_logo_512.png - 84.72 KB

In the mesh radio world there is LXMF, which is built on the Reticulum Network Stack. The two apps you can use with it is Sideband for mobile and Meshchat for desktop (it comes with a NomadNet browser too - a pretty comfy web alternative built on LXMF). If you can't reach a destination, it will store the message on a procoolation node nearby or of your choosing then send it to the destination once it's available. Keep in mind every single packet on Reticulum is encrypted so node operators won't be able to read anything. Reticulum is way too autistic for normalfags right now, even more than TOR/I2P so I haven't tried it in the real world yet, though I want to set up my own LoRa node in my area and get my friends to set up their own, that way I don't have to use the internet at all.

>>

>>1652 fuck wordfilter can't even say "prop0gation"


1708693968793707.jpg - 13.34 KB (409x395)

How did some of you learn to code? My attention span is literally worse than a toddler

Your fortune: Bad Luck

>>

>>427 By sitting down and coding. Learn by reading and doing

>>

>>427 I am having some of the same problems but am just trying to do projects on topics I am interested in. FOr instance I am making an IRC client in c++.

>>
Screenshot 2025-08-03 131721.png - 985.87 KB (1920x1080)

>>427 I'm also struggling with my attention span, most likely because I lack self-discipline and just lazy overall down , what programming language are you learning? I'm being taught Python, HTML, CSS, and possibly javashit in college right now. cry

>>

I learned by making my own neocities website. That I still need to change over.


1752447651749551.png - 136.02 KB (776x547)
1752522102976245.png - 15.96 KB (1122x164)

Recently at DebianConference '25, a convicted handholdingual predator. According to court documents, before he was eighteen, Jeremy Bicha committed "thousands of assaults". In response to the criticism of hosting a child predator while policing the political opinions of other contributors, they removed anyone from their channels who mentioned the topic. How do you feel about this situation?

>>

i think you should install gentoo

>>

Gay Nazi Offensive Moronic Enthusiasts laugh

>>

>>1584 this guy looks like someone who would molest people ngl

>>

>>1584 molestors' presence only prove that the distro is secure and good. if its not good then molestors won't be there, no? >>1589 physiognomy hasn't failed humanity yet.

>>

fucking chimp face


1641068923090.jpg - 41.17 KB (377x348)

THE next New Big Thing is a combination of dicksword, Anonymous Imageboard and Feditwittereddiverse all in one, and there's not even a signup. I don't know what it'll look like, but I do know there would be 2 parts to the site(or... webapp?), the "Agora" part, which is the "imageboard" (no redditvoting, no democracy, just posts) but has some elements from twitter and reddit, but primarily imageboard, and the "Tavern" part, which is dicksword-like, but all of this on one site/whatever-it-is. Overcoming bots would have users do or say things that bots generally can't, manually. Nothing is "automatic" Overcoming CP would have mods round the clock perpetually. The site wouldn't really have "boards", but few, with few "topics" doing 'roots' and 'vines' to others, like a web, like mycelium underground, the mesh and crisscross would be so much to the point there's no one real entry point, but all can be connected to others. twitter's organic connected posts resemble this the most.

>>
1452556413_preview_StoppedReading.jpg - 12.96 KB (250x272)

>a combination of dicksword, Anonymous Imageboard and Feditwittereddiverse


ebc05552cbd1cd57f9126a719fef25a0605d5937b2530a5b673c0eef970ad03a.jpeg - 141.94 KB (1025x1113)

What's your favorite programming language /t/?

>>

>>1425 go is dope

>>

63 posts and no mention of lisp cry

>>

>>231 Rust >Cargo Need I say more? needing to wrap everything in "unsafe" for interacting with the native API is getting really old, though. I do like how I can use the msvc toolchain for x64 and write asm, though, since M$ decided intrinsics can replace inline asm for whatever reason. C and Go are great languages, though. Golang is amazing for backend work.

>>

Haskell and Lisp, I love em. annoyed2

>>

>>231 im quite fond of both python and C++ or C# since both languages have been around and are very robust and generally pretty darn secure


Delete post: [ File only ]