[ Home ]
[ aca / en / f / h3 / i / jp / t / v ] [ dis ] [ Home ] [ FAQ ] [ Rules ] [ Catalog ] [ Archive ] [ RSS ]
Board Statistics
Board PPD Total Posts Unique Posters Last Post
Welcome to the WIRED

4chan.png - 19.85 KB (634x229)

Thoughts on 4chan's source code? https://github.com/4chan-org/4chan

>>

>>1850 Vichan is dead

>>

>>1850 I read a little of the source code back when it got leaked after the hack, and it is quite different from the conventional open source imageboards. The way something like Lynxchan works is that posts are stored in a database, and then when a user wants to see a thread, the program fetches those posts from the database and sends them to their browser, and caching is done between some of these layers to speed up the process. Yotsuba, for the vast majority of user requests, skips the database step entirely: each thread is just a file (.html) that is served statically and modified in-place whenever someone posts something; this is way faster than even caching database queries like Lynxchan does. Although the technique works, from a programmer perspective this is ugly, clunky, error-prone, unmaintainable, etc. so personally I don't think we are going to see established projects adopting it. Most imageboards don't need scale, so it's reasonable that people prioritize readability and maintainability. We are more likely to see someone writing an imageboard with LevelDB or Cassandra than re-implementing Yotsuba.

>>

https://github.com/Alehahaev404/4chan-main Use this repo instead. an official 4chan dev gave it a license basically saying do whatever you want with this source code. this leak will be on the internet forever they can't stop you from looking or using the code so I get why he gave it this license.

>>
>>

Okay nvm this imageboard is just fucking up the url for some reason github username is: Alex Dev 404



maxresdefault-1261610995.jpg - 176.98 KB (1280x720)

>Erying 11th Gen Tigerlake ES CPU Motherboard (roughly an 11900H) >AMD 6600M Chinkshit Franken card >2x 16TB Seagate Drives (ST16000NM000J) in striped ZFS >8x 5TB Seagate Drives (ST5000LM000) in raidz2 (keeps a monthly backup of the striped array - drives always online so the SMR has time to unfuck itself - so far works fine - only had to restore from it once and it went well) >1x cold spare of each HDD model >2x 512GB Kingston NVMe drives (one of their lowend models) for / and /home >1x 512GB Teamgroup SATA solidstate drive for /home backup >Gentoo (~amd64) as OS (this was a mistake, but I didn't feel like doing a reinstall once I switched computers) >ZFS volumes are shared via ZFS built-in NFS (I am told this is a mistake, but it works) Most of it came from my old chinkshit/aliexpress PC build, and from old computers I got for cheap though various sellers. All of the storage was lightly used, but passes monthly scrubs and checks. Mainly serve Jellyfin from it, but I am also thinking of running multiple docker instances of octoprint so I can control all of my FDM printers from it. Also have an iSCSI set up for backing up my wife's homebrew TTRPG setting.

Your fortune: Outlook good

>>
1750958408111351.png - 268.00 KB (750x683)

Its just used for minecraft and plex right now Dell PowerEdge R740 2x Intel Xeon Gold G134 3.2GHz 256GB RAM 7TB HDD

>>

>>1537 Is your HDD noisy? Like, do you shut it off when you are going to sleep?

>>

>>1542 its in another room but the hard drives are actually not that loud. the only thing loud about it is the fans when its starting up

>>

>>1542 Not that anon, but I'm the 7900X3D (soon) NAS, when the R240 is quiet enough (it's way louder than the R220 it replaced angry) hearing the 4 drives chugging away from seeding is actually quite comforting, I have it iny bedroom.

>>

>>1527 been a while! all of the build went together nicely, i used the 6.4TB drive for L2ARC and it fills up quite nicely i got a pair of 3.2TB SAS SSD for my VM storage, and a pair of 960GB SATA SSD for proxmox.. i ditched TrueNAS completely.. using cockpit in a LXC with bind mounts to serve my files. i didn't bother with slog, but i don't really need it since i can write to the disk pool at about 300MB/s which is just fine! laugh


image.png - 1443.62 KB (850x937)

Hikarin! It's time to discuss audio peripherals. This includes but is not limited to: >Wired/wireless over-ear headphones >Wired/wireless earbuds (including in-ear monitors) >Speakers >Mixers >Portable music players and more. Discuss and compare hardware, request recommendations, ask questions, and most of all have fun!

>>
image.png - 201.92 KB (568x673)

I am looking to switch out my over-ear PC headphones for some wired earbuds of some kind. Do you guys have any recommendations? From looking online I see people recommending these, the SENNHEISER Professional IE 100 PRO. My caveat is I don't really like the wired headphones that have the silicone tips, I'd rather have the kind that are shaped like the Apple Earpods but I don't think that specific design is very common unfortunately. Any thoughts?

Your fortune: ( *´・ω)/(;д; )

>>

>>1842 the ie 100 pro are very nice, all of sennheisers newer ie models are very small and (imo) comfy too you can use a whole range of different tips on them too! nya i have 2 pairs of ie 100 pro, ie 600, and some other moondrop iems, i really like the moondrop blessing 3... love possibly even more than my ie 600


1d1b7500ca025422d9ce79da4afb6a4bf3251d06d15cdfbcd1b34b06549e8e77.png - 1935.68 KB (1920x1080)

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

>>
Schermafbeelding 2026-09-04 090850.png - 2654.30 KB (1919x1079)

im not really good at pc tech but it shows what i like i think?

