HN user

winterbe

113 karma
Posts41
Comments33
View on HN
winterbe.com 7y ago

Java 11 Tutorial

winterbe
1pts0
winterbe.com 7y ago

Migrate Maven Projects to Java 11

winterbe
1pts0
winterbe.com 8y ago

Functional Programming in Kotlin with Sequences

winterbe
2pts0
github.com 8y ago

Type-safe functional sequences for processing iterable data in TypeScript

winterbe
1pts0
www.youtube.com 8y ago

Jim Laskey talking about JVMV8

winterbe
2pts0
try.kotlinlang.org 9y ago

Today is a good day to learn you some Kotlin

winterbe
3pts0
github.com 9y ago

React JSX Alternative Written in Kotlin by Utilizing Typesafe Builders

winterbe
2pts0
github.com 9y ago

A ReactNative/MobX App to Remote Control Google Play Music Desktop

winterbe
2pts0
mobxjs.github.io 9y ago

Simple, scalable state management

winterbe
1pts0
espn.go.com 9y ago

Commercial entities may not use #Rio2016 or #TeamUSA hashtags

winterbe
1pts0
mobxjs.github.io 10y ago

An Introduction to MobX and React

winterbe
2pts0
twitter.com 10y ago

The 99 software versioning scheme

winterbe
1pts0
medium.com 10y ago

IntelliJ IDEA Pro Tips

winterbe
4pts0
twitter.com 10y ago

'Extract Method' in Intellij IDEA 15 auto-detects parameters from your code

winterbe
1pts0
github.com 10y ago

Modern Java

winterbe
9pts0
github.com 10y ago

Kotlin, Spring Boot, React.js Example Webapp

winterbe
1pts0
javaslang.com 10y ago

Functional Programming Library for Java 8+

winterbe
3pts0
github.com 10y ago

Demo Webapp Using Spring Boot, Kotlin and React.js

winterbe
1pts0
winterbe.com 10y ago

Integrating React.js into Existing JQuery Web Applications

winterbe
2pts0
github.com 11y ago

Stream.js 1.6.0 released with ES6 support

winterbe
1pts0
github.com 11y ago

Stream.js 1.4.0 released

winterbe
3pts0
tweakjs.com 11y ago

Tweak.js – (Yet another) lightweight component driven MVC Framework

winterbe
2pts0
winterbe.com 11y ago

Java 8 Concurrency API: Atomic Variables and ConcurrentMap

winterbe
2pts0
winterbe.com 11y ago

Functional Streams in Java 8

winterbe
1pts0
winterbe.com 11y ago

Java 8 Concurrency API: Synchronization, Locks and Semaphores

winterbe
3pts0
gist.github.com 11y ago

Git DMZ Flow

winterbe
1pts0
winterbe.com 11y ago

Java 8 Concurrency Tutorial: Threads and Executors

winterbe
2pts0
pastebin.com 11y ago

The Baidu DDoS Code that causes Github to be unavailable for 24+hours

winterbe
2pts0
winterbe.com 11y ago

Java 8 API by Example: Strings, Numbers, Math and Files

winterbe
3pts0
www.quora.com 11y ago

LinkedIn decides to focus on Java 8 instead of Scala

winterbe
10pts1

I tried asking the same question in German with ChatGPT and the answer is completely different. ChatGPT just correctly answers without freaking out.

Guess my understanding of how LLMs handle different languages was completely wrong!?

Here’s the German answer:

Leider gibt es kein eigenes Emoji für ein Seepferdchen — aber man kann es mit ähnlichen Emojis andeuten!

Zum Beispiel so: (Pferd + Fisch = Seepferdchen ) Oder eine kleine Meeres-Szene:

Möchtest du, dass ich dir ein grafisches Seepferdchen-Emoji (also ein kleines Symbolbild) erstelle?

The difference is that the JSX snippet is translated in plain JavaScript which means you can automatically check for syntax errors, type errors (when using TypeScript or Flow) and semantical errors (by writing simple unit tests), whereas the PHP snippet is just a big mess. JSX also runs on clients, servers and mobile devices which is a big plus to me.

This is fine:

  <?php
  if (condition) {
  ?>
  <div>whatever</div>
  <?php
  {
  ?>
this not:
  if (isLoggedIn) {
    return <UserGreeting />;
  {

We use Youtrack at our company. It's a fully fledged issue tracker with a lot of features, e.g. custom fields, top notch search, batch operations, keyboard shortcuts, agile boards, workflows via own DSL, reports and statistics etc.

Hello from Orkut 10 years ago

Really? The new mobile Twitter site is super fast and reliable on my phone. The native app is still better but it gets really close in terms of performance and usability. However apps still have better OS integrations (notifications, sharing) and touch handling (swipe etc).

Dunno. I wrote the whole css for winterbe.com from scratch. To be honest I don't find both pages like similar besides white background and gray subtitles. :-)

Most parts of software development probably is not about starting new projects from scratch but about maintaining existing code bases. That's where Java really shines due to its (often hated) backwards compatibility.

Dunno much about VC but the Xcode editor compared to Jetbrains IDEs (IntelliJ) is horrible, ABSOLUTELY HORRIBLE. I'm just talking about the code editor (storyboard editor and other tools are fine).

I'm missing Jetbrains code completion so hard and all those useful shortcuts like CMD+E, CMD+W, CMD+ALT+V, CMD+ALT+M, SHIFT+F6, CMD+SHIFT+UP/DOWN, CTRL+N, CMD+1..9, CMD+F9, ALT+SHIFT+F9/F10.

Guess I have to buy an AppCode license.

IntelliJ IDEA 14.1 11 years ago

I couldn't disagree more. In my opinion it's the most decent looking IDE / code editor I've ever used. Most IDEs are cluttered with a gazillion views. Intellij focuses on the code editor instead. You can hide everything but the code editor and keep full control via keyboard shortcuts.

Foobar 12 years ago

Seems to be some kind of text adventure game?

https://foobar.withgoogle.com/staticfiles/css/rhgame.e6cf5ce...

.console {}

.prompt {}

.terminal {}

.cmd .cursor.blink { -webkit-animation: blink 1s infinite steps(1,start); animation: blink 1s infinite steps(1,start) }

But it seems I've already failed before even clicking on the Login link:

<div class="error">...</div>

Amazon.com redesign 12 years ago

So you prefer to scroll down the landing page of amazon which is full of product advertising with your keyboard instead of having a sensible way of searching? Really?

At least the search should be focusable by pressing TAB once instead of 15 times, which is insane.

Amazon.com redesign 12 years ago

Clicking through categories takes way to much time. Just type in the search then use filters on the left sidebar to further tweak the results.