Hacker Newsnew | past | comments | ask | show | jobs | submit | nickzelei's commentslogin

This is probably the nicest IPTV site I’ve ever seen, nice work!!

I'm so honored that you feel that way, and thank you for saying so!

I’m fortunate where I’m at in the Bay Area to get 10Gpbs for $50/mo from Sonic. Service has been amazing.

It’s a no brainer at the cost even if it’s not saturated. 10 gig equipment is expensive so majority of my LAN is 1gig. I ended up getting some new network equipment and my WiFi caps at 2.5Gbps.

Steam and Usenet are my primary downloads that can take advantage but even my NAS only has a 1gig card as I haven’t bought the 10gig upgrade card.

Majority of homes are most likely fine with 1 gig, but we also don’t know what the future holds for network bandwidth.


I did a double take seeing this on the front page. I came across this website only yesterday after searching how to properly lace a heel-lock. I bought a new pair of shoes and my right shoe wants to slip out of the heel ever so slightly.

As a result, I came across this absolute gem of a website! Glad to see it here as it's a wealth of knowledge. Who knew there were so many ways to tie and lace up shoes. There's even methods to design your own! Amazing.


I’m looking for a setup like this. I currently have a simple usb-c splitter that I use to switch my keyboard between the two. I bought a similar one for display ports but it doesn’t work super well, so I ditched it and just manually move the display port from my desktop to my caldigit.

They were both $20. The keyboard one works fine. I’d love to have a kvm like this but the price certainly gets gives me pause when I got halfway there for basically $20-$40.


There is an actual KVM that does both (display and usb) for 25 eurobucks sold on the communist ecommerce website.


I’ve had my eye on this platform. Generally like their design and ethos too. However I find their code viewer/navigation a little hard for my eye. But maybe I’m just too used to GitHub.


Sure. If you really wanted to, I think the pages are simple enough that you could add your own CSS tweaks via a basic browser plugin (or whatever is the current go-to plugin for doing this).

For me, I only use a forge's viewer/navigation for cursory glances or sharing links to others. If I need to spend any real time digging, I'll clone the repo.


Awesome! I’ve had this game on my wishlist for a while now. Just saw there is a demo, will have to check it out!!


Cool project.

I haven’t looked at the code too much(yet). I’d be curious to know how you’re handling some of the more wiry edge cases when it comes to following foreign key constraints. Things like circular dependencies come to mind. As well as complex joins.

I feel ok posting this because it’s archived, but this problem is basically what we designed for with Neosync [1]. It was probably the hardest feature to fully solve for the customers that needed it the most, which were the ones with the most complex data sets and foreign key dependencies.

To the point where it was almost impossible to do this, at least with syncing it directly to another Postgres database with everything in tact. Meaning that if on the other side you want another pg database that has all of the same constraints, it is difficult to ensure you got the full sliced dataset. At least the way we were thinking about it.

[1]: https://github.com/nucleuscloud/neosync


that is a valid point. dbslice finds cycles in the fk graph and usually resolves them by nulling a nullable fk for insert order, then patching it back with deferred updates after inserts. if a cycle has no nullable fks, postgres output can still work when deferred fk checking is enabled and the cycle constraints are deferrable, otherwise it fails fast with a clear error.

traversal automatically pulls in parent records so you don’t end up with dangling references, and a validator (enabled by default) can double-check the slice before output. for complex joins, you can opt into subqueries in seed where clauses.

it covers a lot of messy cases, but i won’t claim it’s fully solved yet. there’s no automatic discovery of relationships that only exist in app code (beyond heuristic hints), and real production schemas will still surface new edge cases. it’s still early-stage, so the more people test it on messy production-like datasets, the faster i can iron those out.

i would also love to hear what you think of the implementation if you check out the code.


Wow, that blog post really gave me pause and has stuck in my head for the last hour or so.


The official private servers were paused recently. https://oldschool.runescape.wiki/w/Project_Zanaris


Like many I installed omz and ran it as the default for a long time. After a while I looked to optimize my shell starts and realized I was only using a fraction of the functionality.

So I figured out what I was using and created my own very paired down version of what I needed. My boot times are much faster and I’ve been totally happy with it. I also learned a lot more about shell configs as a result.


Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: