HN user

JeanSebTr

429 karma
Posts22
Comments65
View on HN
vondra.me 10mo ago

Using JWT to establish a trusted context for Row Level Security

JeanSebTr
30pts14
alerner1st.medium.com 2y ago

The Case of the Twiddle Wakka (2020)

JeanSebTr
1pts0
z-wavealliance.org 3y ago

Z-Wave Alliance Announces Z-Wave Source Code Project Now Open and Available

JeanSebTr
154pts122
techcrunch.com 4y ago

Web building platform Duda snaps up e-commerce cart tool Snipcart

JeanSebTr
2pts0
betakit.com 5y ago

Spark Microsystems raises $17.5M for commercialization of wireless tech

JeanSebTr
1pts0
docs.google.com 6y ago

Journalist Sharing Their Salary

JeanSebTr
30pts16
snipcart.com 8y ago

Comparing VS Code and Sublime for JavaScript Development

JeanSebTr
3pts1
snipcart.com 8y ago

Build a Vue.Js E-Commerce App with ButterCMS Headless Back End

JeanSebTr
7pts0
medium.com 8y ago

Bipolar Management: How I Survive Running a SaaS and Dev Shop

JeanSebTr
8pts0
snipcart.com 8y ago

A Killer Vue.js Blog Demo: Launch in 2 Hours Tops

JeanSebTr
3pts0
snipcart.com 8y ago

Creating Vue.js Transitions and Animation: Live Examples

JeanSebTr
7pts0
snipcart.com 8y ago

CloudCanon CMS for Jekyll: Building a Multilingual Site

JeanSebTr
1pts0
snipcart.com 8y ago

Strapping React.js on a WordPress Back End: WP REST API Example

JeanSebTr
2pts0
snipcart.com 8y ago

To Choose, Keep and Refactor a Successful Startup's Tech Stack

JeanSebTr
4pts0
chatbotsmagazine.com 8y ago

How We Tried to Chatbot Our Way Out of a Support Crisis

JeanSebTr
6pts0
snipcart.com 10y ago

Being Featured on Product Hunt Positively Messing Up Our Soft Launch

JeanSebTr
2pts0
caniuse.com 12y ago

New design on caniuse.com

JeanSebTr
2pts0
datastickies.com 12y ago

DataStickies: USB drives as sticky notes

JeanSebTr
132pts98
github.com 12y ago

Show HN: sshgate, easily create SSH server applications in go

JeanSebTr
7pts1
blog.jeansebtr.com 13y ago

Current home automation products make your environment dumb

JeanSebTr
3pts0
blog.jeansebtr.com 13y ago

Async loading of Github’s gists without jQuery

JeanSebTr
19pts1
blog.jeansebtr.com 13y ago

Show HN: Embedding SSL inside HTTP

JeanSebTr
31pts2

I wouldn't say "a lot", but he did some. He never said he would never do VPN ads, he said he would not do it using the false advertisement talking points. For example, when speaking of geo-block bypassing, he alway mention this probably goes against the terms of services of most streaming services.

Not OP, but we had to get a c section and milk production was slow to come in. We also used the breastfeeding aid, but with formula.

The way it was explained to us, the idea is to continue to stimulate milk production while supplementing. We used it for a week until production was sufficient. I personally enjoyed this as it allowed me to be more involved and removed the stress of knowing if we were feeding our child enough while still getting what we could from breastfeeding.

We definitely had a great hospital. With all the stress and lack of sleep, I'm not sure I would've kept calm if they'd imposed stuff that way. Not letting you the choice of using formula when using the breastfeeding aid seems crazy.

A solution would be for the OS developers (Apple/Google) to provide a way to retrieve data from the backend. This would not fully prevent it to be hacked but would change the difficulty:

- wanna be GPS spoofers would need to emulate the whole OS/sensors to send spoofed data to Apple/Google

- the platform/OS developers would have more ressources and incentives to detect spoofed data

The cat&mouse game is harder when played against Apple/Google than against a single small developer.

Yes! As a French Canadian, that's my preferred layout.

Its advantage is that it uses dead keys to add diacritic.

For instance (Alt Gr+i then [normal vowel key]) will give îôêâ... You just have to know the diacritic position and press the normal letter to apply it.

Don't. The hiring company always has a role in those kind of situation. Maybe they picked the lowest bider, maybe they don't have good hiring criteria or just don't review the work being done make sense.

We're in the process of hiring abroad and it's hard. The promise of better salaries does attract more candidates that need to be filtered but we think that if we care while interviewing, we'll get as good candidates that will be part of the team.

Be proud of the work you're doing and don't take OP's anecdote as an absolute. But the situation described does happen.

There's something weird going on with the mortgage calculation when configuring the house's value.

When I set it to 0, I'm paying the mortgage way faster than should be possible, when I set it to anything meaningful, I'm bankrupt in one year!

OH yes. Don't know why, but I've developed an habit of putting important stuff in unsaved files from my use of Sublime a few years ago. I've been bitten by this in VSC a few times but I still do it...

You Shall Not Pass 5 years ago

The reward for "almost winning" is quite underwhelming but hilarious.

There's 3 levels, can be passed relatively quickly.

When I worked for Snipcart (HTML/JS shopping cart), many of our customers used webflow as their website hosting. Even though site builders and developer / third party tools are generally not a good match, Webflow seems to be the less painful to integrate with other stuff among site builders (it's not first hand experience, but still encouraging).

Somehow, the one time we babysitted a friend's kid made a kid song go to the top of my most listened tracks...

I definitely don't use my Spotify account enough for it to do meaningful recommendations. Too much time on the Discover Weekly and it is more and more diverging from tracks I actually like. The algorithm feed itself and lose precision.

I miss the recommendation capabilities of rdio.

I meant except for the monetary part. Let's say, I've put about 20h in it and I expect it takes me 3 times that. Just counting the time put in that kind of project, the outcome itself isn't worth it.

Considering this is a 10 years old android tablet that cost at the time ~300$. I probably could have bought directly a more modern one which is known to be flashable with linux.

The sentence I cited resonate for me as I often dive in a project and follow in the rabbit holes even though I know it's a bit irrational to do it.

About how to do it: - you first have to find every git repo that may have relevant patches for this or similar device. There's the one open-sourced from the manufacturer, Google has one dedicated to the Tegra chipset, with more recent stuff but without any specifics about that device. - determine what parts are relevant: definitely the board definition, the drivers. But then, that file weirdly named which appears to handle interrupts? Well better take it. - adapt to changes in kernel interfaces: I've only come across name changes for now, but you can imagine it gets more complex - finally: compile, flash, test! And probably keep doing that for a few cycles.