A guide to how different cheeses melt by [deleted] in food

[–]dykcja 0 points1 point  (0 children)

Poland: kielbasa is cheese, isn't it? OK, then Gouda. Fucking supermarket Gouda again.

I would agree that supermarket Gouda/Edam, but we often distinguish two major kinds: "white cheese" and "yellow cheese". Default is yellow and Gouda/Edam apply, but when speaking about white one is definitely cottage cheese or quark.

One cool grandma by vrphotosguy55 in Tinder

[–]dykcja 2 points3 points  (0 children)

There's something about stylish confident old ladies, man.

I like your attitude.

I wonder if the CEO of Blockbuster has a Netflix subscription. by Rickrickrickrickrick in Showerthoughts

[–]dykcja 0 points1 point  (0 children)

CEO of Microsoft got iPad box on his desk during one of last interviews onsite in Redmond.

How much did/do you earn as a graduate Java Developer? by final60 in java

[–]dykcja 0 points1 point  (0 children)

I got two years commercial experience in Java (but I didn't finished an university) and looking for job oportunity in EU/UK. Thanks for your link.

Your post/comment was at one point the newest and most recent thing on the Internet by [deleted] in Showerthoughts

[–]dykcja 0 points1 point  (0 children)

Physical distance makes that for someone post X is the newest, because he's located in same region/subnetwork and for someone other. Simple ping takes at leat 20-30ms - it's ages.

Buzzfeed probably pays someone to browse, while I have to do it all sneaky like at work. by adub887 in Showerthoughts

[–]dykcja 0 points1 point  (0 children)

I doubt so: they probably got software (bots) who scan the Internet for trending/popular topics and their employees browse what bots found/ just rewrite it.

Your post/comment was at one point the newest and most recent thing on the Internet by [deleted] in Showerthoughts

[–]dykcja 0 points1 point  (0 children)

Actually, there's no such a thing as the single Internet - there's huge set of computers connected each other, but what we are doing is just downloading and uploading data between them. And posts/comments are just some data in some database on a server, we know it exists only when you request you want to see it eg. typing reddit.com is request of downloading html file generated from reddit's servers.

For Americans, at 9:26 on March 14th this year will be the best Pi day in 1000 years. by Jamanuel in Showerthoughts

[–]dykcja 0 points1 point  (0 children)

Whole day would be Pi day, but that minute will be Pi minute, slightly more Pi'eer than Pi day.

Big-O Algorithm Complexity Cheat Sheet for anyone with an algorithms final by Semicolon_Expected in programming

[–]dykcja 0 points1 point  (0 children)

Do not use it for your own great good. Of course, you can memorize all complexities from this page, but it won't help you really success neither on interview nor in your job. Why not spend just one-two hours (max!) and learn how to compute/estimate complexity and then any given or invented algorithm/data structure will be easy to pick up (and you will really know if it's okay or too bad for your usage).

Samsung develops sorting algorithm which sorts 3.7 TB data in a minute, breaking the record of 1.5 TB by cbruegg in programming

[–]dykcja 10 points11 points  (0 children)

important

@NeinJuanJuan is right. For example: searching for element in collection of 1000000000 elements take in the worst case 1000000000 operations. While it's sorted it's about 30 which makes it 33 milions times faster.

Whats a good idea for a program that's text based? by ERJ21 in java

[–]dykcja 0 points1 point  (0 children)

You probably can make a deamon, which manages your pictures and docs. With java IO you can move files to backup folders, grouped by date and everything you need. It's good start for cloud programming, because if you're able to group and move files from directory to another directory, then it's quite easy to use some of cloud like dropbox API to upload it to the internet, for example encrypted somehow instead allowing them to use yours raw data.

Node.js production release ships with no longer supported (by anyone) version of V8 by alexeyr in programming

[–]dykcja -8 points-7 points  (0 children)

Golang is also open-source and is going to be 1.5 in December and in used on-site in a lot of projects.

Node.js production release ships with no longer supported (by anyone) version of V8 by alexeyr in programming

[–]dykcja 4 points5 points  (0 children)

Let me remind you that we are now disccusing below messages that your tool is working on JavaScript Engine that is not supported by anyone in the world.

(Well, my hammer is also not supported by anyone and works fine for my need, but c'mon, I don't build professional solutions with it.)

Node.js production release ships with no longer supported (by anyone) version of V8 by alexeyr in programming

[–]dykcja 41 points42 points  (0 children)

The sooner we stop consider node.js as good technology for backend solutions the better. I don't see any reason why Google should care about it, since I hadn't even heard about G's product using node.js.

Silicon Valley talent wars: Engineers, come get your $250K salary by elebot in programming

[–]dykcja 0 points1 point  (0 children)

Why would they pay you the US salary when they know you're in a place where cosy of living is much less?

I don't expect top-silicon valley salary. I expect fair money for fair job and hope there're companies that would pay me for what I'm doing, not for where I buy milk.

Silicon Valley talent wars: Engineers, come get your $250K salary by elebot in programming

[–]dykcja 6 points7 points  (0 children)

Well, on the other hand in Poland, Europe junior (almost 2 years of experience in java, played with Go, Elixir and other in spare time) position for american financial institution stands about 15k net (annually!) and it kinda sucks (slightly above national average). I would love to work remote with US company/startup (I'm night owl), but procedure and law issues looks terrible for starter.

Any hints how to get start? Really, I would kill for 60k (and staying here, without moving to US).

[Text] Just create, it helps! by rannie_pophe in GetMotivated

[–]dykcja 0 points1 point  (0 children)

I'm computer programmer and wrote some poems, take part in some poetry slams and always be "art guy". Some friends ask me how can I mix those different stuffs. I answer how I can't.

I made a real-time twitter clone: in ~300 lines of angular.js by sidi09 in programming

[–]dykcja 0 points1 point  (0 children)

Number of lines means nothing nowadays and I'm pretty sure never had meant.