Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sidmitra
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
sidmitra
2y ago
Hitchhikers guide was a personality defining read for me when i was younger. I also recommend this video: Parrots, the Universe and Everything https://www.youtube.com/watch?v=_ZG8HBuDjgc Just this week i was looking for mo
2.
▲
by
sidmitra
2y ago
Culture is mostly generational habits, learnings, hacks etc. Poverty and scarcity for generations could scar people into adopting certain habits as a way to survive; and it can be eradicated if the causal conditions go away and others take
3.
▲
by
sidmitra
2y ago
I love gevent, but i never was 100% sure that nothing is secretly breaking or some weird thread safety issue. In a large SaaS app all sorts of 3rd party libs do weird background threading stuff or someone randomly starts doing threading.Loc
4.
▲
by
sidmitra
2y ago
https://archive.ph/kcVok
5.
▲
by
sidmitra
2y ago
Easier said than done :-) Tests might cover more code than a single unit owned by different teams, thus end up with multiple owners. Prefer "squads" as the owners rather the individuals. But just like documentation the ownership m
6.
▲
by
sidmitra
2y ago
I've had success with strategies at introducing some abstractions/patterns at my current place(doing this alone for a enterprise SaaS company with 200-ish devs). It's weird that we don't teach these or talk about them in
7.
▲
by
sidmitra
2y ago
https://wezfurlong.org/wezterm/colorschemes/ ^ There's a host of built-in color schemes.
8.
▲
by
sidmitra
2y ago
While agreeing somewhat with the post above, the answer isn't really so black and white but depends on your context, i.e. scale, app-complexity, search needs, data size etc. >the fulltext tool, can and should hold only 'active&
9.
▲
by
sidmitra
2y ago
>We build monuments for individuals not for committee. That's the second time i'm hearing that quote today from completely unrelated sources. The quote is from David Ogilvy, in case anyone is wondering. "Search all the par
10.
▲
by
sidmitra
2y ago
>frequency of character triples What are character triples? Are they trigrams?
11.
▲
by
sidmitra
2y ago
Disclaimer: I live in Chile, but not a Chilean national(nor of similar ethnicity), and certainly not a historian. The dispute is seen differently in Chile and is not as simplistic as Chile invading a port. In general i've gotten the se
12.
▲
by
sidmitra
2y ago
I second this, although i use `elpaca with use-package` instead: https://github.com/progfolio/elpaca It helps me keep the config consistent regardless of if something comes from MELPA, or bitbucket/github/git
13.
▲
by
sidmitra
3y ago
I don't know about Trello, but i understand why B2B SaaS have this problem. The main issue is the ability to support various authentication systems, protocols, eg. Okta SSO, Google, Password, Mobile apps, Custom SAML and dozens of othe
14.
▲
by
sidmitra
3y ago
My building charges USD 40+ to replace the white rfid cards if you lose it and something similar for the remote control for the parking gate. So i just cloned all my cards and remotes and keep them as backup, just in case.
15.
▲
by
sidmitra
3y ago
There is also https://meldmerge.org/ which i've used on Linux and Mac before.
16.
▲
by
sidmitra
3y ago
Not sure where that quote originates from, but it's also seen here. The Argentina Paradox: microexplanations and macropuzzles by Taylor et al https://latinaer.springeropen.com/articles/10.1007/s40503-01...
17.
▲
by
sidmitra
3y ago
It's there on the readme/pypi home for both; unless i'm misunderstanding what you mean by "chained" from box import Box movie_box = Box({ "Robin Hood: Men in Tights": { "imdb stars": 6.
18.
▲
by
sidmitra
3y ago
In case anyone is looking for mature alternatives that are used in production https://pypi.org/project/python-box/ https://pypi.org/project/munch/
19.
▲
by
sidmitra
3y ago
There might be people years from now that could benefit from your work. Caring about something and putting it out there is never in vain.
20.
▲
by
sidmitra
3y ago
I must confess, i never read the original book/paper, just about it from various sources. I was under the impression that in "proper" TDD you always try and write the test first; so as not to taint your tests with un-necessar
21.
▲
by
sidmitra
3y ago
This also can be articulated as a sort of incremental TDD. - Write the scaffolding test to call the new "thing" - Add basic assert to check your thing was called with right input - Add more logic to "thing" - Incremental
22.
▲
by
sidmitra
3y ago
Doh! I went and looked at the license. https://github.com/bookwyrm-social/bookwyrm/blob/main/LICENS... Comment from the author. https://github.com/bookwyrm-social/bookwyrm/issue
23.
▲
by
sidmitra
3y ago
One caveat for new users is that it requires some effort to use it. In many cases, if you're reading non mainstream books then it's on you to add those books and ISBN details + cover page etc. You're essentially contributing
24.
▲
by
sidmitra
3y ago
As others have pointed out, alternatives do exist. They just lack the network effect. I've recently moved to Bookwyrm. I was able to move import my Goodreads list, although many books were missing. Any new books i'm reading, go o
25.
▲
by
sidmitra
3y ago
Yes, but do you(or someone else) have a recommendation of which scale does not do this? Something that's not consumer grade, but not "enterprise cost"
26.
▲
by
sidmitra
3y ago
For those not getting the context(like me), this seems to be about the Bluesky Social( https://bsky.app/ ), a twitter alternative.
27.
▲
by
sidmitra
4y ago
The Change license defined is this >Change License: Apache License, Version 2.0, as published by the Apache Foundation. >Effective on the Change Date, or the fifth anniversary of the first publicly available distribution of a specific
28.
▲
by
sidmitra
4y ago
I've been following this for a while https://github.com/hoppscotch/hoppscotch/ Although 2 features that would make this perfect are still open - Private self-hosting: https://github.com/hoppsc
29.
▲
by
sidmitra
4y ago
A quick question, are there any limits around number of separate indexes we can have with meilisearch? I'm thinking atleast say 20-30K separate indexes to start with. My use case is that i want to start creating some indexes that are &
30.
▲
by
sidmitra
4y ago
>"equally productive" is misleading. You're right... but just to add. In any Enterprise project involves a lot of talking to other systems(think Salesforce, Netsuite, Slack) or implementing existing protocols(SAML, OAuth,L
More ›