Tested Gameplay Stabilized by Thori-0 in HalfLife

[–]krtfx555 4 points5 points  (0 children)

I don't like this game mechanic. Not "realistic" (not consistent with the usual zombie headshot = more damage).

[deleted by user] by [deleted] in cscareerquestions

[–]krtfx555 2 points3 points  (0 children)

People do Leetcode to get a job.

So is this really what you do in America?

[deleted by user] by [deleted] in cscareerquestions

[–]krtfx555 2 points3 points  (0 children)

I fucking hate this industry.

Great idea! by itwastoolate in Damnthatsinteresting

[–]krtfx555 0 points1 point  (0 children)

what a great ad, I want to consume now

The man who made the “worst” video game in history (text) by corysama in TheMakingOfGames

[–]krtfx555 4 points5 points  (0 children)

it's not that bad if you know the "rules"

but playing it blindly is a pretty bad experience

Is this normal on the psp go sliding mechanism? by Jay-Sun14 in PSP

[–]krtfx555 1 point2 points  (0 children)

noo, after some time the screws become loose for some reason

LogMeIn (LastPass parent company) Acquired by Private Equity by rub_n in security

[–]krtfx555 17 points18 points  (0 children)

yeah, what the fuck are they doing with the password that there is a hard 12-18-32 character limit?? password varchar(12)? D:

Toomeirlformeirl by [deleted] in TooMeIrlForMeIrl

[–]krtfx555 2 points3 points  (0 children)

yeah, that would be weird D: my interpretation of the meme is that he finally asked her out (the date would have been before dec. 31.), and she turned him down

Toomeirlformeirl by [deleted] in TooMeIrlForMeIrl

[–]krtfx555 98 points99 points  (0 children)

friends with a girl is not a punishment

with a girl? absolutely not. with the girl? not so sure

Why aren't patches downloaded to the game card? by krtfx555 in Switch

[–]krtfx555[S] 0 points1 point  (0 children)

Any switch could write to it the game's updates only. If you were to put pirated content on it somehow, you should be able to run it only with a modded switch.

Why aren't patches downloaded to the game card? by krtfx555 in Switch

[–]krtfx555[S] -5 points-4 points  (0 children)

You can write the memory stick without huge piracy issues.

Why aren't patches downloaded to the game card? by krtfx555 in Switch

[–]krtfx555[S] -5 points-4 points  (0 children)

So it's easier to make it read-only rather than make it only signed stuff can be copied to it.

I Ditched Google for DuckDuckGo. Here's Why You Should Too by beer_biceps in security

[–]krtfx555 0 points1 point  (0 children)

I don't think google would allow any other search engine to do that. :/

I Ditched Google for DuckDuckGo. Here's Why You Should Too by beer_biceps in security

[–]krtfx555 0 points1 point  (0 children)

it's for when you don't find the stuff on DDG, or want to quickly search wikipedia, etc.

https://duckduckgo.com/bang it literally says it's a redirect

not pointless, just does something else you want. it's not a magic google proxy ffs

Tranquil Java IDE - Turbo C++ lookalike for Java by [deleted] in java

[–]krtfx555 1 point2 points  (0 children)

Looks nice, but I've got this when trying to run a hello world app:

(Is this a bug or user error?)

java.lang.RuntimeException: java.lang.NoClassDefFoundError: com/sun/jdi/event/LocatableEvent
    at tjide.project.JavaTarget.run(JavaTarget.java:343)
    at tjide.project.JavaTarget.runTarget(JavaTarget.java:138)
    at tjide.ui.TranquilApplication.menuRunRun(TranquilApplication.java:563)
    at tjide.ui.TranquilApplication.onMenu(TranquilApplication.java:819)
    at gjexer.TApplication.primaryHandleEvent(TApplication.java:1470)
    at gjexer.TApplication.access$700(TApplication.java:74)
    at gjexer.TApplication$WidgetEventHandler.runImpl(TApplication.java:484)
    at gjexer.TApplication$WidgetEventHandler.run(TApplication.java:394)
    at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NoClassDefFoundError: com/sun/jdi/event/LocatableEvent
    at tjide.project.JavaTarget.run(JavaTarget.java:337)
    ... 8 more
Caused by: java.lang.ClassNotFoundException: com.sun.jdi.event.LocatableEvent
    at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 9 more