Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vrodic
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
vrodic
2y ago
i kind of hate that OjectiveC killed ObjectPascal and that we don't have a mainstream modern kernel written in Pascal.
2.
▲
by
vrodic
2y ago
it can show a basic unbloated news site from my contry it can show lwn.net it can show HN it can show old popular local forum it can show rss feeds it automatically blocks (does not work on) all the popular social networks -- what else is t
3.
▲
by
vrodic
2y ago
there's perefectly working stuff from php from over 20 years ago that only had to keep up with security patches
4.
▲
by
vrodic
3y ago
apparently a lot of hardware is still not properly supported, like speakers, microphones and energy saving
5.
▲
by
vrodic
5y ago
Sounds like headers in general are not necessarily a good idea. They provide flexibility but at a cost. I enjoyed Borland Pascal compilation speeds and clean dependencies before switching to Linux. I miss it, together with Delphi.
6.
▲
by
vrodic
5y ago
If there was only a good Ruby in browser implementation, I'd be more than happy to go Ruby everywhere. New Rails with turbo streams is great, but often times it's desirable to do data processing on the client, and then getting bac
7.
▲
by
vrodic
5y ago
I was under the impression that a lot of the original team was hired by MS and that was the end of Borland that created Delphi.
8.
▲
by
vrodic
5y ago
Still Delphi was better. - DSL for UI (Forms) - fast native compiler that produced self sufficient binaries - great component library and many open source libraries - Object Pascal was extended to fit perfectly the needs of UI programming
9.
▲
by
vrodic
5y ago
Hetzner is super affordable alternative to AWS, now with a DC in US, east coast.
10.
▲
by
vrodic
7y ago
I have pms3003 you can get for about 12 USD on AliExpress. I bought a small usb-to-serial adapter connected to Raspberry Pi Zero W. Here's a combo with a similar device here: https://www.aliexpress.com/item/3261778
11.
▲
by
vrodic
7y ago
It's good that the banks can be bailed out. It's good there's some inflation. It saves capitalism from itself (the rich acummulating all or practically all the coins).
12.
▲
by
vrodic
7y ago
Chrome does this for a long time now and I don't consider it an issue. You see a frozen version of the last decoded keyframe until the next one is decoded. Elegant solution IMO.
13.
▲
by
vrodic
7y ago
It might not be perfect, but allowing only web workers (if you agree on getting push notifications from a page) might be the solution.
14.
▲
by
vrodic
7y ago
If you don't run untrusted code you should be fine on bare metal servers too.
15.
▲
by
vrodic
7y ago
> As someone who is working with X11, I strongly disagree. It really needs replacing badly. It doesn't even work; only a few code paths even get tested on for example GLX, which is why complex X11 apps like browsers need blacklists.
16.
▲
by
vrodic
7y ago
You must be doing something wrong. There's a lot of overhead for frameworks like Symfony, yes. But it's possible to write reasonably productive and modern website code where you can get sub 20ms responses (doing auth, fetching fro
17.
▲
by
vrodic
8y ago
Smartwarches have body temperature sensors now? Which ones are okay to buy?
18.
▲
by
vrodic
8y ago
A mid sized web site with 5000RPM would be 219 million of requests per month: so 766 USD/month just for API GW, without data transfer, lambda, static/cdn or DB costs.
19.
▲
by
vrodic
8y ago
Most of these articles I read about AWS Lambda (they rarely mention API Gatweway because it's expensive) sound like paid marketing. I've seen just API Gateway costing more than entire infrastructure costs of similarly sized websit
20.
▲
by
vrodic
9y ago
It's easy to support Mozilla if you are not a mega-corp https://donate.mozilla.org/
21.
▲
by
vrodic
9y ago
Do you have a public example that illustrates how PHP/Hack code in Facebook looks like? My problem with PHP is that most of modern frameworks seem to take a lot from Java, and people have started to use type hinting whenever they can,
22.
▲
Thoughts on modern PHP
(vrodic.blogspot.com)
2 points
by
vrodic
9y ago
|
0 comments
23.
▲
by
vrodic
9y ago
I've improved this comment a bit over here: http://vrodic.blogspot.hr/2017/07/my-thoughts-on-php.html
24.
▲
by
vrodic
9y ago
Unless you are using ReactPHP it's not really for real time apps.
25.
▲
by
vrodic
9y ago
It's weird for me. I used to write both Java and PHP in the past. Custom PHP framework we built took into account the way PHP is executed: you are stateless and need to setup everything on every request (runtime is fast to start with F
26.
▲
by
vrodic
11y ago
Kodi struggles with H265/FHD on Rpi2, but I'm hopeful this one will make it. Any other suggestions on hackable and cheap H265 capable machines?
27.
▲
by
vrodic
12y ago
It's strange that no 28W Broadwell-U machines have been reviewed yet. Since they have almost 2x of the power budget than the 15W ones, I expect them to be a whole different beasts for loads where you need both GPU and CPU to be active.
28.
▲
by
vrodic
12y ago
Probably AMD, they fund open source driver development and release good documentation for their GPUs. Intel is ok too, but their hardware is not really targeted for gamers. That being said, if you are fine with using proprietary drivers, cu
29.
▲
by
vrodic
12y ago
I'm not conviced this will help that much for Intel GPUs. Developers from Intel have been optimizing shader compilers specifically for Dota 2 for some time without much impact on performance. Dota 2 is probably memory bandwidth limited
30.
▲
by
vrodic
13y ago
Hopefully they'll use it to make Dota 2 for Linux comparable to Dota 2 for Windows :) Right now it doesn't perform well at all (using 2x more memory and being significantly slower on Intel GPUs) , and still comes with an annoying
More ›