Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
asattarmd
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
asattarmd
3mo ago
They need to do that because, in some sense, they're competing with Gaming PCs, not really with Gaming consoles. Gaming consoles sell their consoles at a discounted price because they can recoup a lot of it when selling games. Steam ca
2.
▲
by
asattarmd
3mo ago
JWTs are secure in the sense that they are tamper-proof. And that's all you need for a session token (plus the revocation list). There's nothing inherently insecure about JWTs.
3.
▲
by
asattarmd
3mo ago
By laying off people.
4.
▲
by
asattarmd
7mo ago
This entire list is Slack alternatives, not Discord alternatives. Discord is first-and-foremost a gaming voice chat platform. Teamspeak is the OG in that space and should've been the top of this list.
5.
▲
by
asattarmd
8mo ago
> And every second I spend trying to do fun free things for the community like this is a second I'm not spending trying to turn the business around and make sure the people who are still here are getting their paychecks every month.
6.
▲
by
asattarmd
2y ago
There are videos by Welch labs that go into detail about what he did: https://www.youtube.com/watch?v=Phscjl0u6TI https://www.youtube.com/watch?v=MprJN5teQxc
7.
▲
by
asattarmd
2y ago
What's the fundamental limitation to context size here? Why can't a model be fine-tuned per codebase, taking the entire code into context (and be continuously trained as it's updated)? Forgive my naivety, I don't now any
8.
▲
by
asattarmd
2y ago
Igalia is a consultancy that specializes in fixing bugs/building features in Browsers. My company uses them regularly
9.
▲
by
asattarmd
2y ago
I'd remove the else if blocks since we're returning. private String generateGuessSentence(char candidate, int count) { if (count === 0) return "There are no " + candidate + "s"; if (count ===
10.
▲
by
asattarmd
2y ago
Google having so many private photos in Google Photos must be a goldmine for them.
11.
▲
by
asattarmd
3y ago
One advantage of GET is I can just copy the URL and share it. The article makes no mention of that. While I love the proposal (apart from the name, I can see the SEARCH verb being used for something that's not search), they should also
12.
▲
by
asattarmd
4y ago
Eh, don't worry about it. As long as the job you're working at is paying you enough to live and save enough, change as many hobbies as you want and change as many jobs as you want.
13.
▲
by
asattarmd
5y ago
As someone who has just heard the name Web3 over and over again, is there anything tangible that I can try? I have tried IPFS, but I don't know if it's "web3".
14.
▲
by
asattarmd
5y ago
I believe so as well. Compose is very similar to Electron. Jetbrains Toolbox (which uses compose) uses 500mb memory which is on par with what Electron would use for such a simple app.
15.
▲
by
asattarmd
5y ago
The worst: pressing Enter to rename a file in finder. Command + Down arrow to open it. WTF!
16.
▲
by
asattarmd
5y ago
I found a solution: Use Photos (iCloud photos) along with Google Photos since I already use an iPhone. Thanks for the comments, but I believe this is the easiest.
17.
▲
by
asattarmd
5y ago
The most valuable thing for me is my photo library. All of them are currently in Google Photos. Is there any easy way to backup just that? I don’t care about my personal email, tasks, calendar etc. It’s just the thought of losing my photos
18.
▲
by
asattarmd
5y ago
Since everyone is highly skeptical of this, is there an alternative to Lithium ion batteries that is close to production currently?
19.
▲
by
asattarmd
5y ago
It's "just javascript" because if you want to modify anything and have it re-render, it's `let counter = 0; counter++`, not `const [counter, setCounter] = useState(0); setCounter(counter + 1); `. Of course there's t
20.
▲
by
asattarmd
6y ago
Why is it Electron based when it’s not cross platform?
21.
▲
by
asattarmd
6y ago
React was released in 2013, that’s 8 years.
22.
▲
by
asattarmd
6y ago
At what revenue would it start calling a full company rather than just a side-project? It's a little different for Gumroad because they started as a company with an office and became this, but for many side projects, they start out wit
23.
▲
by
asattarmd
6y ago
Why are you being an asshole? Seems Inconsiderate. You can remove those "Seems Inconsiderate" and still give feedback.
24.
▲
by
asattarmd
6y ago
What year did reaction happen? I spent my entire life taking it for granted, not realizing that it indeed is a little interpreted language in print statements.
25.
▲
by
asattarmd
6y ago
> Elon Musk claimed that thanks to Starlink, anybody "will be able to watch high-def movies, play video games and do all the things they want to do without noticing speed". Thus, Musk explicitly underlines his wish to reinforce
26.
▲
by
asattarmd
6y ago
I just don't want them to stagnate it like they stagnated Heroku. Heroku and Slack were revolutionary. But Heroku has stalled for many years.
27.
▲
by
asattarmd
6y ago
That's probably a good problem to have! Nonetheless, customers are still buying from the same store, so, it's a win-win. Breaking customer trust is probably the only thing that's bad here.
28.
▲
by
asattarmd
6y ago
That’s a statement
29.
▲
by
asattarmd
6y ago
Doesn't Hasura or Postgraphile do this better? They give a GraphQL API over Postgres with support for subscriptions, along with authentication, authorization etc.
30.
▲
by
asattarmd
7y ago
There is “Project management” work, like estimating how long the entire project will take, how much they will charge, tackling dependencies, holding clients accountable etc. that needs to be done. If you don’t have a Project Manager to do t
More ›