Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tycoon177
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
tycoon177
2y ago
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?
2.
▲
by
tycoon177
2y 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
3.
▲
by
tycoon177
2y ago
Oh, and if you do stick with react, I'd suggest this library! It's super powerful. I'm using it for some visualizations at work and it's pretty awesome what can be done. https://recharts.org/en-US/
4.
▲
by
tycoon177
2y ago
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 resul
5.
▲
by
tycoon177
2y ago
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
6.
▲
by
tycoon177
2y ago
With the tauri backend, do you have plans to support Linux machines? If not, what is the limiting factor?
7.
▲
by
tycoon177
2y ago
It seems to mean other people's money based on a cursory web search.
8.
▲
by
tycoon177
2y ago
You don't wanna know
9.
▲
by
tycoon177
3y ago
71.5% so far
10.
▲
by
tycoon177
3y ago
https://apps.apple.com/us/app/kali-security/id1538756589
11.
▲
by
tycoon177
3y ago
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 nic
12.
▲
by
tycoon177
3y ago
There's also the availability factor. OpenAI has been known to go down on occasion and without warning. If a product relies on an LLM, I wouldn't feel great about the observed uptime of OpenAI APIs.
13.
▲
by
tycoon177
3y ago
Was just going to comment this. It's specifically: > This ensures zero data loss and minimal downtime for the application.
14.
▲
by
tycoon177
5y ago
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. >
15.
▲
by
tycoon177
5y ago
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
16.
▲
by
tycoon177
5y ago
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 mo
17.
▲
by
tycoon177
5y ago
https://xkcd.com/1053/ Everyone's experiences are different! It's helpful to share things we may consider "old news" because it may just end up benefiting those around us.
18.
▲
by
tycoon177
5y ago
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 Hacke