codelike's comments

codelike | 5 years ago | on: Google to keep employees home until summer 2021

Thanks for sharing this list, those sound like healthy activities.

Could you share how you're doing those online signing lessons? Is there a specific website, or did you find a personal teacher and get lessons via zoom/Skype? I'd be very interested in hearing about that.

codelike | 6 years ago | on: Show HN: Dashboard with Customizable Covid-19 plots (log-scale, normalized)

Author here. I know I posted this a week ago, but I've since added more functionality (e.g. the ability to compare countries from the date when the disease reached 100 cases in each country) that should make it more useful, so I hope this is okay. I truly believe this could be a helpful resource for some people (on the Johns-Hopkins dashboard, Worldometers and lots of other sites you cannot easily select and compare countries). I also put some work into making this mobile-friendly. A friend of mine who runs clinical studies said "This is better than every other solution/dashboard out there!", and I'm glad if it helps more people to understand the infection numbers in different countries.

Feel free to provide feedback and improvement suggestions, I plan to add more functionality in the upcoming days.

codelike | 6 years ago | on: Making Python Programs Blazingly Fast

Shoutout to Ben, py-spy is an amazing profiler. I believe cProfile has certain limitations and doesn't fully understand deep call stacks. py-spy does not have that limitation. It also offers multiple output formats (especially flamegraph and speedscope format, https://www.speedscope.app/) which make it so much nicer to identify bottlenecks.

At our company, py-spy has helped us a lot for our line-of-business application. I'm not affiliated with Ben in any way, but he deserves some praise for his work on py-spy.

codelike | 8 years ago | on: Firefox Private Browsing vs. Chrome Incognito: Which Is Faster?

Firefox used to have the amazing "Mouse Gestures Suite" add-on, which provides scroll-wheel-in-tabs and rocker navigation. Unfortunately with the new Firefox (since v57) it doesn't work anymore, since it uses the old extension approach.

