Viewing profile — Aweorih
Aweorih
HN member- Joined
- Sun, Jul 03, 2016, 12:23 AM UTC
- HN karma
- 12
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About Aweorih
No profile information was provided.
Recent public activity
-
comment
Comment #23311177
Or you have a connection pool for every user, which is basically the same except that you must do some mapping by yourself and you have more connection pools and open connections.
-
comment
Comment #23180608
Something like a group collapse feature would be nice here
-
comment
Comment #22789400
Game development with the unreal engine in combination with 3D modelling in blender. I'd also like to learn some c++ when I'm more familiar with UE. While using blender I discovere…
-
comment
Comment #22605476
I don't know the names just that there are 2 variants. One which is cheap and one which is expensive. The cheap one does not protect you but shall protect others if you've got the …
-
comment
Comment #22409681
I saw a documentation a while ago on yt where a German family bought a smartphone over Amazon, which was from China (not sure anymore if they knew at that moment). It exploded then…
-
comment
Comment #22361661
At least can you disable facebook, Bixby sadly not..
-
comment
Comment #22179621
Currently working on 2 projects which would solve problems for me: - a jdbc driver for interacting with google sheets - a cross OS application which lets you share easily data The …
-
comment
Comment #21899359
There where 3 dates for buying a ticket. For me it was no problem as the webpage for buying did not have the usual problems like being down when sale started. You have to be there …
-
comment
Comment #21420223
Innotop for mysql https://github.com/innotop/innotop
-
comment
Comment #20313581
The problem is that one precondition for the opening of the new airport BER, is that the old airports Tegel and Schönefeld shall be closed. But BER is probably not large enough to …
-
comment
Comment #19780344
> Nonetheless, if I was king, I'd consider explicitly banning any class or method from having more than 255 type parameters. As he says there is probably no use case where you need…
- comment
-
comment
Comment #18488263
> such as getting an external IP address of a host from the command-line. What about using `ping host`? This also prints the ip
-
comment
Comment #18478025
A guy from the device developers and me talked with them about it. We argued that it's probably far easier and faster to fix the problems in the device code than to make some worka…
-
comment
Comment #18477744
My company is building a device which collects data from a car while you drive. We wanted to group those in "trips" on a very simple logic. If the device sends any data for the fir…
-
comment
Comment #18011224
Maybe this one: https://yarchive.net/comp/linux/semaphores.html
-
comment
Comment #17896465
I think I read somewhere, that the heaps of ecommerce website applications can be very huge, because of the loaded strings. I think that was in the time of the java update (9?) whe…
-
comment
Comment #16207043
I think its rather like the owner gives the storage to people for some money and from thereon it's your storage. You can keep and use it or sell it to whatever value you (and proba…
-
comment
Comment #15083454
I can't remember that I ever had the problem of not having the right driver since windows 7 or so. Since Windows 10 drivers are also "automatically downloaded and installed through…
-
comment
Comment #12876465
I think they are doing it to stay "warm". E.g. if something happens that the fingers can react quick and you don't need a "warmup" time.
-
comment
Comment #12875044
High apm is required, yes. But most people push it by pushing it through spamming 1-2-3 (groups of your army). There was a pro player who didnt do it and he was around +- 70 APM.
-
comment
Comment #12091579
I would compare it like this: C is extremely fast php which is built on C is not so fast So css is like C, built on the internal stuff so pretty much no overhead or anything. Javas…
-
comment
Comment #12024322
I'm using PHPStorm and wanted to give Netbeans a try since my coworker liked it alot and I wanted to try it out anyways. Well opened it and tried to open a project folder (on windo…