Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mdellavo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
mdellavo
2y ago
Using stimulants prescribed for ADHD to have extra pep in your step is drug abuse - just sayin. You see this a lot with adults taking stimulants for ADHD.
2.
▲
by
mdellavo
3y ago
One suggestion to the authors - every serious codebase I've ever worked on had their own set of linters and plugins for whatever linter they were using. How do I extend Ruff? Can I extend Ruff? How do I write plugins and linters? It&#
3.
▲
by
mdellavo
3y ago
it's version 0.x - breakages are expected
4.
▲
by
mdellavo
3y ago
It's not an open standard but the JVM spec is publically available and intended for multiple implementations https://docs.oracle.com/javase/specs/jvms/se8/html/
5.
▲
by
mdellavo
4y ago
sure but three days in a row?
6.
▲
by
mdellavo
5y ago
simply rendering tables - most of the (python) pdf generation libraries I evaluated a few years ago all had the same limitations (reflow is hard) around laying out large multipage tables. We went with a headless chrome service to print to
7.
▲
by
mdellavo
5y ago
How well does this handle large tables that span pages? That seems to be a key differentiator for most PDF libs I sampled. I'd assume this works well if it's coming from Chromium
8.
▲
by
mdellavo
5y ago
you can pick a alternate browser on IOS and as I said - it was multiple instances Go in your google/android settings and make sure location tracking is off - come back and tell me with a straight face that the UX of the feature is not
9.
▲
by
mdellavo
5y ago
It's pretty much BS like that that had me switch to IOS after years on Android.
10.
▲
by
mdellavo
5y ago
Why would some be branded damaged because they have knowledge of a tool? That's ludicrous. I've used many databases including mongo. They are all tools like any other with pros and cons and having experience with multiple across
11.
▲
by
mdellavo
5y ago
hmm didnt this happen once before after a long weekend?
12.
▲
by
mdellavo
5y ago
fully typed? it used dicts for queryinb - should maybe look at sqlalchemy for comparison
13.
▲
by
mdellavo
5y ago
browserpass is the killer addon for pass - just calling it out
14.
▲
by
mdellavo
5y ago
I typically use the generate pass command to generate a new password - that isnt in history
15.
▲
by
mdellavo
5y ago
browserpass for the pass password manager does this
16.
▲
by
mdellavo
5y ago
https://www.passwordstore.org/
17.
▲
by
mdellavo
5y ago
what about applying a GIN index on the JSONB?
18.
▲
by
mdellavo
5y ago
EAV is a pattern you can easily roll out - https://docs.sqlalchemy.org/en/14/orm/examples.html#module-e... Another commenter illustrated some of the issues you will run into with this pattern at scale. It wo
19.
▲
by
mdellavo
5y ago
Are you unrolling the nested JSON data structures and storing as traditional K/Vs in an EAV pattern? Possibly using one table for each datatype or using a sparse table? I'd be curious how this performs for complex queries - does
20.
▲
by
mdellavo
5y ago
I was taking Armodafinil for a bit and this was my experience - it was too strong and would lead to insomnia for me.
21.
▲
by
mdellavo
5y ago
people were without power for over two weeks after hurricane Sandy - no unrest
22.
▲
by
mdellavo
5y ago
It seems to be to be a misrepresentation to call this a mongodb alternative.
23.
▲
by
mdellavo
5y ago
if you delete the key - the data is effectively gone
24.
▲
by
mdellavo
5y ago
SQLModel is brand new? why not just use sqlalchemy which is more mature?
25.
▲
by
mdellavo
5y ago
optimistic locking is a useful technique that seems unfamiliar to many - it's worth looking into
26.
▲
by
mdellavo
5y ago
please don't - CSV is a perfectly fine textual file format for many things that can be used by the technical and non with a wide range of support in applications and programming languages.
27.
▲
by
mdellavo
5y ago
That does not seem like the app from the article
28.
▲
by
mdellavo
5y ago
is there any secret sauce?
29.
▲
by
mdellavo
5y ago
Doesn't really seem like much original work... a chat app tailored to a specific audience?
30.
▲
by
mdellavo
5y ago
Generating code has never been a problem for developers :) I'd be more interested in a tool that notices patterns and boilerplate. It could offer a chance for generalization, abstraction or use of a common pattern from the codebase. T
More ›