HN user

juliend2

730 karma

Goodreads profile: https://www.goodreads.com/user/show/69018610-julien-desrosiers

Posts19
Comments317
View on HN
en.wikipedia.org 2y ago

Third place

juliend2
82pts75
programminglanguages.co 2y ago

Show HN: Programming Languages Database

juliend2
15pts9
www.juliendesrosiers.com 3y ago

Top skills every programmer should know

juliend2
1pts0
www.juliendesrosiers.com 4y ago

Tools for Thinking

juliend2
292pts133
www.juliendesrosiers.com 4y ago

I've read several self-help books, so you don't have to

juliend2
2pts0
news.ycombinator.com 5y ago

Ask HN: Games that made you better at your work?

juliend2
11pts10
techcrunch.com 5y ago

ServiceNow is acquiring Element AI

juliend2
4pts0
cyber-itl.org 6y ago

The Shape of Software Security

juliend2
1pts1
news.ycombinator.com 6y ago

Ask HN: What are the PL features that would get the most out of the human brain?

juliend2
8pts4
statusmachine.com 6y ago

Spam HN: Learn how to build WordPress Plugins (online class)

juliend2
1pts0
www.dailydocumentation.com 14y ago

Show HN: a Newsletter to help You learn WordPress, one function at a time

juliend2
1pts1
taskarmy.com 16y ago

TaskArmy: What experts can do for your business for $99

juliend2
1pts0
news.ycombinator.com 16y ago

Ask HN: Rate my App: ToDoLess.com

juliend2
5pts8
news.ycombinator.com 17y ago

Ask HN: What Web apps increase your productivity?

juliend2
89pts116
news.ycombinator.com 17y ago

Ask HN: I can't stand PHP anymore. What else can I choose?

juliend2
15pts83
repositoryhosting.com 17y ago

An affordable Git repository hosting service

juliend2
4pts4
www.ted.com 17y ago

Hack your Oxygen [video]

juliend2
2pts1
www.boston.com 17y ago

Robots [pics]

juliend2
106pts19
news.ycombinator.com 17y ago

Ask HN : Where do you work (if freelance) ?

juliend2
33pts61

The most difficult thing is to break the ice.

Once this is done, everything feels easy. The trick is to have a rough idea of what you'll say and just take the plunge. And practice.

We all fear rejection. Once you get past that fear, you realise most people are reasonable human beings just like you.

If you're curious about the topic, I recommend the book Rejection Proof, by Jia Jiang.

I remember asking you for this, so Thank you so much! It works quite well from what I can see.

Small UI issue: on Desktop, the left sidebar should be scrollable, because now on Firefox I can't reach the "Language" menu item in the search results view, unless I zoom-out.

there's this trend of purego implementations which usually aim towards zero dependencies besides the stdlib and golang.org/x.

I'm interested in knowing whether there's something intrinsic to Go that encourages such a culture.

IMO, it might be due to the fact that Go mod came rather late in the game, while NPM was introduced near the beginning of NodeJS. But it might be more related to Go's target audience being more low-level, where such tools are less ubiquitous?

What's wrong about filtering before saving, is that if you forget about one rule, you have to go back and re-filter already-saved data in the db (with some one-off script).

I think "normally" we should instead filter for XSS injections when we generate the DOM tree, or just before (such as passing backend data to the frontend, if that makes more sense).

Nobody cares 2 years ago

I used to feel the same before having a kid.

Nowadays, the scope of what I can care about is drastically reduced. But one area where I don't allow care to be dissolved (apart from my family) is the work I do.

I had to leave a job where co-workers wouldn't care and it was about to influence my own level of care by the end.

Seeing the articles penned by "Alain Plouffe", "André Lafrenière" and "Serge Vaillancourt" makes me realize they were _french_ canadians.

Funny to imagine a clique of – old like my parents – québécois geeking out about Atari computers and making a floppy zine about it.

I see this pattern coming where we're still able to say:

"It's not AGI - it's X, driven by Y-driven heuristics",

but that's going to effectively be an AGI if given enough compute/time/data.

Being able to describe the theory of how it's doing its thing sure is reassuring though.

Good point. But is there an oligopoly in the Canadian real estate market though?

I assume the premise of Project Hammer is that transparency applied on the food industry would underline some collusion and invite for a debate on whether there's some legislation to apply against such an oligopoly.

  Location: Montreal, Canada
  Remote: No preference
  Willing to relocate: No
  Technologies: PHP, React, JavaScript, Ruby, PostgreSQL, Go.
  Résumé: https://www.linkedin.com/in/juliendesrosiers/
  Email: julien AT desrosiers DOT org
I did mostly Web app development but also some systems programming with Ruby and Go.

This is a nice UX experiment. What I'd like to see though, is the ability to choose whether the link opens in the current tile, or open on the right.

IMO, this behavior should be the default on Web browsers when middle-clicking a link.

Especially since people tend to have wide screens and websites don't always constrain text narrowly enough to make it readable.

I was thinking it might be some premium feature available for the employer (see, without being seen, and without any blur).

But yeah, if you do it the right way, that might not be the dystopian tool I am thinking of, HAHA ;-)

After reading "A love letter to Deno"[1] I think I might actually start installing deno apps like this one on my home server.

Not only because they would be more secure by default, but also because Deno apps don't seem to need/want to be dockerized. Which means less overhead.

Not sure if it's a cultural thing or just some features of Deno that make Docker less necessary.

[1] https://matklad.github.io/2023/02/12/a-love-letter-to-deno.h...