Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bruno2223
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
bruno2223
9y ago
Btc prices can still being manipulate by whales? (Honest question) I know shitcoins can, because the Market Cap is low and it is easier for whales to manipulate the market. But... This also happen with BTC now days? There are millionaires w
2.
▲
by
bruno2223
9y ago
There's no YouTube demo link? Didn't find it...
3.
▲
by
bruno2223
9y ago
Got it. I was suspecting this as well. They could do a rule like: Approve new accounts instantly, then monitor all servers for 1 week. If a CPU server are higher then 80% for 5 minutes, trigger a ticket support so the DigitalOcean team can
4.
▲
C'mon, Digital Ocean, why are you so evil?
1 points
by
bruno2223
9y ago
|
4 comments
5.
▲
by
bruno2223
9y ago
Nice to know! Well, It was another protection layer for, like you sad, to keep bad kids away. This was 10 years ago already.
6.
▲
by
bruno2223
9y ago
I dunno know. But this method worked for years!
7.
▲
by
bruno2223
9y ago
UPX was also good to protect the code, not only for compacting: 1. I used UPX to compact my Delphi EXE file. 2. Then I openned up any HEXA editor 3. looked for "UPX" string and changed to "222x" Doing this, the UPX unpac
8.
▲
by
bruno2223
9y ago
Exactly!
9.
▲
by
bruno2223
9y ago
Back-End Dev here (Node). I do integration between Brazillian mobile carriers and international Apps (content providers in general) who wants to get into Brazilian market, usually to bill users on their mobile plan instead of paypal or inAp
10.
▲
Ask HN: what product to build when NO FEE is available to transfer money.
2 points
by
bruno2223
9y ago
|
0 comments
11.
▲
by
bruno2223
9y ago
Cool Ozanonay, How the program works? I mean, there's any schedule, plans or lessons to follow? Can you share some of the scope to give us an idea how the course works? Tks!
12.
▲
by
bruno2223
9y ago
Sad.
13.
▲
Show HN: Example of Bot for Whatsapp Web
(github.com)
5 points
by
bruno2223
9y ago
|
0 comments
14.
▲
by
bruno2223
9y ago
Anyone got hired posting here? I see potential in "who's hiring" post. But here, at "who wants to be hired" seems a bit strange. I can't see a recruiter coming here to find his dream employee. Am I wrong?
15.
▲
by
bruno2223
9y ago
> Delphi 5 instead of Games CDs LOL!!!! > 20 consecutive lines Haha that's nice think about trial and error. Cool history!
16.
▲
by
bruno2223
9y ago
I still compile a old project in Delphi 7 once every 3 months just to add 5 lines of code, and they pay me monthly for it. It's cheaper than porting the whole system to any other language. It is a project that I've built 8 years a
17.
▲
by
bruno2223
9y ago
Cool project, You should make it open source (to grow your bank catalog by the community) with some premium Plan (to earn money of it) That's the only way to get it worldwide, otherwise, you will have to do MITM attack every single Ban
18.
▲
by
bruno2223
9y ago
6 years of this bug, and now they're fixing.
19.
▲
by
bruno2223
9y ago
Yes, indeed, scraping is the easiest part. Saving everything in a way for use it later is much harder (and expensive), IMHO.
20.
▲
by
bruno2223
9y ago
Well organized node.js code as well. Nice project, claviska.
21.
▲
by
bruno2223
9y ago
04/April/2022
22.
▲
by
bruno2223
10y ago
Then you simply do not use this module :-) Unless you have Time and RAM to waste.
23.
▲
Show HN: Async/await alternative
(github.com)
17 points
by
bruno2223
10y ago
|
9 comments
24.
▲
by
bruno2223
10y ago
Humm why they get disconnected? Because you do a node refresh on the server on every Git Push? You could make 2 repos to avoid that: frondend + backend Then you could update frontend without disconecting users... On backend update you'
25.
▲
by
bruno2223
10y ago
Cool chat! Fast! Somethings that I saw: 1. Horizontal scrolling is a bit boring (when you text a long message) 2. Automatic Vertical scrolling is not always working But it still awesome :-) congrats!
26.
▲
by
bruno2223
10y ago
Wow - now you forced me to switch from what I have to Caddy. Cool nazrak, tks!!
27.
▲
by
bruno2223
10y ago
For static files: 1. Mimefy plug: check 2. Gzip feature: check 3. HTTP/2 new protocol: check 4. Auto SSL: check 5. Cache static files on memory to avoid reading then on disk, then Mimefy, then gzip on eveeeery request: MISSING <- th
28.
▲
by
bruno2223
10y ago
But how to send the result of this SQL query in a beautiful table format in email's body? It would be nice to have HTML tags with CSS style. I am thinking in build an easy tool to do that, really similar to your solution using cronjob,
29.
▲
Ask HN: Free tool to schedule and receive SQL emails?
1 points
by
bruno2223
10y ago
|
4 comments
30.
▲
by
bruno2223
10y ago
I use LevelDB, it is a key-value database, from Google. I am using it with Nodejs, on t2.micro, handling 10+ million requests / day Never had an issue. in production for one year already. Really good :-)
More ›