Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vmfunction
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
211.
▲
by
vmfunction
3y ago
it is also about why are you there. Both friends and I have had manager that are decades younger than us. Wasn't really a problem. Depending what if you want to deal with meetings, C-Level people, or just develop software at your job.
212.
▲
by
vmfunction
3y ago
Don't know about now, but many versions ago, Android Studio, just doesn't not start in OpneJDK. It is mainly the UI my guess is. It requires one to install OracleJDK to work. Don't know if it is still the case or not. For mo
213.
▲
by
vmfunction
3y ago
>Not specific to rust, but I think asynchronous programming in general is a hype. Hmm, wasn't the whole point of doing things in event loop because it way out perform thread-based architecture? Like when Nginx way out performs Apac
214.
▲
by
vmfunction
3y ago
Sounds like Reddit need to have a RSS feed or rethink their business model. Maybe Reddit will just be a type of social benefiting site that doesn't rely on a business model. Don't know what the VCs that funded them will think tho
215.
▲
by
vmfunction
3y ago
Just wonder if the the reward for security bounty would increase such as 1 - 10 million dollars to match the black market, do you think it would attract more serious security researchers?
216.
▲
by
vmfunction
3y ago
> From the point of view of the software, running a bunch of instructions in sequence, you do get stale values. You can have two threads wait for a signal, then both read a value, and both get different results. You can have a thread set
217.
▲
by
vmfunction
3y ago
wow a lot of big files, maybe they should publish it over WebTorrent
218.
▲
by
vmfunction
3y ago
>What we lost is just this >``` const someInitializedModule = require("module-name")(someOptions); ``` That can partially be done such as: import {jason} from ' https://example.com/foo.js?name=jason On t
219.
▲
by
vmfunction
3y ago
yes, RingoJS is also using CommonJS, but yeah CommonJS was mainly for Node. However, now we have standard from import that is part of ES standard. Would rather be using that now that most runtime and browser has implemented it.
220.
▲
by
vmfunction
3y ago
what about "green threads" that is not managed by the OS like https://tokio.rs ?
221.
▲
by
vmfunction
3y ago
> Though it could also make sense to horizontally shard them over regions. that is assuming the user who are editing the document are in the same geo region. How one shard the db, would depending on some internal stats of figma and how t
222.
▲
by
vmfunction
3y ago
I have tried for a client who wanted to install open source app in server with sandstorm about 3 or 4 years ago, it is just very slow at the time. Hope they improved that since.
223.
▲
by
vmfunction
3y ago
Would beg to differ. Many people would love to a e-ink display (no color needed). It is better on the eye, and saves battery, and you can read it in the sunlight. It is not good for watching video, but I'm sure I'm not the only wh
224.
▲
by
vmfunction
3y ago
Well with the kind money that agency has, they can buy the whole world several times over. Amazon is good example. Just give them a gov contract, and all the sudden company don't have to be so profitable in their daily business anymore
225.
▲
by
vmfunction
3y ago
with $17B, we can literally 3D print a bunch of micro housing. Seems like money is still wasted in Bureaucrat, red tap and some kind financial fraud.
226.
▲
by
vmfunction
3y ago
for sure not suggesting using E4X as it is, JSX has evolved a lot from E4X. For example, as small implementation such as https://nanojsx.io would be a good start.
227.
▲
by
vmfunction
3y ago
pretty sure JSX can be work into the ES standard. As E4X was part of JS before 2014.
228.
▲
by
vmfunction
3y ago
that is what gets me, why did the file get to 20g? At that point just ship a SQLite file.
229.
▲
by
vmfunction
3y ago
unless node convert to Rust, the future is Deno or rust based approach. The main reason to NOT use node is the who C backend.
230.
▲
by
vmfunction
3y ago
The syntax is more like mithril.js, think would just stick with that or go with solidjs.
231.
▲
by
vmfunction
3y ago
what is interesting about that is when I saw solid.js performance chart, it is the closest to vanilla js in terms of performance.
232.
▲
by
vmfunction
3y ago
1.1% seems like slap on the wrist or cost of doing shady business. 20% would be more appropriate, then again this seems like political discussion between US and EU.
233.
▲
by
vmfunction
3y ago
can imagine that in Berlin, but a city with 10.000 people?
234.
▲
by
vmfunction
3y ago
Hmm, it's a shame that Little Javascripter is not mentioned: https://www.crockford.com/little.html That is really the only positive reason to use JS.
235.
▲
by
vmfunction
3y ago
The fact that it takes so long to transition to IPv6 and like many other obstruction to technological/social progress are economic and business gain for a certain small group of people and organisations.
236.
▲
by
vmfunction
3y ago
JS does have thread. Worker on the client side: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers... Server-side/nodejs: https://nodejs.org/api/worker_threads.html#wo