Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vyshane
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
vyshane
3y ago
Fountain pens are like mechanical keyboards. People use them because they make the act of writing _feel_ good. It's not about the tech, but rather about the pleasure of using the instrument. How smooth do you want the nib to be? How mu
2.
▲
by
vyshane
4y ago
No backpressure in RxJS.
3.
▲
Show HN: Automated time tracking *can* be privacy-first
(wisetime.com)
4 points
by
vyshane
6y ago
|
1 comments
4.
▲
by
vyshane
6y ago
That's a tough one to automate. Right now, it involves logging a manual time entry to your timeline (then posting it). If you walk away from your computer and come back, WiseTime will ask whether you want to log the time (or part of it
5.
▲
by
vyshane
6y ago
This article resonates with me. I feel very strongly about spyware (Bossware is too kind). Views expressed here are my own, not those of my employer. I work for a company that makes an automated time tracking product (WiseTime [1]). We migr
6.
▲
How Backpressure Works in Apple's Combine Framework [video]
(youtube.com)
1 points
by
vyshane
6y ago
|
0 comments
7.
▲
by
vyshane
7y ago
3 years ago, I also wanted a bare metal cluster for my homelab. I wanted x86-64, low power consumption, small footprint, and low cost. I ended up building this 5 node nano ITX tower: https://vyshane.com/2016/12/19&
8.
▲
by
vyshane
7y ago
This post on the Swift forums gives a good overview of Swift gRPC: https://forums.swift.org/t/discussion-grpc-swift/29584
9.
▲
by
vyshane
7y ago
The NIO version of Swift gRPC is currently at v1.0.0-alpha.6. Hopefully we'll see a 1.0 version soon. Swift gRPC repo: https://github.com/grpc/grpc-swift
10.
▲
by
vyshane
7y ago
How about the equivalent of RxJava instead: https://developer.apple.com/documentation/combine Unfortunately not available on Linux, so server side is out :(
11.
▲
by
vyshane
7y ago
TL;DR I was pretty excited when Apple announced SwiftUI and Combine at dub dub this year. I have been following the Swift gRPC project, and when they released their first 1.0.0-alpha version not long after, I decided that the world was read
12.
▲
Show HN: Combine Framework Integration for Swift gRPC
(node.mu)
1 points
by
vyshane
7y ago
|
1 comments
13.
▲
by
vyshane
7y ago
FoundationDB Record Layer uses protocol buffers out of the box. They leverage the fact that you can evolve protobuf messages in a sane way. That's their equivalent of doing database schema migrations.
14.
▲
by
vyshane
7y ago
Both. And if your external clients rather consume a JSON/REST API, it's easy to derive that from a gRPC API. You can do it right there in your protobuf definition. It's actually easier to do it that way than to deal with Open
15.
▲
by
vyshane
7y ago
gRPC has been solid for us on the JVM, and streaming has been great when consuming from Apache Flink jobs, integrating with message queues, receiving push notifications and so on. For async work it's useful to have more than just reque
16.
▲
by
vyshane
7y ago
We've been using gRPC and Protocol Buffers for the last couple of years. We write APIs using the Protobuf interface definition language, then generate client libraries and server side interfaces. Then it's a matter of implementing
17.
▲
Home cluster build: A 5 node Nano ITX Kubernetes tower
(node.mu)
2 points
by
vyshane
10y ago
|
0 comments
18.
▲
by
vyshane
10y ago
I had good success with the CoreOS Kubernetes Vagrant boxes [1]. However, I switched once Kubernetes became usable via Docker because the latter gives me super fast setups and teardowns, allowing me to iterate quickly on infrastructure code
19.
▲
by
vyshane
11y ago
GKE is why I am personally switching from AWS to GCP. I'm running Kubernetes on AWS at my current gig, but I'd rather not have to build and maintain the cluster myself if I don't have to.
20.
▲
by
vyshane
11y ago
Forget about RoR clones. I want Swift/OTP or Akka.Swift!
21.
▲
by
vyshane
11y ago
Hi Solomon, do you have an ETA for Docker 1.7? I see that it's currently in RC1. How soon will we be able to take advantage of libnetwork via Compose? Is there any documentation yet on how it will be done in Compose? Is there currently
22.
▲
by
vyshane
11y ago
SEEKING WORK, Western Australia or Remote Interested in: - iOS development using Swift and Objective-C - Android development using Java, RxJava GitHub: https://github.com/vyshane LinkedIn: https://www.linkedin.co
23.
▲
by
vyshane
12y ago
Why assume that they are using Docker because they have a portability problem? They probably like OS X as a workstation OS, and want to use Docker for the DevOps benefits that they gain from it. boot2docker is just a lightweight solution fo
24.
▲
by
vyshane
12y ago
Congratulations on the new release! I can already see that `docker exec` and `docker create` will allow me to get rid of a number of admin and configurator containers. When I started playing around with boot2docker, I was gagging for the ab
25.
▲
by
vyshane
12y ago
Recently read: Programming Elixir - Dave Thomas Introducing Elixir - Simon St. Laurent and J. David Eisenberg The Swift Programming Language - Apple Currently reading: Functional Programming in Swift - Chris Eidhof, Florian Kugler, and Wout
26.
▲
by
vyshane
12y ago
For me, it comes down to the fact that I find Auto Layout more declarative. I'm `saying what I mean` when I apply constraints - that can be done in code too, of course, although Xcode 6 is getting pretty good at surfacing that informat
27.
▲
by
vyshane
12y ago
iOS has always been able to do fluid layouts. It was possible with Springs and Struts (though a PITA), and from iOS 6 onwards has Auto Layout, which I personally find better (more declarative) than Android's box model.
28.
▲
by
vyshane
12y ago
iOS uses logical points, i.e. a DIP on Android. As for iOS's @1x vs. @2x images, think of them as your drawable-*dpi resources on Android.
29.
▲
Using Retrofit and RxJava to interact with web services (Sample Android app)
(node.mu)
2 points
by
vyshane
12y ago
|
0 comments
30.
▲
by
vyshane
12y ago
The Scala folks like to say that newcomers can start with procedural OO and then slowly grow into the functional mindset. Developers don't need to learn and use all the language features from the get go. I suppose that the same advice
More ›