HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Dayshine

no profile record

comments

Dayshine
·18 hari yang lalu·discuss
I'm not sure how I'm supposed to get $200 of value out of personal use!
Dayshine
·bulan lalu·discuss
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 this document, or completion on this line, etc. And if the client is aware of document changes (which are versioned), it should notify of those before requesting new symbols/etc, but that's not difficult.

I don't know that it's mandatory, but I definitely implemented servers so that they would complete processing changed documents before responding to any later requests.

And if it's just the client re-using cached symbols without asking for an update (which should be very fast if nothing has changed); well, that's foolish.
Dayshine
·2 bulan yang lalu·discuss
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 file/directory only source files loaded into context.

So any referenced projects, tooling, even packages in one language, and you have false positive errors everywhere.
Dayshine
·5 bulan yang lalu·discuss
What's wrong with piper?
Dayshine
·5 bulan yang lalu·discuss
Then why are these labelled as "production" ready?

And surely redis is a runtime image?
Dayshine
·5 bulan yang lalu·discuss
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 confident.

Which is phrased as "not my job" for some reason.
Dayshine
·5 bulan yang lalu·discuss
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 which are unneeded for services. The only executable in a hardened container image should be your application.
Dayshine
·6 bulan yang lalu·discuss
It's for the TVs, to provide network for live TV boxes.
Dayshine
·7 bulan yang lalu·discuss
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 projects have false positive errors everywhere.
Dayshine
·7 bulan yang lalu·discuss
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 anything.
Dayshine
·7 bulan yang lalu·discuss
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
Dayshine
·7 bulan yang lalu·discuss
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.
Dayshine
·7 bulan yang lalu·discuss
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 day.
Dayshine
·8 bulan yang lalu·discuss
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 order to get their benefits, the unions just negotiate with employers on behalf of all employees. I've also never heard of credentials/gatekeeping for unions in the companies I've worked in.

For reference, I was working as a software developer at a University on a research project: I got the benefits of the higher education university (nationally negotiated pay scales, holiday benefits, etc) but was not a member.

Pay was lower, yes, but that wasn't mandatory; that was just the budget of a research project.
Dayshine
·8 bulan yang lalu·discuss
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 client scraping?

No, scraping is rehosting hacker news.
Dayshine
·9 bulan yang lalu·discuss
> 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 pro? It kinda conflicts with "built to last"!

You'd be better off not even mentioning it.
Dayshine
·10 bulan yang lalu·discuss
Image data is just encapsulated: you just take a jpeg file and write it to bytes and wrap it a little.
Dayshine
·10 bulan yang lalu·discuss
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 luck with graduate schemes at companies like BT who I believe will have similar shortcuts through recruitment for those with disabilities.
Dayshine
·10 bulan yang lalu·discuss
Consider adding the widget/action to your quick actions: then to don't need to copy paste at least
Dayshine
·4 tahun yang lalu·discuss
Have you fixed the problem where opening any moderately large document in chrome on android would just lock up chrome entirely? :)

The editor was clearly trying to load the whole thing!