Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ola
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
ola
2y ago
Here is a link directly to the example https://github.com/turborpc/turborpc?tab=readme-ov-file#exam...
2.
▲
Show HN: My weekend project to end Go/TypeScript boilerplate hell
(github.com)
3 points
by
ola
2y ago
|
3 comments
3.
▲
Deepmodules: Analyze Depth of Go Packages
(github.com)
2 points
by
ola
2y ago
|
0 comments
4.
▲
Show HN: tRPC for Go
(turborpc.github.io)
1 points
by
ola
2y ago
|
0 comments
5.
▲
Show HN: Go RPC with automatically generated TypeScript client
(github.com)
1 points
by
ola
2y ago
|
0 comments
6.
▲
Facebook to Pay $40M Under Proposed Settlement in Video Metrics Suit
(hollywoodreporter.com)
149 points
by
ola
7y ago
|
36 comments
7.
▲
by
ola
8y ago
I phrased that badly, these aren't individuals inside the company but people we play against or play with if we don't have enough for full teams.
8.
▲
by
ola
8y ago
It's not only Twitter or politics. I've been playing some Heroes of the Storm as team building with my company and when we are not a full team the toxicity can get intense, with some people going far beyond just in match flaming t
9.
▲
by
ola
9y ago
It still baffles me that the official response from the IOTA foundation is that the vulnerability was inserted intentionally as copy-protection. And even more baffling that their flagship partner Bosch does not seem to have problem with thi
10.
▲
by
ola
9y ago
> The first explanation was that the flaw was intentional—that it was meant to serve as a form of “copy protection.” If anyone used this code in their own work, he said, the IOTA developers would be able to exploit the flaw and damage ot
11.
▲
Show HN: Pocketplace: a mini version of /r/place using golang and websockets
(github.com)
15 points
by
ola
9y ago
|
0 comments
12.
▲
by
ola
10y ago
This article purposefully misrepresents React in favor of the author's own framework Binding.scala, all the criticism are either superficial like class being className (which is a good thing because JSX is not HTML) or has nothing to d
13.
▲
by
ola
10y ago
I am of the same opinion, always go for correctness before performance, efficiency can be tuned later if it's even needed.
14.
▲
by
ola
10y ago
I created something similar a month ago https://github.com/olahol/reactpack Doesn't seem like this project differs that much, although this looks to have the backing of core React developers.
15.
▲
by
ola
10y ago
> If the Article 50 was not sent today, the very day after the Leave result, there is a strong chance it will never be sent. https://twitter.com/DavidAllenGreen/status/74644174247232307...
16.
▲
Has article 50 been invoked?
(hasarticle50beeninvoked.uk)
2 points
by
ola
10y ago
|
2 comments
17.
▲
by
ola
10y ago
It's just an example to show what type of code `reactpack` builds, ES6 and JSX with style loading in this case. If you want a more minimal React-like build you can switch out React with lightweight alternatives like Preact or React-lit
18.
▲
by
ola
10y ago
Thank you :) I made it in gnome-paint, the shrubbery symbolizes okayish development practices.
19.
▲
by
ola
10y ago
Just a small utility for people who are tired of remembering what babel presets or Webpack loaders they need to build a relatively up to date React project.
20.
▲
Show HN: Reactpack – one command to build your React front end
(github.com)
108 points
by
ola
10y ago
|
45 comments
21.
▲
A compiler for a fully Turing complete language in 20 lines of JavaScript
(github.com)
15 points
by
ola
10y ago
|
4 comments
22.
▲
by
ola
11y ago
You are loading things over HTTP instead of HTTPS (Mixed content warning). Change http://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.mi... => //cdnjs.cloudflare.com/ajax/lib
23.
▲
by
ola
11y ago
The analyzer is just for show, this is the code that runs it: http://pastebin.com/w00xTRrU If you look at max_errors there looks to be always at least 7 errors. I think a better way of doing it would be to make the error
24.
▲
by
ola
11y ago
It's using the standard `flag` package that comes with Go, as for why `flag` parses args this way I don't know.
25.
▲
by
ola
11y ago
Useful tool for what is a very common task, nice work jgrahamc!
26.
▲
Show HN: Viewdiff – preview your diffs in an electron app
(github.com)
3 points
by
ola
11y ago
|
0 comments
27.
▲
by
ola
11y ago
My favorite passage from David Hume's work `An Enquiry Concerning Human Understanding` “Where am I, or what? From what causes do I derive my existence, and to what condition shall I return? ... I am confounded with all these questions
28.
▲
Writing Real-Time Web Apps in Go
(medium.com)
2 points
by
ola
11y ago
|
0 comments
29.
▲
A tiny Go server to play any NES game using your mobile as the joypad
(github.com)
3 points
by
ola
11y ago
|
0 comments
30.
▲
by
ola
11y ago
I wrote something similar to this for playing NES games, just start the server and navigate to it with a desktop and mobile and it should work out the box. https://github.com/olahol/greasyphone
More ›