Viewing profile — Dayshine
Dayshine
HN member- Joined
- Mon, May 09, 2016, 11:39 AM UTC
- HN karma
- 1,992
- Public activity
- 601 items
- HN profile
- View on Hacker News ↗
About Dayshine
No profile information was provided.
Recent public activity
-
comment
Comment #49185734
I just have an always on VPN so can tunnel back to my home assistant server; which can handle todos/reminders/calendar events. Quick messages to contacts I haven't considered.
-
comment
Comment #48952405
A phone has 10-20x if not more weight of electronics. I assume you will use your phone for 20-40 years?
-
comment
Comment #48651392
I'm not sure how I'm supposed to get $200 of value out of personal use!
-
comment
Comment #48376895
Staleness of what though? LSPs only really pro-actively send diagnostics (error/warning/info/suggest[/code action]). Everything else is responsive; the client asks for symbols in t…
-
comment
Comment #48185814
Is it? For the three languages I tried to use it for it was terrible. It was like it only had the basic language support plugin I wrote for myself at uni: basic syntax and current …
-
comment
Comment #47148384
What's wrong with piper?
-
comment
Comment #46847654
Then why are these labelled as "production" ready? And surely redis is a runtime image?
-
comment
Comment #46844689
The argument seems to be: don't promote/support good ideas or projects because if they're good they'll likely succeed without you, and then the initiator will be slightly more conf…
-
comment
Comment #46841655
Why does this not use chisel? I assume you at least drop the bin dir? Although the presence of ncurses is super weird I don't understand why one would go halfway and leave packages…
-
comment
Comment #46743278
It's for the TVs, to provide network for live TV boxes.
-
comment
Comment #46364247
Zed is snappy in the same way that notepad ++ is snappy: If you don't support 10% of language features you can avoid the hard work. Unfortunately this means that non trivial projec…
-
comment
Comment #46311900
Except a job offer is generally non binding, so they could interview you, offer the job, then withdraw it. So never being offered a job because it doesn't exist doesn't lose you an…
-
comment
Comment #46303806
I just checked UK stats and from my reading of ONS's homicide data it's entirely possible it's around zero from burglary gone wrong. The us is only 5 times bigger
-
comment
Comment #46110679
That's not how casting works. It's actually super locked down: the TV loads a netflix website and you can't create your own Chromecast receivers.
-
comment
Comment #46091635
So that they have the flexibility to run it as a staff service with substantial delay by slotting it in later gaps in the schedule. No passenger would accept 30 mins delays every d…
-
comment
Comment #46015442
None of the things you mention are things I've seen in my union covered jobs in the UK. I've never heard of union rules here. Employees are not required to be part of the union in …
-
comment
Comment #45971202
Scraping is about harvesting data. Just using the API like any other user is clearly not scraping. Is browsing linkedin scraping? Is browsing hacker news through an alternate clien…
-
comment
Comment #45753371
> Warranty Included > Every purchase is covered by a 1-year warranty for peace of mind protection. Uh, why are you marketing a bare minimum (often legally required) warranty as a p…
-
comment
Comment #45317857
Image data is just encapsulated: you just take a jpeg file and write it to bytes and wrap it a little.
-
comment
Comment #45311341
You're in the UK: take advantage of the various schemes that allow people with disabilities to get guaranteed first interviews. If you need any software job you might even have luc…
-
comment
Comment #45172004
Consider adding the widget/action to your quick actions: then to don't need to copy paste at least
-
comment
Comment #44903090
Well, we've made other situations where companies offer people money illegal. Such as bribery, or paying someone to steal trade secrets.
-
comment
Comment #44879125
But why should it take time at all? Newer developer tooling (especially some of the rust tools e.g. UV) are lightning fast. Wouldn't it be better if you asked for it and rather tha…
-
comment
Comment #44808634
Nvidia's parakeet https://huggingface.co/nvidia/parakeet-tdt-0.6b-v2 appears to be state of the art for english: 10x faster than Whisper. My mid-range AMD CPU is multiple times fas…
-
comment
Comment #44808613
It mentions ONNX, so I imagine an ONNX model is or will be available. ONNX runtime is a single library, with C#'s package being ~115MB compressed. Not tiny, but usually only a few …