HN user

eskimobloood

461 karma
Posts37
Comments28
View on HN
www.petermerholz.com 4y ago

The plight of the junior/entry-level designer

eskimobloood
18pts4
breakingdefense.com 4y ago

Pentagon Poised to Unveil, Demonstrate Classified Space Weapon

eskimobloood
3pts0
svpg.com 5y ago

The CSPO Pathology

eskimobloood
1pts0
medium.com 5y ago

Code Reviews Are Greatly Overrated

eskimobloood
1pts1
nx.dev 6y ago

Extensible Dev Tools for Monorepos

eskimobloood
1pts0
hackernoon.com 7y ago

Understanding Micro Front Ends

eskimobloood
1pts0
www.youtube.com 7y ago

So you want to distribute your GraphQL schema? [video]

eskimobloood
1pts0
news.ycombinator.com 7y ago

Ask HN: Are there any other topics in FP then simple composition and CT

eskimobloood
1pts1
www.codewithjason.com 7y ago

How to make your organization attractive to engineering talent

eskimobloood
4pts0
projects.lukehaas.me 7y ago

RunJS – A JavaScript scratchpad

eskimobloood
1pts0
artsy.github.io 7y ago

GraphQL Stitching 101

eskimobloood
5pts0
github.com 8y ago

Kuker: Kick-ass browser extension to debug your apps

eskimobloood
2pts0
gmaster.io 8y ago

Gmaster – visual version control toolset

eskimobloood
2pts0
www.reddit.com 9y ago

We're Reddit's front end engineering team. Ask us anything

eskimobloood
3pts0
blog.jenkster.com 9y ago

Type Bombs in Elm

eskimobloood
2pts0
blog.callstack.io 9y ago

Unit Testing React Native with Jest

eskimobloood
1pts0
www.theguardian.com 10y ago

Manfred Mohr, the groovy German who taught computers to make art

eskimobloood
18pts1
www.examiner.com 10y ago

Argentine physicians claim Monsanto larvicide is true cause of microcephaly

eskimobloood
20pts1
www.bpkg.io 10y ago

Bpkg – bash package manager

eskimobloood
4pts0
www.code-experience.com 10y ago

Getting Out of JavaScript Fatigue – React Edition

eskimobloood
8pts1
mikeking.io 10y ago

DevTools Author – A Selection of Author Settings for Chrome Developer Tools

eskimobloood
3pts0
github.com 10y ago

Redux DevTools Chrome Extension

eskimobloood
2pts0
egghead.io 10y ago

Cycle.js Fundamentals – Course by andrestaltz eggheadio

eskimobloood
4pts1
code-cartoons.com 10y ago

A cartoon intro to Facebook’s Relay, part 2

eskimobloood
2pts0
code-cartoons.com 10y ago

A cartoon guide to Facebook’s Relay

eskimobloood
2pts0
www.independent.co.uk 10y ago

Twitter down

eskimobloood
7pts0
blog.lambda-it.ch 10y ago

Reactive Data Flow in Angular 2

eskimobloood
2pts0
riadbenguella.com 10y ago

Redux nowadays: From actions creators to sagas

eskimobloood
4pts0
medium.com 10y ago

Evolutionary failures: A journey into Genetic Programming techniques

eskimobloood
29pts0
medium.com 10y ago

Why I chose to use Cycle.js

eskimobloood
2pts0

My team at Signvaio|SAP is looking for a Senior Frontend Developer. Our stack: React, GraphQL (apollo client/server)

Office is Berlin, but you could work remote from at least most European countries. We also provide an relocation allowance.

Interview Steps: inhouse recruiter call -> 1h interview with people lead -> coding challenge (~3h), ->1h functional interview -> offer

Domain: Business Process Intelligence, our teams is focused on data visualisations

https://grnh.se/0c93e4323us

This a is a really wide field. Basically its starts with one of the standard algorithms, like and l-system, a voronoi diagram, or simple combination of sin and cos to draw shapes. Have a look at thi-ng[1], just as example for a library that has implemented a lot of this kind of algorithms. The next step in my process is to think about how to destroy this forms as most of them are used a lot in this field and become boring. Using perlin noise as input to arguments of the algorithms is one way to do this. The other part is to make most all of the input variables easily changeable as most of the time the whole process is like writing the program and then spend a lot of time adapt the parameters until you get some interesting output. So in the end I have a small Svelte app, using Svelte only cause the data binding for the inputs so simple, which has tons of sliders that renders an SVG that can be saved in the end.

[1]https://github.com/thi-ng/umbrella

Buying a pen plotter last summer was one of the best decision for a while. As I start my journey into programming with generative art, using macromedia director and processing, I always wanted to be able to create my on physical prints. So for the last months I got back to have fun writing code in my spare time. Some examples: https://twitter.com/eskimobloood/status/1366300689652187140 https://twitter.com/eskimobloood/status/1285159611599933441 https://twitter.com/eskimobloood/status/1373317198119370753

Depends on what is "public" history. Is a branch where you working on alone public, or does it become public after merging in back to master. Squashing a branch before merging back depends a lot of the discipline of the commiter. So for a branch with commits like "add FeatureX", "arg forgot this edge case", "ups another fix", "finally it works" it makes a lot of sense to squash it. While for "add FeatureX", "fix some linter errors during development" it makes then to leave the history as it is.

JavaScript in 2015 12 years ago

I wonder if there is a way to split the build in more then just one big file but in several smaller files then can be loaded on runtime.