Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rhengles
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Show HN: Windows 8 inspired transfer speed graph
(speed-transfer.arijs.org)
2 points
by
rhengles
4mo ago
|
0 comments
2.
▲
by
rhengles
1y ago
Didn't we have flying birds before even the dinosaurs, let alone the Homo Sapiens ? So we had physical evidence that flight was possible.
3.
▲
by
rhengles
4y ago
Source ? Also, have you seen the former ministry of environment Ricardo Salles in the April 22, 2020 video of the ministries meeting with Bolsonaro ?
4.
▲
by
rhengles
4y ago
+1. I also recommend this template[1] based on Vitesse, a starter project created by one member of Vue core team. It includes the NaiveUI library with many advanced components ready. [1] https://github.com/arijs/vitesse
5.
▲
by
rhengles
4y ago
I'm rewriting a ERP system my late father wrote in Delphi (with my help when I was a teenager), to be a modern system in PHP (to be hosted for dirt cheap) with a GraphQL api. As I don't have the manpower to write this API manually
6.
▲
Astro and Mitosis: run the same component in 4 frameworks
(github.com)
2 points
by
rhengles
4y ago
|
0 comments
7.
▲
by
rhengles
4y ago
One of the ideas I have, but will not have time to do, it's to make a site or browser extension to allow users to send extra content, reactions, memes, pictures, etc on Hacker News submissions and comments without having fear of the do
8.
▲
by
rhengles
4y ago
I did a little proof-of-concept a long time ago using Mozilla Rhino + SWT apis and managed to get a small window on the screen with a few buttons with only javascript, but I couldn't figure out the api to make a simple http call...
9.
▲
by
rhengles
5y ago
I simply created a throwaway account during installation. However, I ended up using a fake birth date that was under 18 yo. So later I ended up having to create _another_ fake account with the age of an adult to allow me to create a local a
10.
▲
by
rhengles
5y ago
I can't edit my post anymore but I found the solution. All I had to do was to convert the random input value (X above) to an uint32 using (X >>> 0).
11.
▲
by
rhengles
5y ago
Forgive me for replying here, I couldn't find an option to DM you. And I cannot find any implementation of this in javascript, nor anyone else able to help me. Can you shed some light here why I'm getting these differences? https
12.
▲
by
rhengles
5y ago
Would it require too much energy to spin it away from earth instead of towards it ?
13.
▲
by
rhengles
5y ago
Reading only the title, I thought "I am having this problem exactly now!". However, it is not about lack of security updates (it's an old Motorola phone). It is a smartphone that belonged to my late father who passed away in
14.
▲
by
rhengles
5y ago
One thing that always put me off about webpack is the default way it compiles your code. One of the ways is(was?) compiling code as _eval_(!!) statements and code as string. It is absolutely impossible to debug such code. You were meant to
15.
▲
by
rhengles
5y ago
CSS - Yes. JS - Not since 2015, I'll admit that is somewhat recent. HTML IDs - IDs are only good if they're unique. Since HTML had no notion of scope, they became global. Shadow DOM is the web platform answer for modularization, h
16.
▲
by
rhengles
5y ago
Maybe those users simply aren't interested enough in your product? I think adding a simple note "click on the labels to see a demo" should be enough discoverability.
17.
▲
by
rhengles
5y ago
This depends a little on the taste of each person, but personally the most elegant way of doing PHP apps I ever found is with Siler: https://siler.leocavalcante.dev/v/main/ and Create Siler App: https://
18.
▲
by
rhengles
5y ago
That's a kinda chicken and egg problem. I could argue that the more financing you give to people, the more they're gonna be willing to pay, so this actually drive prices up.
19.
▲
by
rhengles
5y ago
The best example I ever saw, and a great UI framework/component library on top of it, it's NaiveUI - www.naiveui.com . The code is all in JSX + Typescript, I didn't find a single component with html templates.
20.
▲
by
rhengles
5y ago
If you have a Windows 10 license, you already have a Windows 11 "license", since the update is free.
21.
▲
by
rhengles
5y ago
They tried that with Windows 8, the backslash was so enormous that I think they will be on the safe side and stick with 'familiarity' for the foreseeable future.
22.
▲
by
rhengles
5y ago
I found a link to a tool[0] that checks your PC compatibility with Windows 11, but it seems that many many people with powerful devices are getting a "No" answer. [0] https://twitter.com/_h0x0d_/status/14
23.
▲
by
rhengles
5y ago
Yes, I opened it from windows explorer icon
24.
▲
by
rhengles
5y ago
As Mark Twain said, "Buy land, they're not making it anymore". Nothing can make land "free". The planet's resources are vast but finite. If people continue reproducing with no limits they're reducing every
25.
▲
Node.js script to make an average of corrupted file copies
(github.com)
1 points
by
rhengles
6y ago
|
0 comments
26.
▲
by
rhengles
6y ago
I think Rich Harris is to front-end as John Carmack is to games development, and no doubt Svelte is a marvel of technology, however I dispute the notion that it is more close to "traditional html / js / css" than either
27.
▲
by
rhengles
6y ago
I think the only reasonable thing that js can do here is what it does - copy the reference. Also, there is a simple way to copy all properties from a object: const copy = { ...object }; Of course, if these properties are themselves objects,
28.
▲
by
rhengles
6y ago
I built a project for my company a little over a year ago, the project is live now. It's a recruitation tool, where the candidates fill out a questionnary with several questions and three types of question: multiple choice, text typing
29.
▲
by
rhengles
6y ago
This looks like the perfect place to mention my project template used to create Vue 3 apps without the need for Webpack or any other build tool: https://github.com/arijs/vue-next-example I already integrated vue-router
30.
▲
by
rhengles
6y ago
I want to take this opportunity to mention my project template used to create Vue 3 apps without the need for Webpack or any other build tool: https://github.com/arijs/vue-next-example I already integrated vue-router,
More ›