It's a common way to phrase a request in the corporate world. It's a bit more of a concrete and explicit than a simple request, something that can be written down in bullet points in a meeting notes summary or an email.
I hate it too (and others like "learnings" when "lessons" would suffice), but I see the purpose it serves. Asking a team "What's the ask?" is a way of explicitly asking what the concrete requests are which can be documented and followed up on (i.e. "circle back"), whereas just asking for "requests" is more like asking for preferences, which may not be binding, or a vague direction to go for planning.
The one on the shelf is probably a Akari paper lantern. I have an orange one that I quite like. You used to be able to buy them from Design Within Reach or the MoMA Design Store, but I can't find them on their sites now but they're on the Noguchi site. [1] The hanging sphere one might be similar.
For those not aware of them, Design Within Reach has a lot of nice famous designed furniture and shelving, but pricey. They often have 15% off season sales though. Good place to shop if you're into the stuff seen in this blog post.
Very beautiful setup. I'm jealous of the space to do this. I like the idea of making the desk face out into the room, but my office is quite small, so it would end up floating in the middle of the room. Having it in the corner isn't quite as pleasing to the eye, but it makes it so the rest of the room feels larger.
There are bits in here that are a little bit over-designed in my opinion. Do you really need two fountain pens at the ready? Must they be there on the desk at all times? I find I carry my single fountain pen with me when I need it. I also can't see myself always sitting at the desk to read. I have books scattered about the house wherever I was reading last. Also, it's great to have such a wide desk for both digital and analog, but how many of us have the space for that luxury? Anyway, just food for thought if you look at something like this and feel jealous and think whatever space you work in today is now poorer for seeing someone else's nicer setup.
Similarly, I'd write code in BASIC in notebooks before I had a computer. Later on I remember writing up assembly code in my high school library on loose leaf sheets when I had a neat idea and my friends were busy studying. Nothing like solving a problem the old fashioned way.
I have vivid memories of thick dBase manuals on shelves in offices wherever somebody had an IBM PC or compatible computer. As a kid, I had no idea what it was, but the thick grey books made me think they must be a very important thing indeed. Just seeing the name dBase immediately evoked the memory of those books. Eventually I did get into computers and programming languages in my early teens but never did figure out what this whole dBase thing was.
I've been working on an update to my flashcards app for over a year and half now and I'm finally nearing completion. This is for Mac and iOS only and the app uses Core Data with CloudKit for syncing its data, which has been interesting learning the ins and outs of. (For instance, CloudKit can throttle your sync if you have too many objects, so I ended up having to create snapshot objects to carry lots of records in bulk which I then expand in a local SQLite database to get around its limitations.)
The app has a lot of UX details that I've really enjoyed working on. I wrote up some notes about it here: https://www.freshcardsapp.com/3/
Separately, also working on a Zettelkasten notes app that pushes you to make small, atomic notes that you can organize in "collections" to provide structure beyond just hyperlinking in the note text: https://understory.ussherpress.com/ This has been a lot of fun iterating on. I started with a Miller Columns UI, like Finder, to visualize the graph of connections between notes, but I found that it was too overwhelming to use, so I scaled back and went with a more Notational Velocity-like quick search bar with note addressing. The app UI mimics a browser because I found that it works really well for something like this. I need to polish it a bit more and want to find people who will give it a beta test to help me iterate on the ideas some more.
I wonder if there's any relation to the strategy of the Gish gallop or Flood the Zone where you overwhelm your opponent with arguments that they have to engage in. Technically, you don't have to engage in the arguments, but the sheer volume can make it seem like you're losing if you don't.
I can see it happening. It's very easy to drag and drop a file into an Xcode project and when the dialog pops up asking if you want it to be added to the target app bundle you just hit OK, not realizing what you just did. I've done it before with a document file but caught it before I shipped by inspecting the app bundle output.
I like the clean design of the landing page. I downloaded it and started the app and it needs an OBJ file to even do anything, so I wasn't able to play with it at all.
It would be cool if it included sample OBJ files to entice me to find my own later. Otherwise I feel like I just hit a wall immediately in the app will probably not try it again.
The way I tested was search Thingiverse for "angular" and download an STL, then convert it online to an OBJ on the first search result for "stl to obj"
Sadly, some of the crenelations on top of it are just cubes with 2 sides missing that would be impossible to attach to the folded up rook. I imagine there is a ton of loss between a file for a 3D printer, a random convert to Obj with no settings, and this net maker, so I'm not unsympathetic to the problem. It's just that this is a printout that would not be foldable into something useful.
Sounds like a really cool idea. How do you organize the meetup and promote it to people if it ends up being random people? Do you set it up on meetup.com and have a theme at the minimum?
I've been to a lot of meetups and it's definitely hit or miss and obviously depends on the sociability of the people that show up. The better ones I've attended are generally ones where people aren't trying to network for work purposes and are there literally to just socialize. The networking ones I find very dull as it's people just talking shop and career and if you've nothing to offer them on the career front, they move on quickly.
I have literally never been to any kind of organized gathering where this wasn't the objective of most of the people there. Family and children's events excluded (sometimes).
I have been in partying in my teens and twens, 3 years somehow "heavily". When I turned 40, I found out the only reason I went to parties and clubs for me was to meet girls.
I hate it too (and others like "learnings" when "lessons" would suffice), but I see the purpose it serves. Asking a team "What's the ask?" is a way of explicitly asking what the concrete requests are which can be documented and followed up on (i.e. "circle back"), whereas just asking for "requests" is more like asking for preferences, which may not be binding, or a vague direction to go for planning.
reply