HN user

winteriscoming

683 karma
Posts23
Comments134
View on HN
developer.jboss.org 9y ago

Red Hat – Why We Voted NO on Java Modules JSR 376

winteriscoming
12pts2
developer.jboss.org 9y ago

Critical deficiencies in upcoming Java module system (Jigsaw)

winteriscoming
3pts2
news.ycombinator.com 9y ago

Ask HN: Why isn't internet streaming as smooth an experience as watching TV?

winteriscoming
2pts1
mobile.reuters.com 9y ago

HP to buy Nimble storage for $1.09B

winteriscoming
1pts0
news.ycombinator.com 9y ago

Ask HN: (CloudFlare bug) - Why does write() in C allow negative length?

winteriscoming
3pts4
news.ycombinator.com 9y ago

Ask HN: What did you do after quitting the IT industry and how have things been?

winteriscoming
289pts210
developer.jboss.org 9y ago

BitDefender 2017 (Windows Anti-virus) still MITMs browser HTTPS traffic

winteriscoming
4pts1
www.washingtonpost.com 9y ago

US government to withdraw longstanding warnings about cholesterol (2015)

winteriscoming
257pts250
news.ycombinator.com 9y ago

Ask HN: Recommendations for artifacts repository management – other than Nexus?

winteriscoming
2pts2
developers.redhat.com 9y ago

Getting Started with Microsoft SQL Server on RedHat Enterprise Linux

winteriscoming
7pts0
wildfly.org 9y ago

Java Jigsaw’s Missing Pieces

winteriscoming
3pts0
marc.info 9y ago

Apache Ivy – any future or is it also going to be retired?

winteriscoming
32pts44
news.ycombinator.com 9y ago

Ask HN: What (browser) do you use to browse HN on iPhone?

winteriscoming
2pts3
news.ycombinator.com 9y ago

Ask HN: Why is migration to HTML5 from Flash for videos not yet a reality?

winteriscoming
2pts4
news.ycombinator.com 10y ago

Ask HN: Can the hide option be made less prone to fat fingering?

winteriscoming
1pts0
news.ycombinator.com 10y ago

Ask HN: What offline tool do you use for design diagrams

winteriscoming
2pts5
beanvalidation.org 10y ago

Bean Validation 2.0 – A new JSR is born

winteriscoming
2pts0
in.relation.to 10y ago

Java Project Jigsaw – An example usage in a library

winteriscoming
1pts0
www.cryptocoinsnews.com 10y ago

Full Interview Transcript with Alleged DAO “Attacker”

winteriscoming
7pts0
news.ycombinator.com 10y ago

Ask HN: The DAO hack – Where does the real money go?

winteriscoming
8pts9
news.ycombinator.com 10y ago

Ask HN: How do I save stories on HN?

winteriscoming
1pts4
www.mail-archive.com 10y ago

Linux kernel docs – Proposal for asciidoc based fomatted docs

winteriscoming
4pts0
news.ycombinator.com 10y ago

Ask HN: How do you manage unsaved files in a text editor?

winteriscoming
2pts3

I couldn't find it either. Neither on their project pages nor that specific blog article and not even the "Search" option (where I searched for inkscape) on the gitlab.com/ site.

Thanks TranquilMarmot for posting the link to the repo.

[dead] 9 years ago

This whole naming of Skype app for linux is confusing. This announcement is just that they are retiring their older version of the app and they are asking users to switch to the newer beta version which is missing some features. Ultimately there's still going to be an official app for Linux.

> Microsoft has been informed, but at the time of publication has not told us when or if the problem will be patched.

Doesn't a bug like this one deserve a responsible disclosure and wait for a patch to be available? The report doesn't state when Microsoft was informed about this, but given the severity of this issue and the fact that they haven't heard back, I would suspect it wasn't too long back.

Have been using DuckDuckGo as primary search engine for more than a year. It's OK for many cases but the search results aren't yet there in terms of quality or relevance in many cases. Even searching for AMP shows the AMP spec page after some almost useless dictionary sites, in the search results.

What's going to be interesting is if browsers can at some point render a APM version of a page natively. What I mean is render the original page on the source website as APM content. That will stop the monopoly and hijacking (or rather the rationalization of it) of target websites in Google results.

