Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
frogcoder
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
frogcoder
4mo ago
Sorry, ties, as CCP party committees inside private firms. And in case of Temu, it also has a data-sharing agreement with People's Daily [1], a CCP controlled media group. Just image having a mandatory political party inside every Am
2.
▲
by
frogcoder
6mo ago
Use uBlock Origin plugin instead. It sources from various block lists to block contents. Works great on most sites, youtube among them.
3.
▲
by
frogcoder
7mo ago
Yes, there are many plus sides if USA were taken over by China. 1. You will see no protest on the street. 2. You will see no homeless on the street. 3. You will hear no more school shootings or any shooting. 4. No more tech companies confli
4.
▲
by
frogcoder
2y ago
Everybody knows movies are staged, even the ones that are "based on a true story". From what I can tell, people seem to think those short videos are genuine.
5.
▲
by
frogcoder
2y ago
Is this why China is such a great and technically advanced country?
6.
▲
by
frogcoder
2y ago
I prefer to skip straws for most drinks except for bubble tea. Sucking up all those tapioca balls along with the tea is the whole point, otherwise it wouldn't be bubble tea.
7.
▲
by
frogcoder
3y ago
Working from 9 to 9 six days a week
8.
▲
by
frogcoder
3y ago
I've been organizing my python projects starting with package folders. Say I name my package "foo", foo is the top level folder for the source code. Inside foo there is a "main.py" file as the project's start
9.
▲
by
frogcoder
3y ago
Well, again it depends on the culture. Some boss wouldn't take any disagreement from subordinates well. No matter what the result looks like, if the boss doesn't declare the project failed, than that's not a failure. Even
10.
▲
by
frogcoder
3y ago
I was expecting a sad ending after six years. Glad it turns out well.
11.
▲
by
frogcoder
4y ago
This service is lacking a major feature and too complicated! Almost half of the time, I need to know if a number is even. Why doesn't it provide an end point for that?! Don't even tell me about the 409 status code. Am I suppose
12.
▲
by
frogcoder
4y ago
Start with something you can handle. Which language doesn't really matter but keep in mind that are so many possibilities. When you are comfortable with your first language, try some other, preferably with a different paradigm. It&#
13.
▲
by
frogcoder
4y ago
Disclaimer: I was never at any position close to like Sr. Director at a fortune 100 tech giant, maybe your company is different. I use to act as if I own a large stake of the company I worked for, regretting it much later when I realized I
14.
▲
Ask HN: One of our Azure accounts was hacked – how to negotiate the bill?
78 points
by
frogcoder
4y ago
|
74 comments
15.
▲
Ask HN: Do you use foreign keys in relational databases?
188 points
by
frogcoder
4y ago
|
244 comments
16.
▲
by
frogcoder
4y ago
Guess the author thinks Confucianism is bullshit (fart). I APPROVE! The sample image of the first feature is Confucianism surrounded by the fart character. The feature highlight only one found entry per line. That is what you get when yo
17.
▲
Toyota recalls electric cars over concerns about loose wheels
(bbc.com)
1 points
by
frogcoder
4y ago
|
0 comments
18.
▲
by
frogcoder
4y ago
Most of newly graduates of any subject don't know much about real world jobs. You are just one of many, but you care to ask about this on HN, that's something. And a warm welcome to this imposter syndrome help group, we are alway
19.
▲
by
frogcoder
4y ago
Funny, I think the walrus operator makes code cleaner and easier to understand. Many of my code were like this: foo = one_or_none() if foo: do_stuff(foo) Now I have the following: if foo := one_or_none():
20.
▲
by
frogcoder
4y ago
Just curious, what are the advantages using w3m instead of eww?
21.
▲
by
frogcoder
5y ago
I am kind of glad there are so many folks on hacker news using Firefox. I "fixed" it by refreshing Firefox. You can refresh Firefox from [Help] menu item, and choose [Trouble shooting Mode...]
22.
▲
by
frogcoder
5y ago
All features and principles aside, it's a different code base. A mono culture is dangerous for the system, remember heartbleed?
23.
▲
by
frogcoder
5y ago
Are the families, friends and supporters of Snowden constantly harassed or threatened by the US government?
24.
▲
by
frogcoder
5y ago
I know the project is probably for some fun. Since you already have a sample lisp code to test, why not write tests for it.
25.
▲
by
frogcoder
5y ago
Are you suggesting click-bait headlines are equivalent to out right disinformation?
26.
▲
by
frogcoder
5y ago
I used to love ORM, I used it everywhere. Writing another language in the language I am coding is wrong. ORM simplifies my programs. No, ORM does not simplify coding! It's a big complex adapter which does not fit many cases. RDBM it
27.
▲
by
frogcoder
5y ago
With the introduction of M1, it's hard to find any use of paper magazines these days.
28.
▲
by
frogcoder
5y ago
After giving some more thought on it. I just realized it was python got me into FP. Although the majority my projects are in C#, Linq never had me interested in FP. You are right, C# and JS use FP sparingly. I think I expect more from Py
29.
▲
by
frogcoder
5y ago
Well, the BDFL is probably the only dictator we all love. Any decision he made is infinitely more than I could. Because I am just a python user, and an outsider in any decision making process. So for me, he's right all the time. Tha
30.
▲
by
frogcoder
5y ago
Yes! List/Dictionary/Generator comprehension is one big plus for Python, it probably came from the functional world. I use it whenever I can. > But even the lambda keyword isn't so bad, you can create a dictionary of exp
More ›