This is probably the nicest IPTV site I’ve ever seen, nice work!!
HN user
nickzelei
Co-founder/CTO of Neosync (https://github.com/nucleuscloud/neosync)
Site and blog: https://nickzelei.com Email: hello.yc@zelei.email
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.
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.
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.
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.
What does it mean saying California hasn’t done a Flex Alert since 2022? PG&E issued 3-4 in September/October this year. Is that different?
The devcontainers cli has existed for a while. Definitely not as smooth as using with vscode but it has all the main points.
I bought a moonlander in 2020 after work gave us a work from home credit when we transitioned to remote for Covid. I tried it but couldn’t get into it and it sat collecting dust for years. In 2024 I dove back into splits with a kinesis freestyle 2. I loved it as it felt more natural as it’s a basic keyboard just split.
After I got used to that I was able to migrate to the moonlander pretty easily. I just had to spend the time to sent it up properly for programming.
Now I own 2, each with the platform addon, which solves many of the issues with tenting as you no longer have to pivot the thumb cluster. It is expensive though.
Both keyboards also have shrimp switches to make typing pretty quiet.
This combined with a ball mouse have solved my RSI that developed a few years ago entirely.
Is there no dockerized irc server that exists or are you thinking about something else here?
Hm from what I’ve seen it emits metrics at a regular interval just like Prometheus. Maybe I’m thinking of something else though.
For folks that are using better-auth: are you using anything to build your frontend with? Or just writing it from scratch? I was interested in trying this out but was kinda surprised to find this is just an sdk with no components.
I found this https://better-auth-ui.com/
TIL! That is exactly what I am referring to.
Hm, 600 symmetric with monkeybrains?? I’ve had monkeybrains for over 3 years and have never seen over 200 down. In fact, I reached out to them today because for the last 3 months it’s been about 50 down or less. Like, I can barely stream content slow. What gives? I am in a 6 unit in lower haight. Most of the units also have MB. The hardware is relatively new (2019?). What gives?
Maybe you would be the person to answer this. Back in 1.6 it was common to install amxmodx for use as admin software in game. There was a function in one of the menus that would open up a players disc drive on their PC! I was an admin on a wc3 fun server back in the day and would do it to people for fun. Too young at the time to ever think more about how that was actually done or what security vulnerability that must have been exploiting! I always wondered how it was done.
Back in the cs1.6 days there were servers that advertised as hacker servers. Obviously anti cheat was turned off, but the draw was that everyone was hacking and you could test your hacking skills. The goal was to see who had written the best hacking software. It was actually really fun and an entirely new way of playing the game.
Appreciate the resources!
This is great! I like the note at the bottom of the page that it is inspired by Go/Rust by example.
After checking it out this is definitely on the way to what I"m looking for. Direct, no-nonsense examples that are easy to find and grok.
I've seen this book referenced a few times and is quite large from what I've seen.
Not opposed to checking it out, but to your question: I really like the Rust book and how easy it is to find and read. It feels modern, up to date, and the standard for how to learn Rust.
That is so interesting and is a point where GPT has failed me if this is true. My understanding was the stack was the choice due to having better ergonomics over cabal. Apparently that isn't true? I Found that stack init was pretty decent at setting up a project structure, but can't say I tried cabal init.
I initially installed ghcup via homebrew but found that did not set things up correctly and had to follow the install from their site, which made things work more smoothly.
Interesting read!
On a semi-related topic: I tried learning Haskell this past weekend out of curiosity that I last tried it some 10+ years ago while still in college.
I found resources for it scant. Coming from more modern languages/tooling like Go/Rust, I also struggled quite a bit with installation and the build/package system.
I tried the stack template generator for yesod/sqlite and after some 15 minutes of it installing yet another GHC version and building, I eventually ctrl+C'd and closed out of the window.
Maybe this was a unique experience, but I'd love some guidance on how to be successful with Haskell. I've primarily spent most of my professional years building web services, so that was the first place I went to. However, I was taken aback by how seemingly awful the setup and devex was for me. I've always been interested in functional programming, and was looking to sink my teeth in to a language where there is no other option.
That link you posted there says 2025! Wow that makes me excited. Big fan of microcenter.
Cool that they are shipping. I’ve had my eyes on the Visor for a long time now. They seem like the best solution but haven’t shipped yet. Not knocking them but it appears they are in production hell. If there is anyone that’s gotten their hands on a pair, would be curious to know how it stacks up to xreal.
I've had issues with tailscale dns for a while where I'll wake my mac up and the dns will just not work until I disable tailscale. I can then re-enable it and everything continues to work.
I logged a bug about it and the latest versions this seems to have gone away. I also moved away from the mac store variant and into the standalone. Not sure if that helped either.
This is great! Looks like it only went on in 2018 and is mostly a Seattle thing. Would be great to bring this back to San Francisco.
This is amazing! A few folks on my block in the lower haight started doing something similar during Covid. We’ve met some long term neighbor friends this way that we otherwise may have never met.
Love to know that more of this was going on in the city.