Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
erdemozg
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
erdemozg
4y ago
jaw-dropped.gif Such a powerful tool... And thank you for letting us know about this trick.
2.
▲
NPM library drops text file on desktop as anti-war propaganda
(github.com)
5 points
by
erdemozg
5y ago
|
0 comments
3.
▲
by
erdemozg
5y ago
Do you exclusively use the official Twitter API or do you also perform web scraping? How much did you spend last month for runnig this system?
4.
▲
by
erdemozg
5y ago
But it seems like this discussion is about the lack of support for null values in enum types in joins (not joins in general). Am I missing something?
5.
▲
by
erdemozg
5y ago
Can you provide some resources about the lack of support for joins in sqlc? Because I wasn't able to find in official documentation and actually there's a discussion on github containing queries with join statements: https:/
6.
▲
by
erdemozg
5y ago
From the technical perspective this is a great execution of an idea. But those actions will probably be considered as ad-fraud and web sites will be penalized by ad-networks.
7.
▲
by
erdemozg
6y ago
Hi, since someone else mentioned your product's website I looked over it and I'm curious. As far as I understand students need to install your app and the app requires users to log out and when they log in, it's launched auto
8.
▲
by
erdemozg
7y ago
Google somehow is able to link your newly created account to your personal/regular account. So if you some shady stuff with the new account, your other account is at risk of being locked out, too.
9.
▲
by
erdemozg
7y ago
If one told me beforehand that those people from conservative background would do such things on a video and share it with the rest of the world, I'd say you have no idea about Turkish culture. But now I say I had no idea about Turkish
10.
▲
by
erdemozg
7y ago
Why would getting suspended from Play Store mean the end of a developer's career ? Could you elaborate? Isn't it possible to continue with a new gmail account? Am I missing something here? edit: spelling
11.
▲
by
erdemozg
8y ago
For anyone wondering how is this possible I've made a quick research and the method is in the description part of this youtube video: https://www.youtube.com/watch?v=ufq2Eb78kSU In short, Youtube API's resume uplo
12.
▲
by
erdemozg
8y ago
It's like an image containing its own SHA2 hash. How is it possible?
13.
▲
by
erdemozg
8y ago
That's exactly what I did, too. :)
14.
▲
by
erdemozg
8y ago
Thank you for sharing this with us. Have you considered turning this into a web based SaaS product? (upload excel -> do fancy stuff -> export or save the result on cloud) Is there any specific reason for the current licensing/rev
15.
▲
by
erdemozg
9y ago
I think it's a shame how IOTA users desperately seeking ways to safely generate their wallet seeds on third party software. Souldn't it be a built-in feature?
16.
▲
by
erdemozg
9y ago
Haha, I was in dilemma. But since most people are not aware of it, I chose the future tense. But you are right, it is already.
17.
▲
by
erdemozg
9y ago
People don't bother to update even their home router's firmware. IoT ecosystem will be one of the biggest holes in cyber security and a heaven for black-hat hackers.
18.
▲
by
erdemozg
10y ago
Thanks for the info. I didn't know it was that easy.
19.
▲
by
erdemozg
10y ago
I would be tempted to implement a custom SMTP server that accepts every email as if that target mailbox exists and collect them on a nosql db (just for curiosity and technical challenge) though I have no idea if I'd face any legal issu
20.
▲
by
erdemozg
10y ago
Congratulations. It requires so much dedication to finish a side project.
21.
▲
by
erdemozg
10y ago
haha, good one.
22.
▲
by
erdemozg
10y ago
I use the following indentation pattern and find it very useful: select t1.col1, t2.col1 from table1 t1 left join table2 t2 on t2.primarykey = t1.foreignkey where t1.somevalue is n