HN user

edwinnathaniel

1,391 karma

I build software and I like to have fun. Drop me a line if you have any question about me :)

twitter: @enathaniel http://www.edwinnathaniel.com

Posts4
Comments852
View on HN

"Learn C The Hard Way" is probably the closest but it's very opinionated and has its critics.

I have similar feeling too. When I looked around, I had this feeling that majority of experienced C developers may not have experienced higher level language or work in app-level and went back to C to adjust their previous experience.

Either the developers decided to abandon C in favour of high-level languages or the developers didn't like what they tasted the high-level languages enough to learn the better practice to bring it back to C. The latter group tend to go back to where they came from and stick with C.

This could be the reason why "Learn C the Hard Way" and another commenter up there posted a link as to why "Build Your Own Lisp" considered harmful/bad. On the other hand, these two materials could fit for what I'm looking for.

I glanced over "Modern C" and while I can pick up a few things better than my previous learning C experience, my experience match to your statement that most of the books are covering minutia details of the language :(.

Thank you for clarifying and confirming what I felt so far.

@olkyt ... I'm very thankful for this site. I glanced over the material and OH ... My ... Gosh. The content looks awesome for someone like my level.

THANK YOU VERY MUCH!

Recently I decided to resurrect a very old Macbook White (2008) by install FreeBSD in it.

All of my workstation (laptop/desktop) have dropbox installed and yet dropbox is not available for FreeBSD.

This is where rclone come to the rescue. There might be other software that can take the role of dropbox client but rclone gives me the flexibility of switching to other provider if I decided to do so in the future.

Bless the author of rclone.

But "immutable" way of doing things have been encouraged, suggested, marked-in-stone as best-practices in most languages since 2005... am I missing something?

People have been saying that:

- Global Object is bad

- Stateless is better than Stateful

- Singleton becomes an anti-pattern

- Methods/Functions without side-effect (avoid mutation)

Nobody really mentioned to do things the Functional programming way per-se but the characteristics are there.

Google Data Studio 9 years ago

BI/Analytics is a tricky area with many sub-areas.

I'm relatively new to this field and I found the value of the solution is how it can connect various business workflows instead of just focused on building dashboards.

For example: typical BI tools only focused on Visualizations (most mentioned here only support that and a bit of "Insight"). This alone is not enough because business activities around BI would require forecasting/predictive and planning (and potentially Risk Assessment).

Disclaimer: I work for a business-unit that develop Analytics solution that covered those business activities (https://www.sapanalytics.cloud/product/).

OpenBSD 6.2 9 years ago

Has anyone ever installed OpenBSD for Macbook White (MB 5,2)?

I'm interested to resurrect this laptop since Apple no longer support (newer OSX can't be installed) the hardware.

I would love to see OpenBSD + Openbox + Crunchbang theme/window-decorator.

I very much doubt it. This is akin to "hoping" that there would be renaissance of of VPS/Dedicated hosting.

Open Source typically requires people to manage everything themselves, including update.

For those who see IT as cost-center/necessary evil, they want to have as less investment and as short-term as possible.

It did when it comes to distribution channel.

A hotel can have a website where people can directly book a room.

But people want to compare prices, shops around, hence a new form of ... middleman :D

Lyft raises $500M 9 years ago

There are probably a few large markets in Asia: China, India, and Indonesia. The rest don't have as many human beings as these 3 countries.

Both Go-Jek (Indonesia) and Grab have raised huge capital in the last 5 years or so.

Go-Jek seems to be the leader in Indonesia as they've also expanded their capability to food delivery, document delivery, payment gateway, etc (they're becoming more like WeChat minus the chatting/social network aspect)

I have my doubt that Uber in Indonesian will provide significant return to HQ. Uber currently is in 3rd place after Go-Jek and Grab.

Blogspot (Blogger.com).

1) Supports custom domain

2) Free

3) Can handle traffic (I know a few companies are using blogger.com for their companies News/Blog

4) Any software would require you to figure out how their theme works :)

UI is a bit clunky but it fills my requirements => your #1 + #2 + no maintenance for me

I think you miss my point/question.

Have we ever looked the discussion from a different perspective?

This is fact: Atlassian tend to leave the acquired product alone.

This is question: These products that Atlassian left alone, why are they not growing according to (_yours_ assumed) potential? Have we ever asked that perhaps the people behind Hipchat maxed out their potential? Or perhaps the drive is not there anymore?

What I'm asking is this: Did Atlassian do something destructive after they acquire the company? or perhaps the acquired company just simply can't live up to their potential (for any reasons except Atlassian pushing their management to the acquired company).

Do you think the reverse would be true?

If Bitbucket was not bought by Atlassian, it will be able to grow and compete with Github/Gitlab?

If Hipchat was not bought by Atlassian, it will be a serious contender for Slack?

Or perhaps the group behind those products reflected their growth today?

Do you think it is because Atlassian's management or because local's management? Say if Atlassian hold to their words: "we leave them alone".

Or perhaps the issue is Money+Motivation than anything else? Exit => rich => decrease in Drive.

No abstract singleton proxy factories

I barely see this in the code that I wrote given that I've been writing Java code for ... 8 years? (unless you're writing Spring framework itself)

Can we please drop this?

but it's even more frustrating to have to copy/paste code because your language doesn't have the abstraction facilities that let you factor out commonality.

I find this statement to be less of a problem in many modern programming languages (or greatly exaggerated by a specific language fan when comparing his/her preferred tools vs "the other languages).

PHP/Java/Perl. Python used to be in the list before every body in the neighbor wrote their own framework and/or different flavors of library that solve the same problem :p.

Why we chose Vue.js 10 years ago

Since I've gone through the same experience like this, I'd like to know if this is a norm :D.

I've seen people do write-up of how they re-write the front-end from jQuery to Angular|Ember|React so it's not like there are many long-running JS projects that require solid structure. 3 years old (small-medium size) projects tend to get re-written.

Here's another one that I've seen and experienced before: 10 years old product where some section of the products are written in pure JS, some section in jQuery, some section in BackboneJS + Marionnete, some section using EmberJS.

It might be a sign that after churns of programming languages (explosion) in the last 2 years, people get bored re-writing solved-problems and started to focus on the real thing: solving newer problems and/or making money.

Or... could be a sign that the community is maturing :)

I remember last year I was going to start playing around with Atlassian JIRA API because of the massive installation my employer has (hosted internally, today's version: JIRA v6.3.11) and the experience was like an uphill battle.

If I want to get started again, where would you suggest me to look? I believe one should start with basic JIRA knowledge to understand the fundamental of the software/system/service before they continue to tackle the API (I believe most people, except Managers, use JIRA as told without knowing some fundamental idea behind it).