Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tpaschalis
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
tpaschalis
20d ago
I think you’re underselling the amount of sophistication and refinement that goes into a modern ICE, which is the backbone of a big part of the global economy.
2.
▲
Agent-first, self-describing APIs with protobuf reflection
(tpaschalis.me)
2 points
by
tpaschalis
6mo ago
|
0 comments
3.
▲
by
tpaschalis
6mo ago
Nice write up! After a couple of attempts I settled on a a different approach for my old Kobo. It can connect to Dropbox so I deployed a small app in Fly.io which takes a link, bundles it as an epub and uploads to the right folder. Day-to-d
4.
▲
by
tpaschalis
1y ago
Author here, thanks for posting this! If anyone has any feedback, questions, or any additional examples of deep/shallow abstractions they've used recently, let me know!
5.
▲
by
tpaschalis
2y ago
Regarding the culture bit: I feel that Erin Meyer's "The Culture Map" [1] should be high on any reading list around how to work in a remote environment, especially as a manager. Of course, every individual is different and no
6.
▲
Paying consumer debts is basically optional in the United States
(pluralistic.net)
55 points
by
tpaschalis
3y ago
|
111 comments
7.
▲
by
tpaschalis
4y ago
I'd have to agree. I personally found that the book's structure with the themed chapters doesn't lend itself to a continuous reading; but going in small chunks as the authors intended, the commentaries felt a tad better.
8.
▲
by
tpaschalis
4y ago
- So Good They Can't Ignore You. Even though kinda 'self-help'-ish and repetitive at times, it played a role in shaping the way that I think about my career. - The Daily Stoic. A collection of snippets from stoic philosophers
9.
▲
A Decade of Sore Winners
(theoutline.com)
2 points
by
tpaschalis
4y ago
|
0 comments
10.
▲
by
tpaschalis
5y ago
One thing to try might be contributing to Open Source? Choose a project that looks interesting to you (ideally with a large community and modern tech stack) and join their Slack/Discord/Mailing List. You'll need to be patient
11.
▲
by
tpaschalis
5y ago
If anyone is interested, I've also published a Go implementation [1] of the code for float64 slices. Results seem to exactly match the R and Python implementation, so there will be a second pass focusing on performance, stability and s
12.
▲
Of Flying Cars and the Declining Rate of Profit (2012)
(thebaffler.com)
1 points
by
tpaschalis
5y ago
|
0 comments
13.
▲
by
tpaschalis
5y ago
Come on, no offence, but you sound like astroturfing. I have no idea how you may be aware of a company's internal information, but the greek article you linked does _not_ mention rating system names. Also, but when using e-food there&#
14.
▲
by
tpaschalis
5y ago
+1. I couldn't get it to understand the partial derivative symbol ∂, unless it was drawn in a very specific way. But really cool idea, name and execution!
15.
▲
by
tpaschalis
6y ago
Thanks for bringing back fond memories of playing Far Cry 2 LAN multiplayer in run-down internet cafes back in middle/high school. :) In case you haven't played Far Cry 2 before, here's [1] a great video that showcases the ae
16.
▲
Manual Memory Management in Go using jemalloc
(dgraph.io)
4 points
by
tpaschalis
6y ago
|
0 comments
17.
▲
by
tpaschalis
6y ago
This comment has produced one of the geekiest t-shirts of all time. In [1] Brian Kernighan interviews Ken Thompson, who's wearing a t-shirt which contains the relevant snippet along with a comment "ΕΠΙΤΕΛΟΥΣ ΤΟ ΚΑΤΑΛΑΒΑ!" (gr
18.
▲
On Casio F-91W and the role of technology
(tpaschalis.github.io)
3 points
by
tpaschalis
6y ago
|
0 comments
19.
▲
Five Worlds (2002)
(joelonsoftware.com)
1 points
by
tpaschalis
6y ago
|
0 comments
20.
▲
by
tpaschalis
6y ago
Great ideas all around here, definitely stealing some! Personally, there was a time where I grew a little fond of numeric-based naming. It allowed for quickly tabbing between directories, easy separation and predictable ordering (eg. 1xx is
21.
▲
by
tpaschalis
6y ago
Since you mentioned terminal-based tutorials, here's a terminal-based solution. Most linux systems should include script [1] and scriptreplay[2], which should suit your needs. Here's a complete example of a recorded/replayed
22.
▲
by
tpaschalis
6y ago
I think you're right regarding the verbosity, but I personally find this is outweighed by the fact that my code is 2x more likely to run correctly on the first try, and do what I expect it to.
23.
▲
by
tpaschalis
6y ago
Of course it's a matter of preference and being the right tool for the right job! Personally after using Go to build a simple ray-tracer and having to do numerical computations with it, I would really think twice before doing it agai
24.
▲
by
tpaschalis
6y ago
So many good suggestions here! I'll try adding two more [1] "So Good They Can’t Ignore You" by Cal Newport. It changed the way I look at my career and how I view my personal development. [2] ADP 6-22 Army Leadership and the P
25.
▲
Less is exponentially more (2012)
(commandcenter.blogspot.com)
67 points
by
tpaschalis
6y ago
|
100 comments
26.
▲
Tell Don't Ask (1997)
(pragprog.com)
38 points
by
tpaschalis
6y ago
|
8 comments
27.
▲
Software Folklore – A collection of weird bug stories
(beza1e1.tuxen.de)
370 points
by
tpaschalis
6y ago
|
112 comments
28.
▲
by
tpaschalis
6y ago
I was initially on the same side. But setting things up is a simple `go get`, and when you want to dive into more complex scenarios, such as concurrency-related bugs, a debugger can save the day! I'd urge you to give it a spin next tim
29.
▲
by
tpaschalis
6y ago
Yes, the project has gone a long way, as it's being used by what may be the two most prominent development environments for Go (VSCode and Jetbrains Goland). GDB still has a lot of value if you're working with a non-amd64 architec
30.
▲
Go Debugging with Delve, or No More Fmt.Printfs
(tpaschalis.github.io)
91 points
by
tpaschalis
6y ago
|
21 comments
More ›