Hacker Newsnew | past | comments | ask | show | jobs | submit | runnr_az's commentslogin

Hi sharks... I'm Jon and this is my project Repodify.app

Share all your podcast appearances, create a favorites list to share with friends, gather all the episodes around a single topic.

Select the episodes you love and stitch them together in your own custom podcast feed...

- Choose episodes from both PodcastIndex and Apple Podcast directories

- Generate a standard rss xml feed

- Plays directly from the source... doesn't re-host the audio or mess with the creator's content in any way

- Record or upload your own audio and put it right into your feed


i never got around to it

The Hollow Mars: that's where Space Godzilla lives


Haha... looks like I gotta get finger.farm up and running again... :)

Thx for the mention blogger!

https://github.com/jonroig/finger.farm


During the pandemic, my neighborhood in Scottsdale saw a huge increase of families with kids moving from Chicago / Seattle / SF. Remote workers, etc... We've got good public school / parks / places to roam, at the time represented a huge bargain in home pricing.

(Anecdotal but reflected by a rapid increase in home values that came with that.)


that seems weird, right?


Eh. JWTs are super handy if you have a single web experience spread across multiple backend apps on the same domain, with a single SSO server to set up the user auth. Definitely not for storing anything sensitive, but treating it like a fancy session cookie with the minimal amount one needs to securely access resources - customerId or whatever - makes life a lot easier than trying to wire up cookie / session management across a lot of different, disparate apps.


How that is possible, when every web framework has a package for handling sessions, and in a secure manner. Rolling everything on your own is time consuming and error prone. I know you should not use library for everything, but this is solved problem for a long long time (like crypto), and just using of the shelf solution is right choice to me. You can set the session to be across multiple subdomains and it will work out of the box.

Eveything else can use plain tokens stored in the DB


Yeah... but you can't just move a session across a heterogeneous set of servers with different backends, etc... Maybe some of your APIs are on one platform, the apps themselves on another. There are several libs that can help you do that.


JWT is not a solution for that, any regular token fixes this problem. If you need something like that you can build an auth server, and everybody talks to auth server. I've built these kinds of systems, they are complex and working on them is not fun, you have to be really careful not to mess things up and if I have to worry about JWT as well, this is one more problem in a distributed system that if I can avoid, I would gladly.

TBH, I've not found use case for JWTs, maybe I'm not experienced enough and if it's there, there must be a use case for it. But I've found that there are simpler authentication schemes you can do, and I try to do them instead of implementing JWT.


What are you talking about? Good frameworks have support for using guards on endpoints. Typically you add an annotation to the handler and that's it - and your system is then going to be much more secure than most alternative approaches, because the simple one-line guard ensures that only users who are authorized to access a specific resource can access it.

You just haven't understood what JWTs are good for. See my other comment in this thread.


I think it means - we're spending more money on AI thus we don't have as much to spend on people


This will surely end well


They have been hiring like crazy year after year. Undoing 1 year of hiring is not the end of the world.


I'm sure it probably feels like the end of the world for some people.


Of course. Being laid off sucks, but that’s not relevant to this thread.


It's not relevant to a thread about a company laying off 20% of its workforce? sure man.


what is he, chopped liver?


Pickled liver, I hear.


And the place doesn’t take credit card either.


Just Kash.


Don't worry - I'm sure the people he hires will be super super competent, like the rest of the folks he's hired to run departments and whatnot


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: