HN user

bertzzie

547 karma
Posts21
Comments41
View on HN
studio.androidpal.com 7y ago

AP Studio

bertzzie
1pts0
medium.com 8y ago

Why another state management framework for Angular?

bertzzie
2pts0
www.theguardian.com 8y ago

Icelandic language battles threat of 'digital extinction'

bertzzie
137pts167
www.deepin.org 9y ago

Deepin is an elegant, easy to use and reliable domestic desktop operating system

bertzzie
2pts0
www.froyok.fr 9y ago

[breakdown] Shadow of the Colossus (PAL – PS2)

bertzzie
3pts0
www.one-and-zero.com 9y ago

This is how FFXV was optimized [CEDEC]

bertzzie
1pts0
arstechnica.com 9y ago

Google Allo’s limitations explained in one word: “India”

bertzzie
33pts6
arrow.apache.org 9y ago

Apache Arrow – Powering Columnar In-Memory Analytics

bertzzie
48pts10
www.businessinsider.co.id 10y ago

The 17 Equations That Changed the Course of History

bertzzie
4pts0
www.theguardian.com 10y ago

What Orwell can teach us about the language of terror and war

bertzzie
2pts0
www.slideshare.net 11y ago

Introduction to Level Design

bertzzie
2pts0
i.imgur.com 11y ago

Gabe Newell about cliques and financial drive in their flat struct

bertzzie
2pts1
dendory.net 11y ago

A study of code abstraction [pdf]

bertzzie
3pts0
plus.google.com 12y ago

FNA: XNA Reimplemented

bertzzie
1pts0
lampwww.epfl.ch 13y ago

Scala.js - Write in Scala for the browser

bertzzie
75pts30
xenlogic.blogspot.com 13y ago

The Problem With Social Networking

bertzzie
2pts1
markehammons.wordpress.com 13y ago

Scala 2.9 vs 2.10 Performance

bertzzie
68pts20
java.dzone.com 13y ago

Does Scala as a FP Language Suffer From Its OO Syntax?

bertzzie
24pts6
blog.quenta.org 13y ago

Fast Inverse Square Root

bertzzie
190pts29
www.cdesktopenv.org 13y ago

CDE Open Sourced

bertzzie
3pts0
blog.mecheye.net 14y ago

The Linux Graphics Stack

bertzzie
7pts0
  Location: Jakarta, Indonesia
  Remote: No
  Willing to relocate: Yes
  Technologies: Java (Spring Boot), Scala, Vue.js, React js
  Résumé/CV: https://stackoverflow.com/users/story/274058?view=Cv
  Email: bertzzie at gmail dot com
I spent my last three years doing various roles at two e-commerces in Indonesia, both top 5 in terms of traffic and transaction. For my last two years, I am doing backend works, both implementing features, system design, tuning performance (both from apps and infrastructure perspective), and doing developer tools.

I'd be very interested in working at either developer tools or high performance/scale processing.

Feel free to contact me if it looks like my skills fill your need. Good luck in your search!

I've been reading the "How to pay for this book" page [1] and noticed that there the author said:

I pro­grammed a new web-pub­lish­ing sys­tem.

I seem can't find any other reference to that, and still not sure about emailing the author directly yet. My google-fu failed me on this one. Anyone know if the author's system has been published or sold?

Thanks before.

[1}: http://practicaltypography.com/how-to-pay-for-this-book.html

It will be long before someone implement this in the real world (website). It needs 16MBs download for the standard libs. Even twitter only downloads around ~2MBs before showing page.

    Long before the Facebook age, 
    I noticed something very interesting about 
    the personalities of the most vocal people
    I would meet in chatrooms, instant messengers 
    and bulletin boards: They were mostly shy. 
    It took a while for me to realize that this should 
    have been expected. Shy people tend to prefer the 
    anonymity of the internet, where social cues from 
    body language, eye contact and tone of voice don't 
    apply—largely because they are invisible to all.
This hits right at home. When I'm active a lot on facebook / twitter, I am a typical shy guy with little social skills. Then I started going out a lot and meeting lots of people. Then boom. Less twitter and facebook.

This might applies to HN too, but sometimes I find it weird because some people on HN are successful, and I think you can't be successfull without good social skills. Maybe we grow to become good socially, but still attached to the community? I've never experienced that though.

> Few jobs are now so arduous that 70 year olds cannot perform well.

I think it's mostly physical jobs that 70 year olds cannot perform well. And that kind of job can be automated by robots anyway. For job like programming or CEO, I kind of think that 70 year olds can do better than say 20 year olds.

This is interesting. I live in Indonesia, where except on our capital (Jakarta and most Java), working 60 hours a week is the norm. I have noticed (and I think this has been proved over and over again) that people who works 60 hours a week is actually less productive and less happy than those who have a free weekends and work only 8 hours a day.

I wonder how much working time can we cut until the benefits disappear.

> I actively develop for Android as well, and I can say that BlackBerry development has done so many things right. It is really a dream to develop apps for. As a user, it's fantastic too.

I haven't seen and tried BB's SDK, but could you elaboreate more? Didn't they still use Java ME (which sucks compared to Android's IMO)?

I'm not so sure about that...

    C:\Users\bert>scala
    Welcome to Scala version 2.9.2 (Java HotSpot(TM) Client VM, Java 1.7.0_06).
    Type in expressions to have them evaluated.
    Type :help for more information.

    scala> val x = Array(1, 2, 3)
    x: Array[Int] = Array(1, 2, 3)

    scala>
You can see that scala infers the type right (Array[Int]).

It's interesting that there's more improvement from JDK 6 to 7 in Scala 2.9.2 than 2.10. Does that mean that the JVM's performance on all of these benchmark is not improved that much?

I mean, Scala's improvement from 2.9.2 to 2.10 is better than JVM 6 to 7's improvement. Is my assumption right?

> I'm not sure what that's supposed to mean. "Java folks" don't throw anything out, Sun introduced a better and better-supported mechanism for doing what javadocs were coerced into doing.

I mean the Java community didn't use it anymore, because the "annotation inside comment" thing is worse than "annotation supported natively by the language". Granted, it's the only practical way to do it in PHP for now, but it still didn't change the fact that it's bad, IMO.

I wonder why SensioLabs (the creator of Symfony and Doctrine) didn't make the PHP's annotation RFC into reality. They are a quite huge powerhouse in the PHP world...

I never know that, but still, the point stands: making a comment necessity for code to function properly is bad, bad, bad. That's why the Java folks throws it out right?

I think this is quite a good technical reason:

    Because code comments should never be necessary for a script to function properly. 
In which other language do you see comment is necessary to make the code function properly?
    I have a text editor I’ve been using myself that is so complicated it makes VIM look like Notepad — maybe I’ll release that.
This is interesting. Has Linus talk more about this editor he is using? Maybe if he releases it, the editor will be the new trend he's talking about :D

I don't think it is. "Responsiveness" in this article's context is about how responsive the page is, as in how fast it renders and shown to the user.

"Responsive design", OTOH, is about a page that adapats to the user's screen resolution; eg: renders differently on 480x320 vs 1024x768, on the same code base. HTH.

I find this particular slide interesting:

  The academic system does not respect practitioners' knowledge (or timescales).
  I know whereof I speak.
  Practitioners don't understand that computer scientists don't care about building software.
  They are about the science of computing.
Sad but true. Most of CS class taught the theory and algorithm part (compiler, OS, data structure, algorithm, etc) but only a little give materials about programming and writing good code (I think it's called "Software Construction" in Code Complete?). I never understand this, because isn't the point of computer science (or software engineering - the course is not that different, at least in my place) is building software? Seems like many CS people love doing anything but programming.

I kind of hope that one day I'll learn an actual architecture design class for example, because most of my class (both on undergraduate and graduate school) teaches nothing about it. You are expected to write a compiler, but not graded by your code quality. As long as your code works, you pass. It's sad.

Maybe we should start teaching about programming and Software Construction early, so we can actually talks about architecture and good code on OS or compiler class.