Viewing profile — bruno2223
bruno2223
HN member- Joined
- Sun, Jul 31, 2016, 4:20 AM UTC
- HN karma
- 128
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About bruno2223
I enjoy projects in these fields: chatbots, queues, gateways, crawlers and APIs.
My drone videos: youtube.com/brunok222
My work: www.sorte7.com.br (ugly site, i know, people hire me because of backend, not frontend)
Contact me at: bruno222 [aaaat] gggggmail [dooot] commmm
Recent public activity
-
comment
Comment #15879067
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... …
-
comment
Comment #15820196
There's no YouTube demo link? Didn't find it...
-
comment
Comment #15509655
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 min…
-
story
C'mon, Digital Ocean, why are you so evil?
1. I just signed up at DigitalOcean. Brand new account! 2. Then I payed 5 USD in order to... I don't know, they asked, I payed. 3. Then I saw a lock message of "Verification Proces…
-
comment
Comment #15461064
Nice to know! Well, It was another protection layer for, like you sad, to keep bad kids away. This was 10 years ago already.
-
comment
Comment #15460979
I dunno know. But this method worked for years!
-
comment
Comment #15460897
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 cha…
-
comment
Comment #15137357
Exactly!
-
comment
Comment #15129188
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 …
-
story
Ask HN: what product to build when NO FEE is available to transfer money.
If you could transfer money with no fee at all, what service or product would you build? Creditcard has around 2% of fee, paypal 6%, Bitcoin around 0.0001 BTC, and so on..... What …
-
comment
Comment #14950268
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!
-
comment
Comment #14927963
Sad.
- story
-
comment
Comment #14902027
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 dre…
-
comment
Comment #14900498
> Delphi 5 instead of Games CDs LOL!!!! > 20 consecutive lines Haha that's nice think about trial and error. Cool history!
-
comment
Comment #14898327
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 l…
-
story
Did you buy the new AltCoin IOTA?
If not, why?
-
comment
Comment #14606372
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, othe…
-
comment
Comment #14355253
6 years of this bug, and now they're fixing.
-
comment
Comment #14224510
Yes, indeed, scraping is the easiest part. Saving everything in a way for use it later is much harder (and expensive), IMHO.
-
comment
Comment #14218389
Well organized node.js code as well. Nice project, claviska.
-
comment
Comment #14037918
04/April/2022
-
comment
Comment #12837917
Then you simply do not use this module :-) Unless you have Time and RAM to waste.
- story
-
comment
Comment #12733463
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 fronte…