Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Risord
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Risord
2y ago
Btw this potential false falsify also popped up newest Sabine's video: https://youtu.be/NHrL4fkyWKI?si=nCuagTnP3WJIDbSv
2.
▲
by
Risord
2y ago
In another words friction slows movement down and does not treat some direction on surface more preferable than others. Assuming regular surface this is pretty much definition of friction. I am not sure how well I have explained stuff but i
3.
▲
by
Risord
2y ago
For some reason I cannot reply to your comment wizzwizz4. We are talking about dynamic friction in it's simplest form. You can treat it as simple math problem too. Let's consider two extreme cases: A: Side slip is 1m/s and wh
4.
▲
by
Risord
2y ago
Sometimes I am wondering what if there is theory which have been on right track but it's (false?) falsified and already forgotten. Sure theory could be incomplete or incorrect on some ways but would that right part be noticed? For exam
5.
▲
by
Risord
2y ago
At the time I was lost joy of coding too but I was able to found it again. One key point was to ignore learning new tech if it was not absolutely necessary and focus just creating new things. I think it all started from Sebastian Lague'
6.
▲
by
Risord
2y ago
Excel does not support any delimeter natively since its region dependent. I ended up saving my mental heath by supporting two different formats: "RFC csv" and "Excel csv". On excel you can for example use sep=# hint on b
7.
▲
by
Risord
2y ago
One can start from typical UIs and start tinkering from there why it isn't good enough for programming. Good first step is to notice that we dont have even static data objects. Still UIs are full of them (forms) but you cannot copy pas
8.
▲
by
Risord
2y ago
I think quite interesting starting point is general purpose visual medium which is good enough to be used for programming, too. Aka: more visual/structured medium to some use cases we use text today.
9.
▲
by
Risord
2y ago
TLDR: Monorepos have no issues in "real world". (= My bubble, I am quite sure I haven't ever even met person face to face who have been in project of even 100 devs.)
10.
▲
by
Risord
3y ago
Yea I don’t care neither but business seems to care. If you listen closely their specs are pretty much bloated with DUs.
11.
▲
by
Risord
4y ago
Question as title is linkbait.
12.
▲
by
Risord
5y ago
You propably would want to reuse referenced definitions like domain and IP which are not email specific. But yes all of our JS could be much shorter if we used APL but most of us like readability :P I kind of not get why TLD should be valid
13.
▲
by
Risord
5y ago
Thats propably because you are looking inlined assembly of definition. If you name and reuse all the partial patterns it become much more clear. Though regex is cool obfuscation method.
14.
▲
by
Risord
6y ago
I claim that it's possible to design cargo ships and planes to be driven by anyone with short training compareable to driving license. It all comes down how much you want to invest for being as safe as possible from accidents. Cost of
15.
▲
by
Risord
6y ago
Why so? In web world we represent most of our non-UI structural data in JSON. HTML is also structural data but what makes it so special that serialization format is needed? Or why won't we represent any abstract business data as HTML e
16.
▲
by
Risord
6y ago
> To all the people complaining that modern web browsers are too complicated for small teams to build and maintain, do you think WASM helped with that at all? Kind of yes. For simple browser as a general application platform you need a s
17.
▲
by
Risord
6y ago
Indeed semantics is what matter but I think for example lack of composability is semantic problem too. <snarky> Ability to manage persistency and correctness of SQL engines is very usefull while language interface not so much. <&#
18.
▲
by
Risord
6y ago
First: Yes null VS option type is all about static knowledge so it's pretty irrelevant topic in context of dynamic language. In my mind in such languages null propagation operator is basicly all you need. But cmoon it's not about
19.
▲
by
Risord
6y ago
Because knowing which data is hidden by UI from server is hard problem. To achieve real-time feeling game apply (most) your inputs immediately without having to wait relatively long time confirmation from server. So if you decide to push bu
20.
▲
by
Risord
7y ago
Don't have experience about stack oriented languages nor sure is this relevant reply. But to clarify: local mutable variables are fine because effect of changing value is clear due well specified scope. Mutation is not observable from
21.
▲
by
Risord
7y ago
I like pragmatic definition of FP by Eric Normand: We recognize separation between data, calculations (pure functions) and actions (impure stuff) while using always simplest category. To me it seems like especially juniors would get benefit
22.
▲
by
Risord
7y ago
I don't either consider living without local mutable variables and loops as a clear improvement. But I do think that designing your application such way that it won't rely (or rely as little as possible) on spooky actions at a dis
23.
▲
by
Risord
7y ago
Unlike Elm, F# is 'functional first' but supports OO and impurity (with good and bad). Biggest clear plus is maybe full stack development support. Checkout SAFE stack (Saturn + Azure + Fable + Elmish). There is also Bolero, an alt
24.
▲
by
Risord
7y ago
And what if you are used dynamically typed language for years and still cannot understand why anyone would choose on if can chose freely? Seriously I have noticed that static vs dynammic preference is quite sustainable thing for people. Eve
25.
▲
by
Risord
7y ago
This case makes me wonder what if traditional filesystems would not separate files and directories. So that there would be just files which may have data and sub files. Then html file could include all js files etc. directly inside it so th
26.
▲
by
Risord
7y ago
Code smell #1/#2: If you have too long function/method break it apart. How does this relate code being in function VS method Code smell #3/#4: If you don't want to put helpers to global scope then just don't. I don&
27.
▲
by
Risord
7y ago
I feel your pain although I haven't ever implemented type provider to be precise. You have no reason to feel guilty! It's out and it's runs without any major bugs(!). Hopefully community will carry it and at very least it
28.
▲
by
Risord
7y ago
Great work. I used rezoom in couple of minor projects and like most that I could really trust that query runs if it compiles. Unlike in Entity Framework where you have unlimited possiblities write code which compiles just fine but crash run
29.
▲
by
Risord
7y ago
If soft delete is ok there is no problem. But should it be part of protocol or application layer is another question.
30.
▲
by
Risord
7y ago
Managing universal data removal is not universally solved (or even wanted) on internet scale. So it sounds weird to demand it from technology which is trying to solve completely different problem.
More ›