There seems to be a new add-on for the web extension approach (https://addons.mozilla.org/en-US/firefox/addon/foxy-gestures...), but I haven't tested it yet and am not sure how robust it is at this point.

codelike | 8 years ago | on: React 16

I've just finished reading https://code.facebook.com/posts/1716776591680069/react-16-a-... and it provided lots of good insights into how you managed to roll out the new release. Thanks for the interesting write-up!

That blog post mentions your featureFlag approach, the initial dogfooding and then the gradual rollout. I'd be very interested to hear on top of that:

1. How did you approach the rewrite on the coding side? What I mean is: Did you just say "Okay, let's start from scratch and use the lessons learned from v1?" Or did you use a specific approach along along the lines of: "Let's structure our code based on these principles and ...?"

2. When you started the rewrite, how did you know in advance and make sure that the rewrite would be faster and have a smaller code-size?

3. Was your focus during the rewrite on a cleaner code base (and the performance improvements followed automatically) or was your focus on speed right from the start?

4. Any other lessons learned during the rewrite? Patterns and approaches that helped/didn't help during the coding?

codelike | 8 years ago | on: Ask HN: Freelancer? Seeking freelancer? (June 2017)

SEEKING FREELANCER - LOCATION: GERMANY, REMOTE ALSO OK

Kaptio (www.kaptio.com) is looking for a talented developer who's interested in working with Python 3, SQLAlchemy and TypeScript.

Kaptio provides a platform for travel businesses with emphasis on creating developer-friendly APIs and toolkits to extend the Kaptio Travel core application. Kaptio is headquartered in Iceland but development is led from Heidelberg, Germany. Some travel may be required, including at least one fun trip to Iceland!

We are generally looking for smart people who want to solve some complex problems related to travel pricing and inventory. Minimum project length: 6 months, with an option to extend if we like working with each other.

Drop us a line at: [email protected]

codelike | 9 years ago | on: Facebook seems not to be paying app developer $160K in ad revenue

Yes, in this case it was a good change.

On the other hand, some of the mods' title changes significantly reduce the information content, as for example the title that was changed for that other thread today: https://news.ycombinator.com/item?id=12690853

Originally that title was something like "Microsoft SQL Server 2016 in Docker", which gave some helpful context. But they replaced that with: "Microsoft SQL Server 2016 Express", a change that was not helpful at all, since it sounds like a product announcement of SQL Server 2016 now.

codelike | 9 years ago | on: Why Learning Angular 2 Was Excruciating

That's one of the pros often mentioned about React. In practice, I haven't found it to be true so far. Once you start using React, you'll almost certainly have to use one the Flux implementations. So let's say you use Redux. Suddenly you also have Actions, Reducers and Stores that you have to learn. If you want to use Async Actions (which is very likely in a web application), you'll probably need Redux Thunk, so that's another concept to understand.

Then there's routing, which is not present in the React core, so you'll need a routing library as well. Again your API surface increases.

In the end, if you want to write a larger application with React, you'll often have a similar or even larger API surface than Angular. I can understand that some people prefer the conceptual model of React (with its focus on Components) over that of Angular. The claims about a smaller "API surface" have always felt wrong to me, though.

codelike | 9 years ago | on: A Peek into F# 4.1

F# is definitely a great language. It would be amazing if the interop with Entity Framework was improved, too, with regards to code-first development. Not having a nice and easy way to define virtual properties on records and classes is something I miss a lot:

http://stackoverflow.com/questions/26775760/how-to-create-a-...

Not sure how difficult it would be to implement a [CliVirtual] attribute (https://fslang.uservoice.com/forums/245727-f-language/sugges...), but that would definitely help and make the EF-models more readable.

But in general, F# is great. I hope more people will use it.

codelike | 10 years ago | on: English has been my pain for 15 years (2013)

So you have the impression that young Austrians nowadays are better with English? In Germany they have started to teach English at a much younger age, too, but I haven't noticed a big improvement. Sure, at age 10 they already know more than the kids 10-20 years ago, because they've learned it for 3-4 years already. But I get the impression that a couple of years after leaving school, the language skills deteriorate again because they stop practicing it. And that seems to be the point where movies in English would help a lot: you stay used to the language (at least hearing it).

On the other hand, that might be selective perception on my part and things might have gotten better. Or maybe Austria has improved more than Germany, which is entirely conceivable.

codelike | 10 years ago | on: English has been my pain for 15 years (2013)

Although when you compare the English that Austrians and Germans speak (I'm from Germany) to the English of Scandinavians and Dutch people, the latter are noticeably better than the German-speaking countries. So the argument probably has some merit.

Edit: At the same time, Scandinavians, the Dutch and Germans/Austrians all have a language that is more closely related to English than the Romanic or Slavic languages.

codelike | 12 years ago | on: TextSecure's Private Group Messaging

I'm a big fan of TextSecure and recommended it to all my friends, both those in IT and 'normal' people. Usually, I managed to convince them that the open source nature of TextSecure and the crypto experts behind it (e.g. Moxie) make it more secure than Threema/... . However, the more sceptical ones among my friends always asked two questions, which I didn't have a good answer for:

1. What is TextSecure's business model? Who pays for the server infrastructure?

2. Doesn't WhisperSystems belong to Twitter? Twitter is a US-company (and also part of the NSA stuff), so why should I use that kind of software? [Edit for clarification: I'm from Germany, where the US/Twitter affiliation is seen as a downside by some people].

It would be great if TextSecure/Open Whispersystems publicly addressed these points. I have seen that there's a reply from Moxie here: http://support.whispersystems.org/customer/portal/questions/...

but these two questions are so central that they deserve more attention than a reply in the support forum. From a technological point of view, TextSecure wins hands down. Now it's time to convince those who are still skeptical because of other reasons.

Just to be clear: I want TextSecure to become successful. I'm a big fan. That's why I'm mentioning this: in order to help spread the word.

page 1