Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
roebk
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
roebk
4mo ago
I love seeing the occasional phone box in a quaint village which has been converted into a super compact library. It reminds me that community spirit and trust are alive.
2.
▲
by
roebk
2y ago
Happy Solsthelion!
3.
▲
by
roebk
2y ago
window.$ = document.querySelectorAll.bind(document)
4.
▲
by
roebk
3y ago
What story does that tell? React's would say 2022 - https://github.com/facebook/react/releases There's engineering effort happening behind the scenes on both projects, the releases have slowed, and big c
5.
▲
by
roebk
3y ago
Just a small and polite heads up - that mobile menu isn't keyboard accessible. Regardless, it's a lovely design.
6.
▲
by
roebk
3y ago
Care to explain why?
7.
▲
by
roebk
3y ago
As a general overview, I enjoy Dr Greger's definition of processed food - 'Nothing bad added, nothing good taken away'.
8.
▲
by
roebk
3y ago
Imagine the unfortunate child who's been fed peanut butter to only find out it wasn't really butter.
9.
▲
by
roebk
3y ago
It's about time we put and end to peanut butter and coconut milk. These products have the causing consumer confusion for too damn long. /s
10.
▲
by
roebk
3y ago
Hang on, I think you’re muddying the waters here. A vegan diet is purely done for animal compassion. A vegan diet, a plant-based diet and even whole food plant-based diet are different diets. Veganism is a lifestyle based around the notion
11.
▲
by
roebk
3y ago
So they're increasing the amount of whole plant-based food they're eating?
12.
▲
by
roebk
3y ago
B12, Omega 3 with both (DHA and EPA), and vitamin D during the winter months. I had some blood work done after 2 years of being vegan, largely to ensure my dietary shift hadn't caused any problems. This tested everything from cholester
13.
▲
by
roebk
4y ago
Pattern matching was recently added to C#. I can't say quite how well it's been embedded into the language. I always hear great things about F#, ADTs, pattern matching, nice type system and it integrates nicely into the rest of th
14.
▲
by
roebk
4y ago
there's not a day that goes by that I don't think about this
15.
▲
by
roebk
4y ago
Elm is perfectly stable and usable. It's a shame there's not a little more communication / a wider core team working on the the parts of Elm that could reduce the friction for the average web development task. There's Gr
16.
▲
by
roebk
4y ago
And a whopping £200 to add an extra 8gb. Ouch.
17.
▲
by
roebk
4y ago
Who knew there are so many people from Lincoln here :)
18.
▲
by
roebk
4y ago
They are choosing TypeScript, they're opting into type checking with JSDoc and tsc. For a brand new code base, you could argue that it would make sense to jump in and write TypeScript, but JSDoc and tsc will get them most of the benefi
19.
▲
by
roebk
4y ago
This was the same situation for the UEFA Women’s Euros in England this year. For those wondering, the app was simply for storing, transferring, and displaying your tickets. A ticket being a QR code for you to scan at the stadium turnstiles.
20.
▲
by
roebk
4y ago
Just shy of 500 GBP a year for myself via Bupa. That includes a fairly compressive policy excluding dental. Family are all fallback to the NHS (sorry family).
21.
▲
by
roebk
4y ago
Can this be circumvented by a very strict Content-Security-Policy?
22.
▲
by
roebk
4y ago
As a free resource then https://elmprogramming.com/ does a good job of going beyond the official Elm guide. For far as books are concerned, Elm in Action by Richard Feldman and Programming Elm: Build Safe and Maintainable F
23.
▲
by
roebk
5y ago
What has been broken for months is viewing images. When I click the thumbnail to enlarge it, the image viewer appears but the image doesn’t load. Rinse and repeat 3/4 times and I can eventually see the image. Other members of my team e
24.
▲
by
roebk
5y ago
- I'll bike 15 minutes to and from the office. - ~4 lunch breaks a week, I'll head to the Gym and workout for 35-40 minutes. - Saturday is Parkrun day (a 5k run / race). - Around 3 evenings a week (when it's not my turn
25.
▲
by
roebk
5y ago
I wonder if groupBy should have had some sort of into argument. Otherwise, we may end up with four groupBy methods. groupBy, groupByToMap, groupByToWeakMap and groupByToRecord (should records land). Edit: this has already been discussed h
26.
▲
by
roebk
5y ago
The pros and cons listed hear mirror my own views of Elm. Although, we’ve only got a handful of small Elm apps in production it’s a joy to work on them. I can rip into them with a fairly big refactor, fix the compiler errors and be confiden
27.
▲
by
roebk
5y ago
I believe one of these birds ended up at my fathers garden in North Lincolnshire. The bird spent the best part of a week in his garden, showing no signs of injury, nor any sign of wanting to fly off straight back off. After a week of food a
28.
▲
by
roebk
5y ago
Even the accessibility features of the Apple Watch are impressive. https://www.youtube.com/watch?v=yXX1bMqe_gU
29.
▲
by
roebk
5y ago
I've just tried to use this example and it appears that there's been zero consideration to any form of accessible features here. The show example "button" is a non-focusable div element <div class="button&quo
30.
▲
by
roebk
5y ago
Elm has `Debug.todo`. If you were to use this, it allows your app to compile in development but the app would crash should it hit this code. Elm's compiler will prevent you from creating a production application with a `Debug.todo` sti
More ›