I use git and github regularly for my hobby/side projects and even for contributing patches to some open source projects hosted on github. My typically workflow is using git command line for commits and the usual things and then a git push to my remote github repo and use their website to submit PRs, respond to reviews etc...

I am curious, how people use desktop app for github and what value it adds when compared to just using github website.

I have been using Mercurial for some years now and before that was on Git. Github used to be one of our remote repositories. The thing that Git excels is feature/bug-fix branches, which can literally be considered throw away branches. You work on one or more feature branches, independently and then submit a review request (github is just one option) and then have it merged against the actual release branch - all this without polluting the history of the release branch or without juggling with too many complex version control commands/tricks. Github wrapped around a lot of end user tooling around this concept (pull requests for example) and showed to the world how easy it is to accomplish this level of "parallel" feature work or bug fixing.

Coming to Mercurial, now that I have been using it for more than a couple of years, my experience is that, this workflow (which is now considered standard and well known through git and github) isn't possible to achieve. Mercurial's concept of branching doesn't fit into this scheme of things. They stamp each commit with a branch id and there's no way to erase that which effectively leads to a lot of issues if github has to support the model that I mentioned above - a model which is well known and popular at github. Mercurial recommends bookmarks for cases like these, which based on my experience and some of the discussions in mercurial dev list, doesn't work either. I hear they are working on a "evolve" plugin in Mercurial to sort out some of these issues. But overall, it's still very complex and requires a deep understanding of the mercurial concepts/commands to achieve what can be achieved in git pretty easily.

Given all this, I personally don't think it adds much value for github to support mercurial in such a way that the workflows remain (almost) the same irrespective of what underlying version control system you use.

Two years of Rust 9 years ago

What a mess! Came to this thread to read about Rust and its progress and this has devolved into a useless discussion about some person's website, who seems to consider that he/she is doing all the right things and the rest of the technical community is stupid.

Completely lost track of what thread I was reading.

One of the comments in that medium blog puts it right:

> I’ve been hacking Capri Suns since I was 5. > I am a hacker

When I read about Juicero yesterday[1] I thought the product was worthless. People however do sometimes chase after things which they feel to either make them rich or they have passion about.

But this statement by their CEO:

> So when I saw this week’s headlines about hacking and hand-squeezing Produce Packs, I had a one overriding thought: ”We know hacking consumer products is nothing new. But how can we better demonstrate the incredible value we know our connected system delivers?

is not just ridiculous but even mocking their own customer and investors. Squeezing a pack of fruits is hacking? Someone here yesterday mentioned, in a lighter vein, Juicero adding DRM tech to their juicer. With statements like this from their CEO, they might very well make it true.

[1] https://news.ycombinator.com/item?id=14148216

I don't know if it's the team I work with or a problem in general, but a lot of my time these days I spend on getting annoyed with developers who just keep reporting "it's not working". Hardly any effort in looking at logs/stacktraces and then mapping it back to the code - all of which they have access to. When asked for more details about the issue, I almost always get answers like "here's the place where we have the log files, can you look into it and tell me what's wrong".

> an internet-connected device that transforms single-serving packets of chopped fruits and vegetables into a refreshing and healthy beverage.

Wow, internet connected? I just can't understand this craze to connect anything and everything to internet.

This is going to be interesting. The whole reason I moved away from Ubuntu, which was my goto linux distribution, around a decade ago was because they moved to Unity. I switched to Linuxmint and have been on it ever since.

Now that Ubuntu is going back to Gnome, although I may not switch back to it immediately, it will at least be in my mind as an option whenever I keep upgrading Linuxmint.

The article states he received those options as a contractor. Is this common? I was under the impression that only employees are entitled to stock options. If it's possible to get these options as a contractor, what really differentiates the two practically?

Reading the article it just feels like the author and the company just drifted apart over time. Something that happens very often in life. When the number of people involved in a certain thing are few, their goals and purpose typically are aligned. Over time, as more and more people get involved, it's practically impossible to have all of them aligned to the same goal and expect their purpose to be the same.

After a while, some of the early passionate team members have to compromise with the situation or move on to something else.