Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dgsb
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
dgsb
2y ago
or make.go, for some project it makes sense to not add another language for scripting and building tasks. It way easier for every one to have to master multiple language.
2.
▲
by
dgsb
3y ago
It's more than a PITA, it's almost impossible to implement ACID correctly. It's very very hard to do. There almost no point in implementing that in house when we have sqlite3.
3.
▲
by
dgsb
3y ago
You should seriously check sqlite3, it will save many engineering hours. free acid and btree.
4.
▲
by
dgsb
3y ago
For custom binary file you could and should use sqlite, it has many benefits instead of writing your own custom file format. You just have acid without any cost. It's a single file database you can access throuhg lib statically linked
5.
▲
by
dgsb
3y ago
It's also the reflect on the value part which slows down things. It could be improved but it's hard to do that without breaking interface. It's so widely used that a major bump wouldn't that useful.
6.
▲
by
dgsb
3y ago
I agree it's indeed one of the best tool to process csv files. Using basic coreutils command are going to be soon very limited and brittle to process csv files.
7.
▲
by
dgsb
3y ago
I do use sqlite too to process csv file, but I either rely on csvkit to generate the schema from the csv or create the table with raw sql before inserting data in the sqlite database.
8.
▲
by
dgsb
3y ago
I've previously used gitolite for such kind of set up https://gitolite.com/gitolite/index.html The configuration is done by pushing on a specific gitolite-admin repository
9.
▲
by
dgsb
3y ago
I miss Pat Martino so much. I've seen him live twice, both times it has been an incredible experience.
10.
▲
by
dgsb
3y ago
It's not that really interesting but it's something I use daily. I've written a sqlite3 based time tracking tool. I highly inspired by timewarrior, but I wasn't satisfied with it. https://github.com/dgsb&
11.
▲
by
dgsb
5y ago
mage is great, I'm moving forward to that too.
12.
▲
by
dgsb
7y ago
I didn't know we could search in the bookmarks from the address bar directly. It is indeed a nice feature. Here is the documentation for reference https://support.mozilla.org/en-US/kb/address-bar-autocomplet..
13.
▲
by
dgsb
7y ago
That's the save method I'm using since one year now. It perfectly fits my needs as a single user of this wiki. No infrastructure to set up, it works out of the box. As a former ikiwiki user I won't go back.
14.
▲
by
dgsb
7y ago
I use airtable now when I need to have structured data. I use tiddly for note taking and enhanced bookmark management.
15.
▲
by
dgsb
8y ago
Yes indeed, several times. I've only travelled in NYC, but nothing really compare to the loudness I've been exposed in the there.
16.
▲
by
dgsb
8y ago
Just curious how small is small ? How many kloc ? How many people ?
17.
▲
by
dgsb
8y ago
Nice story. Interesting notes in your paper on the lack of a standard library. In the end, I think this is what have killed the language.
18.
▲
by
dgsb
8y ago
And Tcl had since the beginning an event loop naturally embedded in the core language. http://wiki.tcl.tk/2567 http://wiki.tcl.tk/1527
19.
▲
by
dgsb
9y ago
One Vim to rule them all, One Vim to find them, One Vim to bring them all and in the darkness bind them
20.
▲
by
dgsb
9y ago
> Many classically trained pianists are excellent at improvisation. I would not say that, the example you give are the most reknown composer of all times. I think they are more the exception than the reality of professional musicians. No
21.
▲
by
dgsb
9y ago
The piano is an illusion used to make us believe that playing jazz and classical music is the same activity.
22.
▲
by
dgsb
9y ago
Indeed !
23.
▲
by
dgsb
9y ago
Why is that ? They both belongs to the top cloud providers today, both seems to invest highly on their R&D. I don't see anything obvious on what could happen in the future.
24.
▲
by
dgsb
9y ago
In the end, it depends on return on investment. If it is something which will be deployed on running for years, it may worth the effort.
25.
▲
by
dgsb
9y ago
My awful french accent rated me as 98% british accent.
26.
▲
by
dgsb
9y ago
It is really worth reading for anyone doing any highly scalable services (micro or not). This article just pin point any issue we have stumbled on in my current job.
27.
▲
by
dgsb
9y ago
I'd rather use perl for these use cases. It's almost as concise as bash regarding subprocess management. It's ubiquitous as bash, and have the python like 2 vs 3 version issue.
28.
▲
by
dgsb
9y ago
Parallelism is probably not the correct word, but multi-tasking on I/O seems to have appear early, don't you think ?
29.
▲
by
dgsb
9y ago
Sure you probably can write non-brittle bash script, but it has always seemed above my own ability. Beyond bash ubiquity, I've never found to have any other value against other slightly higher language whether it is perl, tcl, python,
30.
▲
by
dgsb
9y ago
Sure, but the current implementation has several bugs and could be refined, some motion command does not move where is expected (ie e b e b combos)
More ›