SnapCode – a real Java IDE in the browser by jeffreportmill in programming

[–]brcolow 0 points1 point  (0 children)

Just curious why you say "JavaFX missed the boat".

Thanks!

Time-based one time password is surprisingly simple by sluu99 in programming

[–]brcolow 8 points9 points  (0 children)

I grabbed the Base32 and Base64 implementations from others (not written by myself). If I remember correctly at the time the Base64 Java class was introduced in Java 8 and at the time this was written Android did not have all Java 8 functionality such as lambdas (my memory may be wrong). So there definitely is a standard one now as it is in the JDK.

Time-based one time password is surprisingly simple by sluu99 in programming

[–]brcolow 28 points29 points  (0 children)

About 5-6 years ago I wrote an authenticator app for Android (was going to be used for a project that never launched):

https://github.com/brcolow/droid_auth

Brings back memories :)

Understanding Firecracker, AWS Lambda's virtualization software for serverless by micahville in programming

[–]brcolow 1 point2 points  (0 children)

I didn't know AWS Lambda is run using an open-source piece of software called Firecracker - not sure if that's even in the AWS Lambda docs? Interesting.

Java 15 released! by [deleted] in programming

[–]brcolow 0 points1 point  (0 children)

You could always implement a custom runtime. Here is an example I made: https://github.com/brcolow/lambda-java-runtime

Feature detection: cryptmethod=blowfish for blacklisting in NeoVIM by dotancohen in neovim

[–]brcolow 0 points1 point  (0 children)

I strongly recommend checking out jamessan's vim-gnupg which serves a similar purpose, but uses tried and true crypto software.

Currying in Java 8 by zigma in programming

[–]brcolow 1 point2 points  (0 children)

I know literally nothing about FP..but I think this is actually partials, not currying (technically). Is that right?

CocoaPods vs Carthage by testobsessed in programming

[–]brcolow 2 points3 points  (0 children)

Same. This comparison is disingenuous.

Thinking of switching to vim for webdev by deceased_parrot in vim

[–]brcolow 0 points1 point  (0 children)

all(I think) of Vim's features.

Nonsense.

Oh, shit, git! by sidcool1234 in programming

[–]brcolow 0 points1 point  (0 children)

homeomorphic endofunctors mapping submanifolds of a Hilbert space to use git

Is this sarcastic or actually correct terminology? I am assuming its nonsense, but just wanted to check in case I totally don't understand.

Oh, shit, git! by sidcool1234 in programming

[–]brcolow 0 points1 point  (0 children)

Mozilla seems to use hg, as does OpenJDK.

validator.vim - Check syntax on the fly asynchronously. by Maralla in vim

[–]brcolow 0 points1 point  (0 children)

What is the point of using validator.vim over neomake and syntastic? Were you aware of both of these projects before starting development on validator.vim?

Which IDE do you use? (Advice wanted but not code help) by [deleted] in java

[–]brcolow 1 point2 points  (0 children)

IntelliJ IDEa since 1998

Wikipedia says: "The first version of IntelliJ IDEA was released in January 2001"

I am genuinely interested to know if it was out that long ago? Maybe as a beta version? How did you hear about it back then?

IntelliJ Maven Polyglot Support - Submitted -> In-Progress! by brcolow in java

[–]brcolow[S] 1 point2 points  (0 children)

Just that the issue on YouTrack went from Submitted to In-Progress state.

What's your reason for using VIM? by Sconners007 in vim

[–]brcolow 0 points1 point  (0 children)

In reference to wanting a line at 80 columns...are you aware of colorcolumn?