Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
drizze
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
drizze
2y ago
def package this and put it on the App Store before clones eat your lunch. Would happily pay a couple bucks to play this on my phone offline.
2.
▲
by
drizze
2y ago
I was a Kagi subscriber for about 5 months. I had noticed a slight improvement for random software development related content vs my previous search engine (bing). After cancelling 6 months ago I don't miss Kagi at all. The thing that
3.
▲
by
drizze
3y ago
There was a talk given on this subject at iOSoho if ya want to take a peek: https://youtu.be/8ApcIOZe9qg?t=1921
4.
▲
by
drizze
6y ago
following the dynamic part of this, it looks like they recommend DotJS. https://sitejs.org/#dynamic-sites I am not too familiar with DotJS, but it looks like its depreciated/unmaintained for years. https://g
5.
▲
by
drizze
6y ago
Some devs prefer a GUI even when a perfectly good command line tool exists. For example the many git wrappers.
6.
▲
by
drizze
6y ago
FYI you have a ref to 0.0.0.0:8000 as your homepage from the docs.dcpm.dev link <a href=" http://0.0.0.0:8000/" title="Docker Compose Package Manager" aria-label="Docker Compose Package Manager&qu
7.
▲
by
drizze
7y ago
>Assembly Makes Flask Great Again The fact that flask can bar a basis for other frameworks makes Flask (and werkzeug) great in itself.
8.
▲
by
drizze
7y ago
In their defense, some other languages make the length of a string an attribute/property on a string instance. Python feels like the odd one out here making it a free function you must pass an instance to. If the tech lead spent a lot
9.
▲
by
drizze
7y ago
Rx has a bit of a "namespace collision" with the functional reactive programming library ReactiveX, which has implementations in many different languages. Often these libraries are called Rx(Java|Swift|Ruby|PHP|js|$LANG). Paradigm
10.
▲
by
drizze
7y ago
Does anyone have this info in a nice info graphic? I would love to hang this in my kitchen as a quick reference.
11.
▲
by
drizze
7y ago
The "my data" vs "strava data" is probably the reason why they've left this bug in Apple Health syncing unresolved for years, despite there being good facilities for de-duping workouts in HealthKit. https:/&#x
12.
▲
by
drizze
7y ago
This happens to me in Safari (12.1.1 (14607.2.6.1.1))/ macOS (10.14.5) as well.
13.
▲
by
drizze
7y ago
But placing logic in the controllers means you need to get a rails controller to test your business logic. This may seem fine in a small application, but as an app grows it becomes a headache to need to tie all your business rules to your f
14.
▲
by
drizze
8y ago
I’ve used this tool which provides similar functionality for several presentations and I love it. Especially using git to version control my talk. https://www.deckset.com
15.
▲
by
drizze
9y ago
What sort of apps can you build with Haskell For Mac? The website gives me the impression it’s more akin to Swift Playgrounds than IntelliJ.
16.
▲
by
drizze
9y ago
I’ve been reading “Real World Haskell” and enjoying it thus far. Big bonus is it is available for free online: http://book.realworldhaskell.org
17.
▲
by
drizze
9y ago
Computerphile, lots of their videos stay away from the details of code, but the concepts they talk about are fascinating. https://www.youtube.com/user/Computerphile
18.
▲
by
drizze
9y ago
Redox looks very cool! It is very funny that their "Screenshots" tab is full of pictures of real computer screens: https://www.redox-os.org/screens/
19.
▲
by
drizze
9y ago
Give the app overcast a shot if your sick of the stock podcasts app: https://itunes.apple.com/us/app/overcast/id888422857?mt=8
20.
▲
by
drizze
9y ago
To provide flexibility in the future. When your data comes from a method you can change its source without changing the caller. This can be very useful and should be leveraged whenever possible.
21.
▲
by
drizze
9y ago
I think *iterable would just pass one argument that's a list, not pass each argument individually
22.
▲
by
drizze
9y ago
Congrats! Hope they do great things with it. Use them to host a middleman site and love the service.
23.
▲
by
drizze
9y ago
Great app, totally going to start using it on a day to day basis. It looks like deep links appear to be broken for me: Link https://itunes.apple.com/us/app/public-wifi-nyc/id1232095734... Renders this screen
24.
▲
by
drizze
10y ago
Why is it that the C++ code is pink in one screenshot, but blue in another? And Python is blue in one screenshot and pink in another? Looks like a great project! Thanks for sharing!
25.
▲
by
drizze
10y ago
The animation into 'completed' is a little too jerky imo. Also the concept looks very similar to 'clear'. https://itunes.apple.com/us/app/clear-tasks-reminders-to-do/...
26.
▲
by
drizze
10y ago
Also with citi bike people can find themselves biking home from a spot they didn't bike to and not have a helmet on them.
27.
▲
by
drizze
10y ago
It looks like SpaceX uses jira: http://www.spacex.com/careers/position/202828 Not sure about NASA though.
28.
▲
by
drizze
10y ago
David Beazley's, "Discovering Python": https://youtu.be/RZ4Sn-Y7AP8 A fascinating tale about using python during the discovery phase of a trial. Very fun watch. Anything by David Beazley is great!
29.
▲
by
drizze
10y ago
I believe he referencing the fact that a well known technology called 'Rack' already exists.