Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
timdumol
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
timdumol
1y ago
Does adding MFA not protect you against this? If you are secured by a TOTP on top of your password, it should not matter if they manage to reset your password.
2.
▲
by
timdumol
1y ago
Ah, I missed that. I do vaguely remember that it used to use Flash, but I can't find where I saw it now. Thanks, I'll give it a shot!
3.
▲
by
timdumol
1y ago
I've tried using Jules for a side project, and the code quality it emits is much worse than GH Copilot (using Claude Sonnet), Gemini CLI, and Claude Code (which is odd, since it should have the same model as Gemini CLi). It also had a
4.
▲
Canva Is Down
(canvastatus.com)
1 points
by
timdumol
2y ago
|
1 comments
5.
▲
by
timdumol
3y ago
"Marginal" in the blogpost is used in the economic sense, as in the next incremental user -- not "marginal" as in minority.
6.
▲
by
timdumol
5y ago
3 bedroom flat. I use Ubiquiti equipment since sourcing Ubiquiti is much easier than Mikrotik here in the Philippines, and I've had bad experience with TP-Link, DLink, etc. randomly requiring restarts or outright failing after a few ye
7.
▲
by
timdumol
5y ago
Freecad and openscad are basically your only choices for FOSS CAD work Freecad has pretty bad UX compared to Onshape and Fusion 360 (have to keep switching between lots of modes rather than a single unified UI), while openscad is more of a
8.
▲
by
timdumol
7y ago
You're probably confused by "SHA-512/256", which does not mean SHA-512 or 256, but rather a truncated version of SHA-512: https://en.wikipedia.org/wiki/SHA-2 in the third paragraph.
9.
▲
Cancer Treatment: China Mulls Looser Experimental Therapy Rules
(bloomberg.com)
1 points
by
timdumol
7y ago
|
0 comments
10.
▲
by
timdumol
7y ago
My issue with bitwarden (which is why I ended up choosing 1password) is that it doesn't provide an Android keyboard to insert passwords into apps that block clipboard access. (Keepass has this, but I wanted a simpler synchronization st
11.
▲
by
timdumol
7y ago
Some people have difficulty or are unable to visualize in their mind's eye (aphantasia).
12.
▲
by
timdumol
7y ago
There is a JupyterLab extension for that: https://github.com/lckr/jupyterlab-variableInspector
13.
▲
by
timdumol
8y ago
We've had no issues deleting and creating node pools this weekend (on asia-east1-a). No other problems noticed either.
14.
▲
by
timdumol
8y ago
I think GP means Lua "shit" in a nonderogative manner (synonymous to Lua stuff).
15.
▲
by
timdumol
11y ago
It looks like it was made with Beamer, a package for LaTeX for making presentations: https://www.sharelatex.com/learn/Beamer . It's pretty popular in mathematics, physics, and computer sciene theory.
16.
▲
by
timdumol
11y ago
Moving to TypeScript definitely helped us. The move itself revealed a couple undefined variable errors, and static typing has saved us a lot of pain. It was also extremely useful for when we decided to remove a few libraries; the static typ
17.
▲
by
timdumol
11y ago
It's worth noting that exactly-once delivery is impossible: http://bravenewgeek.com/you-cannot-have-exactly-once-deliver...
18.
▲
by
timdumol
12y ago
I think you forgot to put in the link :)
19.
▲
by
timdumol
12y ago
In case you're still interested in an exact solution, I think computing the Voronoi diagram for the polygon (treating each vertex as a point) should help in finding the answer. The deepest point should lie on one of the edges of the Vo
20.
▲
by
timdumol
13y ago
Actually, based on my reading of the paper, it seems that they learn a representation using one data set (the one with 1000 labeled samples per identity), then use that representation to classify on other training sets (like the Labeled Fac
21.
▲
by
timdumol
13y ago
FYI, you might want to try nginx-rtmp-module ( https://github.com/arut/nginx-rtmp-module); HLS support is one of its advertised features. I've been using it for RTMP and it's been working flawlessly.
22.
▲
by
timdumol
15y ago
It's set in an alternate universe to the actual Harry Potter series, and starts from the events in the first book. You won't miss much from not having read the actual books.
23.
▲
by
timdumol
17y ago
Manila, Philippines
24.
▲
Misunderstanding Markup: XHTML 2/HTML 5 Comic Stripe
(smashingmagazine.com)
12 points
by
timdumol
17y ago
|
0 comments
25.
▲
by
timdumol
17y ago
You're welcome. I do plan to try to add some Gaussian noise to the sample points -- thank you for reminding me. I also hope to find ways to optimize the fitness function and selection function. I think there is much that can be done to fix
26.
▲
by
timdumol
17y ago
It is a cute example. It's meant to teach Pyevolve and basic genetic algorithms with an example that doesn't seem too contrived. But thank you for noting that -- I'll add it to the article as a disclaimer.
27.
▲
A Coder's Musings: Curve fitting with Pyevolve
(acodersmusings.blogspot.com)
16 points
by
timdumol
17y ago
|
5 comments