>>

>>1960 very comfy hikarin, good for you happy

>>
maim-1788540223.png - 71.43 KB (1920x1080)

キタ━━━(゚∀゚)━━━!!

>>
Screenshot 2026-09-04 223812.png - 2310.78 KB (1918x1079)

My background is from a minecraft server I used to play on with my fiancée

>>
Screenshot_2026-09-06_04-21-42.png - 1478.02 KB (1600x1200)

>>1960 Bit better now


image.png - 1426.13 KB (1905x969)

Hello, For over a year, I've been experimenting with methods to perform image search. I experimented with embeddings, image descriptions, OCR, image hashes, and color profiles - lots of stuff. I spent a significant amount of time benchmarking these processes, evaluating whether it could scale to the order of 1e6 images hosted on a personal computer. I landed on tag search because it btfo'd everything else. It offers, >quick computations at 22img/s on a 1660ti gpu (double that on a 4060ti) >1ms search results >full text search index like elasticsearch is not required >negation/exclude search >extremely precise and flexible search queries Here is the website I created. Enjoy! https://img.ayasequart.org/tag

>>

>>1958 Search should take nanoseconds as it should be O(1). Also, your site doesn't appear to have images.

>>

>>1959 Only 1.25 million images Maybe you can fix it to be O(1)

>>

>>1962 Sure. Link the repo.


hmmmm.gif - 77.75 KB (220x165)

Hello, Hikarins! Good morning/afternoon/evening. Do ya hikarins know about html? how did ya learn? im really interested. I wanted to organize and create my own site from 0, starting by learning html.

>>

>how did ya learn? I once came across a tutorial on how to make a website using Notepad, and for a while I was doing HTML using Windows 10 Notepad

https://youtu.be/bWPMSSsVdPk [Embed]
https://youtu.be/KJ13lX20FqU [Embed]
This were the videos, and if you want to publish your website, you can use Neocities or Nekoweb. Please don't learn any JS or CSS frameworks, instead learn vanilla JS and CSS, learning frameworks is a waste of time, trust me, they won't do you any good, and you won't have a good time. You can also learn the HTTP protocol if you really want to understand how every website works under the hood

>>

>>1942 For HTML go to w3schools. For CSS also w3schools but i actually recommend Sass (https://sass-lang.com/) because it makes it easier to do composition of your styles. For javashit just stick to plain javashit. Don't bother with Web2.0 (Flask, Django, Spring, Ruby on Rails) unless you run a service for end user. Learn from websites on Neocities and Nekoweb how they code their website since you can just F12 and see it.

>>
c0mr_m9wzMI.png - 714.98 KB (870x870)

sadgrl's guides are what i started with and can absolutely recommend them if you're gunning for just a personal page https://sadgrl.online/guides/ there's also this one: https://internetingishard.netlify.app/ you'll also need to think about how you want to host it. there's shared hostings and VPSes you can buy online, or you can just host from a computer you own physically. if going with latter, you'll wanna research a little into web servers, probably Nginx, and stuff like SSL. and ditto anon regarding Sass actually, it's pretty nice.

>>
computer-work.gif - 862.77 KB (498x498)

Hello Hikarins! Everyone, I appreciate your tips and guides; I’m studying and trying to learn from everything you post here. Soon, maybe i'll got a website up and running. Thanks yall!! Im reading all of you guys drop here. happy2

>>

best of luck anon! getting it going can be a bit ovewhelming, but it's a pretty smooth slope down the rabbit hole from there


goku-i-saw-what-you-deleted.gif - 2163.54 KB (498x374)

Zdiskuss is down again, will it come back? Was there a serious problem with the site? What happened?

>>

>>1954 The owners didnt know how to manage it, the site is probably permanently dead now. Theres a thread on wapchan that sorta discusses it if you're interested surprised


1772903255844772.jpg - 5.95 KB (150x150)

Im stuck trying to develop a way to display featured threads on the index of my site for my imageboard backend. The only method i can think of that doesn't involve a clusterfuck of code is to query the database for every top post anytime a user logs into the index, but that still sounds awfully inefficient considering how minimal of a detail it ends up being. Any tips for this sort of stuff? I tried to look at how vichan does it but i didn't really get it tbhdesu.

Your fortune: Outlook good

>>

>>1897 i finally got around to implementing proper image thumbnails. im kinda starting to run out of ideas on what else to implement down

>>

>>1946 JSON API for IB phone apps Tripcodes Better moderation tools More flexibility (like the option for admins add thread-specific html/css/js) An invite system A captcha that doesn't depend on third parties Anubis support PGP threads (temporary threads where only the OP can read the replies)

>>

>>1947 i did just get around to reworking my ban system, i wouldnt say its complete but atleast it does the bare minimum like image hashing. PGP threads do sound interesting but i they would probably be a mess to moderate lol, i might focus on adding tripcodes now though (also a captcha would be good).

>>

>>1897 i hate variable fonts, i hate ttff, i hate css3, hate hate hate hate hate angryangryangry

>>

>>1946 Vote ban. I know, it's kind of a double edged sword.


banner.gif - 37.56 KB (240x60)

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

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

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

>>

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

>>

>>1305 just post, nobody else will

>>
Screenshot 2025-07-02 at 14-41-28 worldwidewar Welcome to Jekyll!.png - 188.45 KB (1087x782)

idk if unreadable.info will ever come back but I updated my website 2 years later

>>
banner2.gif - 25.18 KB (240x60)

Delete post: [ File only ]