HN user

tycoon177

29 karma
Posts0
Comments18
View on HN
No posts found.

I would suggest different colors than black and blue. I found myself not able to differentiate unless I tilted my laptop monitor away. I can't imagine that color blind users would have a better time. May I suggest red and black?

Self-Hosting DNS 2 years ago

Blocky is great! The maintainers are also really easy to get along with. I had a few features I needed to get off of pihole (cnames, defining DNS via zone files) and they worked with me to plan the feature and were very kind and responsive with reviews of my pull requests :)

I kind of doubt it, but you could fake a realtime api by streaming results from your backend of choice as if you were getting it from an api. Some of the data is large enough that you could download it async on your backend and stream results as you parse it! I'm actually downloading the liquor sales for my state since 2012 and so far it's over 2gb of data, so definitely stream-worthy.

I did also find this just now. https://github.com/bytewax/awesome-public-real-time-datasets

I'm not sure if you're in the US, but there are a lot of data sources at https://data.gov/ that are pretty interesting! A similar service may be available for other countries.

If you want to really get out of your comfort zone, I would suggest a new language/paradigm. I've recently been loving learning Elixir with Phoenix liveview. It fills a lot of the full-stack needs and lets you focus on your backend data and your frontend display.

All things considered, I like the new design. There are some nice features, like the activity tab being a more sane way to view unreads than previously available. I'm also a sucker for the new custom theming support. It's also nice to see slack workflows/automations being more discoverable. I was starting to get concerned that this feature would be canned.

Not knowing which workspace has notifications at a quick glance is a huge pain though.

The only other concern I might have other than an hard drive would be the fans. Any moving pieces could have issues caused by vibrations, but fans are much more resilient than hard drives and I wouldn't personally worry about it.

Have you found any solution to minimize the bouncing?

Any quality laptop bag/backpack has straps to keep the machine stationary and wearing it securely on your pack should reduce nearly all risk of damage short of a lot of moisture (rain) or impact damage (falling over onto your laptop or dropping it)

If it were me, I would go for it! Really low risk, IMO.

That is the JavaScript spread operator. It takes all of the elements of an object or an array and adds them to another. In this case, the code posted is merging the iphone 13 pro device settings object into an object literal

As much fun as it was to tinker with all of the networking gear in years past, I have settled on using a google wifi mesh system for the time being at home.

If I could do it over again, I think that I would have opted for something a bit more "pro-sumer", perhaps ubiquiti's mesh system. For what it is, the google system works well enough, but there are a few annoyances that make it less than ideal for the average hacker news reader. An example of this is that you DO NOT get a web interface. Everything must be done with their mobile app.

The best part about the google system is that they intend for the routers to be setup and managed by an average person, which in my experience has lead to a very stable system. I couldn't tell you the last time I had to reboot any of the hubs and the family hasn't had any complaints. A close second is that the hubs each have an ethernet jack on them, allowing my desktop to be "hard wired" into the network and still get fiber-like speeds despite the fiber drop not being near the desktop computer.

Even in my small-to-mid sized home in suburbia seems to benefit from the mesh system and I won't be going back! The benefits are real.

This last week, I created my own minimal rss reader that has no fluff so that I could combat my incessant use of the web. My intent was to make content as dry as possible so that it doesn't continually pull me in.

Here's the Hacker News rss feed in action! https://rss.mchone.dev/?feed=https://news.ycombinator.com/rs...

Here's the engadget rss feed as well. It's more content-rich https://rss.mchone.dev/?feed=https://engadget.com/rss.xml

And here's my github repo: https://github.com/BenMcH/remix-rss