Viewing profile — roskoalexey
roskoalexey
HN member- Joined
- Wed, Dec 01, 2021, 9:52 PM UTC
- HN karma
- 23
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About roskoalexey
Recent public activity
- story
-
comment
Comment #48946681
They sent 3 warnings to my email, ok, I understand bugs happen (probably vibe-coded). But they didn't even send any notification that it's a bug. Going to leave AWS after that.
-
comment
Comment #48946614
Total forecasted cost for current month $477,000,039,440.24 Insane
-
story
Show HN: Clickly – tool for designers and engineers to build mobile apps
Main highlights: - Data queries and mutations (better way for data loading) - Action flows now can have parameters and logic branching (if/else, try/catch, loops) - UI components f…
-
comment
Comment #47314888
What happened? I can't find any info
-
story
Show HN: Clickly – visual dev tool for mobile apps with real-time preview
3min demo: https://youtu.be/4wms16vXrCY Give it a try and let me know what you think. All opinions are welcome.
-
comment
Comment #46032114
Some more details: 1. Malware uses a "preinstall" NPM script, which is triggered upon you running `npm install`. 2. Malware installs `bun`. 3. Then it installs and starts `truffleh…
-
comment
Comment #46031847
Also: It seems many of their other NPM packages also have the same problem. https://www.npmjs.com/~timgl (all published 5 hours ago)
-
comment
Comment #46031839
Details: In `package.json`, it has a script `"preinstall": "node setup_bun.js"` + files `setup_bun.js` and `bun_environment.js` which are apparently is the malware.
-
story
Malware in PostHog NPM packages
I know many of us use a really excellent PostHog service, but it seems their latest version of `posthog-js` NPM package contains malware. Reported to their security channel, also r…
-
comment
Comment #44613895
Little update: Surprisingly, around 50% of all users trying to check out the tool are using mobile phones. So, adapted it for small screens and touch devices. 1-min demo: https://y…
-
comment
Comment #44601875
I'm not sure the no-code approach is actually dead, but AI is certainly transforming it. The main problem with AI (aka vibe coding) is that you can start very easily and, in one or…
-
story
Show HN: UI builder for React Native with real-time preview and code export
Hi HN, I've been working solo on a visual builder for React Native apps for the past year. It allows you to: - Build UI visually with drag-and-drop - Preview changes in real-time o…
-
comment
Comment #30257438
Basically, it's two parts. 1. UI (visual editor) that produces a schema of an application (sometimes it's called DSL (domain-specific language), or AST (abstract syntax tree), or m…