Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Extigy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
Extigy
1y ago
One of my favourite features of Fortran is in its array implementation. You can index arrays however you like. Do you like your initial value to be at index 1? Cool. Prefer to index arrays from 0 instead? Sure, go ahead. How about an array
2.
▲
by
Extigy
2y ago
> The C standard for math.h requires these functions to be present as specified. They are specified to round correctly, the C standard specifies them to be present as specified, therefore the C standard specifies them as present and corr
3.
▲
by
Extigy
2y ago
That section is recommended but not required for a conforming implementation: > 9. Recommended operations > Clause 5 completely specifies the operations required for all supported arithmetic formats. This clause specifies additional o
4.
▲
by
Extigy
3y ago
Similarly for threads: https://github.com/webassembly/threads
5.
▲
by
Extigy
3y ago
Since this is using fetch/XHR under the hood, I guess requests from the browser are restricted only to same-origin URLs or servers responding with permissive CORS headers?
6.
▲
by
Extigy
3y ago
Perhaps Illumos is particularly well suited for a Hypervisor/Cloud platform due to work upstreamed by Joyent originally for SmartOS?
7.
▲
by
Extigy
3y ago
I love my lava lamp. I use it as the light for my bedside table. I’m too young to have seen the craze the first time around, but for me they are the ultimate nostalgia object. You see, lava lamps take me back to being a young child visiting
8.
▲
by
Extigy
3y ago
There’s a non-paywall version on arXiv: https://arxiv.org/abs/2308.09083 The paper you mention is indeed cited.
9.
▲
by
Extigy
3y ago
It can happen, the Pólya conjecture is the usual example which holds until n = 906150257. Another fun one I just found is the statement “n^17 + 9 and (n + 1)^17 + 9 are relatively prime”. The first counterexample is at n=8424432925592889329
10.
▲
You need 27 tickets to guarantee a win on the UK National Lottery
(arxiv.org)
4 points
by
Extigy
3y ago
|
0 comments
11.
▲
by
Extigy
3y ago
You can’t have a post about SDF without linking to iq’s incredible articles [1]. See also “Rendering Worlds with Two Triangles” [2], which is such a wonderful title for describing these techniques. [1] https://iquilezles.org/
12.
▲
by
Extigy
4y ago
Thanks Dang! Appreciate all the work you put in!
13.
▲
by
Extigy
4y ago
If a rebase goes wrong and you want out you can run, git rebase --abort to return to where you were beforehand. I find that git is actually very good at explaining what is going on and what you should do next by just running git stat
14.
▲
by
Extigy
4y ago
Probably not DOOM, but apparently some microSD cards have microcontrollers that can be exploited to run arbitrary code: https://www.bunniestudios.com/blog/?page_id=3592
15.
▲
by
Extigy
4y ago
You can run Python directly in the browser via Pyodide: https://pyodide.org/en/stable/
16.
▲
by
Extigy
4y ago
Thank you so much for this! I have been so infuriated the last couple of months with persistent issues like Mail closing and Safari’s cache randomly being purged, losing many website’s login sessions. Two-factor authentication multiple time
17.
▲
by
Extigy
4y ago
At least there’s always LAPACK if you need it!
18.
▲
by
Extigy
4y ago
Eurostile Bold Extended is my all time favourite font! It is also the font of the FUTURE, so makes several appearances in posts from this wonderful blog: https://typesetinthefuture.com/
19.
▲
by
Extigy
5y ago
Interacting with this website induced terror in me. Even accepting the use of cookies cost coins! Yes, it's making a strawman argument, but think of it like an interactive horror story. It sparked an emotion and for me that makes some
20.
▲
by
Extigy
5y ago
I too would have liked to have seen Navier-Stokes included, or least an inviscid Euler equation for modelling fluid flow.
21.
▲
by
Extigy
5y ago
This repo mentions that threaded code is often used in Forth implementations, amongst other things. One of the best descriptions of threaded code and how Forth works in general is the Jonesforth[1] source code, written in a literate program
22.
▲
by
Extigy
5y ago
As far as quantum gravity theories go I’m personally quite partial to Causal Dynamical Triangulation [1] [1] https://arxiv.org/pdf/1905.08669.pdf#page79
23.
▲
by
Extigy
5y ago
I’ve worked with several Fortran projects before. Modern Fortran is actually quite nice to work with once you get into the swing of it. I think the language itself and the surrounding tooling aren’t really causing the image problem. The rea
24.
▲
by
Extigy
5y ago
> What surprised me about the standards was that there’s no hash commitment for the data located at the URL. Looking at many of the NFTs on popular marketplaces being sold for tens, hundreds, or millions of dollars, that URL often just p
25.
▲
by
Extigy
5y ago
If you like that simulation you might also like my own webGL Gross-Pitaevskii Equation (GPE) solver. It uses RK4 to simulate a 2D box of ultracold atoms undergoing Bose-Einstein Condensation. The GPE models a condensate as a single-particle
26.
▲
by
Extigy
5y ago
Here's a screen recording of the race condition PNG, for those without Safari. https://youtu.be/KwbcVLvGfws I found that doing a small amount of activity like resizing other non-Safari windows caused extra glitchiness,
27.
▲
by
Extigy
5y ago
This is disgusting. I love it.
28.
▲
by
Extigy
5y ago
I once ran “crontab -r” instead of “crontab -e” and also thought that was terrible design for the same reason.
29.
▲
by
Extigy
5y ago
I always fear using the disk destroyer, dd.
30.
▲
by
Extigy
5y ago
Ouch. Even with shared storage access control and permissions should have saved the day there!
More ›