flatplanet · @flatplanet
41 followers · 703 posts · Server mastodon.ie

The new is clearly designed for tablet users. Completely wastes screen real-estate when on a monitor with huge buttons and endless scrolling

#sap #concur #ui #designfail

Last updated 1 year ago

Simon D. ⏚ · @Siltaer
1073 followers · 11084 posts · Server mamot.fr

La nomi­na­tion de Fiona Scott Morton, une Améri­caine profes­seure d’éco­no­mie et ancienne employée de grandes entre­prises de la tech à un poste impor­tant à la Direc­tion de la ­rence fâche les euro­dé­pu­tés et jusqu’aux commis­saires. mdpt.fr/3PZpMoE

#concur

Last updated 1 year ago

Oliver Steinbock · @SteinbockGroup
129 followers · 217 posts · Server mas.to

Finally submitted a travel reimbursement request on . Took me only four weeks. Of course, there was a final warning, hahaha. I am also attaching one of the earlier ones for your viewing pleasure.

#academia #concur

Last updated 2 years ago

Caro WP · @therealcaro
16 followers · 40 posts · Server hachyderm.io

Booking flights for work through , and I keep getting warnings that I’m not selecting the “least-cost logical” flight, and could get in trouble. Well, I don’t know about you, but arriving at 11:30 pm in a strange city might be ‘least-cost’ but it’s not at all ‘logical’ for a woman traveling alone! 😖

#concur

Last updated 2 years ago

Laurent Espitallier · @frenchhope
456 followers · 11556 posts · Server framapiaf.org

Une ancienne recruteuse de Meta / Facebook explique qu'elle était payé 190 000 dollars l'année à ne rien faire et que Meta embauchait des talents pour empêcher la concurrence de les avoir emploi.developpez.com/actu/342 (ex_facebook)

#concur #recrutement #emploi #sens_du_travail #travail #facebook #meta_

Last updated 2 years ago

Anupam Jain · @haskman
221 followers · 504 posts · Server functional.cafe

Someone asked me to use temp C to F conversion as an example instead of feet and inches, since with temp conversion the conversion is lossy both ways and you can't have a single source of truth.

Never fear, you can just use an `Either C F` and switch your source of truth on the fly! The code is still extremely concise and clear (and bug free).

converter :: Either C F -> Widget HTML (Either C F)
converter e = D.div'
[ Left <$> counter "C" (toC e)
, Right <$> counter "F" (toF e)
]
where
toF = either cToF identity
toC = either identity fToC

cToF :: C -> F
cToF c = ((c * 9) / 5) + 32

fToC :: F -> C
fToC f = ((f - 32) * 5) / 9

and strongly typed for the win!

#sumtypes #functionalprogramming #purescript #concur

Last updated 2 years ago

Anupam Jain · @haskman
221 followers · 503 posts · Server functional.cafe

Just updated the packages for starter repo. Also updated the sample code to be a bit less trivial. The sample app now also acts as a mini tutorial and demonstrates some important Concur concepts! Check out the code here - github.com/purescript-concur/p

#purescript #concur

Last updated 2 years ago

· @ps66uk
144 followers · 191 posts · Server infosec.exchange

passing through redirectors, *[.]web[.]app and aweml[.]com

MS credentials?

and lures e.g.
urlscan.io/search/#aweml.com

#phishing #concur #docusign

Last updated 2 years ago

German Vidal · @the_heruman
193 followers · 568 posts · Server fediscience.org

** C F P **

CONCUR 2023 - the 34th International Conference on Concurrency Theory.

September 18-23, 2023 at the University of Antwerp, Belgium.

IMPORTANT DATES (all dates are AoE):
- Abstract Submission: April 24, 2023
- Paper Submission: May 2, 2023
- Rebuttal Response: June 5-9, 2023
- Notification: June 28, 2023
- Camera Ready: July 12, 2023

uantwerpen.be/en/conferences/c

#semantics #theory #verification #concurrency #concur #cfp

Last updated 2 years ago

Haskman · @haskman
140 followers · 292 posts · Server functional.cafe

I’ve never learnt a new programming language more than when I actually started *building* something with it.

And the best way to motivate yourself to build something real is by having a pet project that you port everywhere. For me right now it’s the UI toolkit. Just the past few days of writing Concur in has taught me more than the past few years of reading books on Rust, and talking about it on forums.

Stop reading books, take the plunge into actual code

#rust #concur

Last updated 2 years ago