HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jlg23

no profile record

Submissions

The Scientific Mind of Leonardo da Vinci – With Martin Kemp [video]

youtube.com
1 points·by jlg23·9 ay önce·1 comments

comments

jlg23
·20 gün önce·discuss
> I think not.

> [...] if you allow me to use that lingo which you won't but I don't care

> [...] + lots of text I didn't read

Understood.
jlg23
·20 gün önce·discuss
I think you are doing the post injustice by hijacking it. FOSS maintainers can get a burnout even without toxic users - hard deadlines and the understanding that people really rely on your project can do that to you.

e.g.: About 25 years I had developed some blogging software in the style of usemod (single executable, data stored in ./data) for coordination of and reporting about protests on throwaway VMs. This initially was a weekend project but spiraled out of control when it made its way through Europe and people called me for setups or features for other actions. My burnout was the result of trying to help grass root organizations while also being politically active myself and having a full time job. The solution was basically what the article says:

* invited more maintainers by dumbing down the implementation so that one does not need a black belt in perl to hack on it

* created minimal docs

* I found hoster in the scene who was competent and willing to do pro bono hosting in exchange for me being available in case of problems (he never called me).
jlg23
·geçen ay·discuss
This is ideal for large argument maps, thank you!
jlg23
·3 ay önce·discuss
If those "many successful services" are FOSS, you are a very rare breed of developers - one I have not yet encountered in almost 30 years of FOSS development.

Could you please link some of your projects? I could use some inspiration how to deal with entitled FOSS users who do not understand that they already got much more than what they paid for.
jlg23
·4 ay önce·discuss
Every compiler in any language for any language has at the very least educational value.

On the other hand, demeaning comments without any traces of constructive criticism don't have any value.
jlg23
·5 ay önce·discuss
My initial reaction was that I have to use this just because of the buzzword density in the title. But after reading up, it looks like the author was pretty successful in moving the bloat from code to announcement title. I'll give this a try!
jlg23
·9 ay önce·discuss
They should name their team DNS because that is what will be shown on scoreboards of all tournaments to which their players will have to travel with DB anyway.

Their reliability is so abysmal that I fly multi-hop flights from Berlin or to airports a few hundred miles off my destination if that allows me to not rely on them. Boats that go up and down the Amazon have not let me down the way DB reliably did.
jlg23
·9 ay önce·discuss
This is regular reporting using end-consumer market rates to inflate numbers.

Just as you could not sell 127,271 bitcoins all at once at market value, you could not just sell cocaine worth $1.4 billion but still confiscated drugs, even in large quantities, are reported with end consumer market rates. Nowadays, if a report mentions that is talking about "street value", that is already a big plus in my book.
jlg23
·10 ay önce·discuss
> I could be wrong, but I recall in many developing countries phones there are many teenagers who code on their phone because laptops (even tablets) are prohibitively costly.

Yes, I see that a lot here in the far south of Morocco.

> They might be wiring their phones up to some cheap keyboards, which is technically possible but I don't know if they're doing that.

They do. Adapters are about $2.
jlg23
·11 ay önce·discuss
> Even the simplest business problem may take a year to solve, and constantly break due to the astounding number of edge cases and scale.

edge case (n): Requirement discovered after the requirements gathering phase.
jlg23
·5 yıl önce·discuss
If I get the essence of what you are saying... "the only victims would be both ends of the communication"? ;)
jlg23
·5 yıl önce·discuss
> It should be again like this.

OTOH the time of jumpers and dip-switches for configuring hardware state is over; I am not sure I want to give any gaming company any chance to persist not only in some management layer of my computer but also in peripherals.
jlg23
·6 yıl önce·discuss
It's a sad comment on society, that this comment is automatically flagged offensive because it contains the word "fuck". -- paraphrased from fortune files, offensive section
jlg23
·7 yıl önce·discuss
> And is that desirable? Why do we want users to know less about how their computer works?

Because we'd complain ourselves if using a hammer required knowledge about metallurgy.
jlg23
·7 yıl önce·discuss
> If it's used at all these days, it's used for exception handling.

And in all of the CPS code.
jlg23
·7 yıl önce·discuss
Ongoing work with big companies to replace existing technologies don't convince me. Though, neither does whining when the authoritative nameserver itself is returning bogus responses.
jlg23
·9 yıl önce·discuss
> I've not read your paper, but I'm willing to bet [...]

Offloading all burden of proof onto the partner in a conversation strikes me as.. odd - esp. if said partner already provided a paper on the very same topic that you did not even read.
jlg23
·11 yıl önce·discuss
> You can't build a web application on Hunchentoot -- a basic HTTP server -- and call it modern.

The article does a pretty good job of starting with the basics and introducing more complexity step by step. I would argue that the author's approach is better than any attempt to introduce a full-stack framework, which does not help the beginner level lisp programmer (clearly the target audience) understand - one might take away some recipes from that but no real understanding.

Which, if any, "modern" frameworks one uses then finally depends on the project and taste. After all, gluing together the various routing-, persistence-, ORM-choices only takes a few lines of code anyway.

And, after having been consulting as a lisp programmer for some years now, I would even argue that the overhead of learning some full-stack frameworks is usually not worth the benefits they claim to provide.