Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
funcDropShadow
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
181.
▲
by
funcDropShadow
3y ago
> It's the lists. That is one of the defining differences between Clojure and older Lisps. Clojure has list, vectors, maps, and sets as equally well supported data structures in the syntax and standard library. Classical Lisps often
182.
▲
by
funcDropShadow
3y ago
> And as I notice, my problem at times is that my tasks are like "You are a Roman General. You have 3 Legions. Conquer Europe north of this line." Since we all know how this goes, I would say procrastination is a survival insti
183.
▲
by
funcDropShadow
3y ago
On the contrary, when I walk around my home in those small pomodoro breaks, I often have similar small epiphanies that people describe when going to the coffee machine in the office.
184.
▲
by
funcDropShadow
3y ago
I couldn't agree more with your flow recipe. What pomodoro provides that your recipe doesn't provide or perhaps it does for you, is the following: * Remind me to drink water * Remind me to move, i.e. stand up, walk a few meter, st
185.
▲
by
funcDropShadow
3y ago
> If the goal of the user is to book a flight - then the software throwing an error about the request form not being filled out correctly, basically constitutes a bureaucratic hurdle. > "You will not be allowed to book your fligh
186.
▲
by
funcDropShadow
3y ago
> Good UX is about Can we agree that whenever you wrote "Good UX _is_ about ..." you actually meant "Good UX _should be_ about ..."? In practice many things that happened in the name of user friendliness did remove a
187.
▲
by
funcDropShadow
3y ago
If such evasive speech is the cultural norm, then it should be handled in localization. After all it is about adapting a software to local language and preferences. It is not merely running strings through Google Translate. Taking that evas
188.
▲
by
funcDropShadow
3y ago
> > "I don't personally think colors equate to childishness." > >Then why are you defending the claim that they do? Without wanting to put words into gp's mouth. I assume because he understands that different
189.
▲
by
funcDropShadow
3y ago
But the emotion of irritation is human. Therefore, mission accomplished.
190.
▲
by
funcDropShadow
3y ago
> Automated theorem proving is the only way to build better machines. That is only true for a very narrow notion of "better machines". Automated theorem proving is still light years away from being applicable in the majority of
191.
▲
by
funcDropShadow
3y ago
You can use ls --color=always | less -R to render the colors in less.
192.
▲
by
funcDropShadow
3y ago
make has -n or --dry-run. But originally it was called -n and that has been used many cli tools.
193.
▲
by
funcDropShadow
3y ago
You bring up valid points. I am not at all arguing we should strive for minimalism and reduce features that are actually used. If we are already using html emails for everything, why can't we embed the little build status widgets, plug
194.
▲
by
funcDropShadow
3y ago
> Source code sharing is a separate protocol bolted onto email, and the fact that you have to use a specific email client (which I should mention, is largely unheard of outside of a small circle) is indeed an admittance of email being ba
195.
▲
by
funcDropShadow
3y ago
> Building a more complicated system akin to the forges on top of emails will likely require modifications to the original email workflow, e.g. to add metadata. Emails do have header, there is no problem storing metadata in those.
196.
▲
by
funcDropShadow
3y ago
But email does not have an UI, only mail reader application do have a UI. And many modern default mail reader applications have an awful UI, but that is not a sign of email being somehow bad.
197.
▲
by
funcDropShadow
3y ago
There is e.g. https://pgtap.org/ as a testing library for Postgres.
198.
▲
by
funcDropShadow
3y ago
The difference is, I can customize my mail reader to my preferences. I can use macros to streamline my repetitive work with it. Neither is easily done with forges.
199.
▲
by
funcDropShadow
3y ago
> And what better tooling could it be if not a tool explicitly designed for software development, like GitHub/GitLab/Gitea? It would be better if the user could actually select his tool instead of being forced upon a tool by a
200.
▲
by
funcDropShadow
3y ago
> It then goes beyond what most people do and validates that the hashes matche. It might go above and beyond what most people are doing, but not what most tools are doing. Old school package managers are still a step ahead in this area,
201.
▲
by
funcDropShadow
3y ago
But by using GPG to check the authenticity of the actual files that are downloaded, we can remove the web site -- whether https is sufficienctly secure or not -- from the trust chain all together. The shorter the trust chain, the better.
202.
▲
by
funcDropShadow
3y ago
> Staying indoor is only logical solution! Kids need to go outdoors on their own to grow up. They need to extend the radius in which they be active on their own. You can't lock kids until they go to college or university. Otherwise
203.
▲
by
funcDropShadow
3y ago
We are talking about data processing, not a publicly available service. When is 13 min/month of downtime for processing of data a problem?
204.
▲
by
funcDropShadow
3y ago
Babashka is built using GraalVM. It allows you to write script-like programs in Clojure while having instant startup time.
205.
▲
by
funcDropShadow
3y ago
> You want to split it in multiple commits? Then it probably should have been split in multiple PRs. No, I disagree. A PR/MR/feature branch should correspond to one unit of work/ticket/issue/story/bug that y
206.
▲
An API of Ice and Fire
(anapioficeandfire.com)
1 points
by
funcDropShadow
3y ago
|
0 comments
207.
▲
by
funcDropShadow
3y ago
Therefore, everything you already know is intuitive. Oh wait, does that mean that intuitive is not a property of this proposal but of the reader and the proposal? Ergo, it is almost useless to ask whether some programming language feature i
208.
▲
by
funcDropShadow
3y ago
JavaCard is used in smartcards e.g. for banking cards. There you want to have more language guarantees to avoid losing money.
209.
▲
by
funcDropShadow
3y ago
I am sure there will never be the conclusion that AOT is always better or that JIT is always better. E.g. JIT has a large advantage in long running applications that run at different customers with very different configurations. The scenari
210.
▲
by
funcDropShadow
3y ago
> Java ... found a small niche in server programming. Lol, virtually all business server applications are running on th e JVM in the corner of the world that I see.
More ›